@storm-software/k8s-tools 0.33.26 → 0.33.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.33.26](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.26) (2025-06-26)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update and align workspace package dependencies
10
+ ([4e0b79bfa](https://github.com/storm-software/storm-ops/commit/4e0b79bfa))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([a8119c53b](https://github.com/storm-software/storm-ops/commit/a8119c53b))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated workspace-tools to 1.277.2
17
+ - Updated config-tools to 1.175.1
18
+ - Updated config to 1.124.5
19
+
5
20
  ## [0.33.25](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.25) (2025-06-26)
6
21
 
7
22
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.33.26",
3
+ "version": "0.33.27",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -137,8 +137,8 @@
137
137
  },
138
138
  "dependencies": {
139
139
  "@storm-software/config": "^1.124.5",
140
- "@storm-software/config-tools": "^1.175.1",
141
- "@storm-software/workspace-tools": "^1.277.2",
140
+ "@storm-software/config-tools": "^1.175.2",
141
+ "@storm-software/workspace-tools": "^1.277.3",
142
142
  "js-yaml": "^4.1.0"
143
143
  },
144
144
  "devDependencies": {
@@ -156,5 +156,5 @@
156
156
  "publishConfig": { "access": "public" },
157
157
  "executors": "./executors.json",
158
158
  "generators": "./generators.json",
159
- "gitHead": "0a4f6bb876fd1fb34e8cecc243e38eb88deee463"
159
+ "gitHead": "2387c20b27e3dc0ca3932a770762f2c786231bbc"
160
160
  }