@storm-software/k8s-tools 0.42.69 → 0.42.71

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.70](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.70) (12/17/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.14**
10
+
11
+ ## [0.42.69](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.69) (12/17/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **workspace-tools** to **v1.294.13**
16
+ - Updated **config-tools** to **v1.188.69**
17
+ - Updated **config** to **v1.134.69**
18
+
5
19
  ## [0.42.68](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.68) (12/16/2025)
6
20
 
7
21
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.42.69",
3
+ "version": "0.42.71",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -142,7 +142,7 @@
142
142
  "dependencies": {
143
143
  "@storm-software/config": "^1.134.69",
144
144
  "@storm-software/config-tools": "^1.188.69",
145
- "@storm-software/workspace-tools": "^1.294.13",
145
+ "@storm-software/workspace-tools": "^1.294.15",
146
146
  "defu": "6.1.4",
147
147
  "yaml": "^2.8.2"
148
148
  },
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
163
+ "gitHead": "60e42272b8da0b1b1cdf5c6660389215a54a07bd"
164
164
  }