@storm-software/k8s-tools 0.42.69 → 0.42.70

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.69](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.69) (12/17/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.13**
10
+ - Updated **config-tools** to **v1.188.69**
11
+ - Updated **config** to **v1.134.69**
12
+
5
13
  ## [0.42.68](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.68) (12/16/2025)
6
14
 
7
15
  ### Updated Dependencies
package/dist/executors.js CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
  var _chunkKTZBLDY7js = require('./chunk-KTZBLDY7.js');
5
+ require('./chunk-KBSSJUPW.js');
5
6
 
6
7
 
7
8
  var _chunkQE6RRYPKjs = require('./chunk-QE6RRYPK.js');
8
- require('./chunk-KBSSJUPW.js');
9
9
  require('./chunk-YAZUMVJ5.js');
10
10
  require('./chunk-OT3YCNUJ.js');
11
11
  require('./chunk-4AADQIGW.js');
@@ -2,10 +2,10 @@ import "./chunk-YSCEY447.mjs";
2
2
  import {
3
3
  getRegistryVersion
4
4
  } from "./chunk-4JR7O6PK.mjs";
5
+ import "./chunk-WS2G4IWW.mjs";
5
6
  import {
6
7
  serveExecutor
7
8
  } from "./chunk-4P5MXV6I.mjs";
8
- import "./chunk-WS2G4IWW.mjs";
9
9
  import "./chunk-MTKFUK3Z.mjs";
10
10
  import "./chunk-MENYO2WF.mjs";
11
11
  import "./chunk-HK6QKQTS.mjs";
package/dist/index.js CHANGED
@@ -7,10 +7,10 @@ require('./chunk-XO66D74Z.js');
7
7
 
8
8
 
9
9
  var _chunkKTZBLDY7js = require('./chunk-KTZBLDY7.js');
10
+ require('./chunk-KBSSJUPW.js');
10
11
 
11
12
 
12
13
  var _chunkQE6RRYPKjs = require('./chunk-QE6RRYPK.js');
13
- require('./chunk-KBSSJUPW.js');
14
14
  require('./chunk-DHBG5ASJ.js');
15
15
 
16
16
 
package/dist/index.mjs CHANGED
@@ -7,10 +7,10 @@ import "./chunk-YSCEY447.mjs";
7
7
  import {
8
8
  getRegistryVersion
9
9
  } from "./chunk-4JR7O6PK.mjs";
10
+ import "./chunk-WS2G4IWW.mjs";
10
11
  import {
11
12
  serveExecutor
12
13
  } from "./chunk-4P5MXV6I.mjs";
13
- import "./chunk-WS2G4IWW.mjs";
14
14
  import "./chunk-3J7KBHMJ.mjs";
15
15
  import {
16
16
  helmChartGeneratorFn
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.70",
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.14",
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": "4112947f20b457333dec4771f9511eba161299f8"
164
164
  }