@storm-software/k8s-tools 0.42.198 → 0.42.199

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,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.198](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.198) (05/20/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update packages' `README.md` files ([2d2aae1a6](https://github.com/storm-software/storm-ops/commit/2d2aae1a6))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.137.55**
14
+ - Updated **config-tools** to **v1.190.23**
15
+ - Updated **workspace-tools** to **v1.295.83**
16
+
5
17
  ## [0.42.197](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.197) (05/19/2026)
6
18
 
7
19
  ### Updated Dependencies
package/dist/executors.js CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
  var _chunkW2EUCEQGjs = require('./chunk-W2EUCEQG.js');
5
+ require('./chunk-EK7DMIKJ.js');
5
6
 
6
7
 
7
8
  var _chunkDKLGYTBRjs = require('./chunk-DKLGYTBR.js');
8
- require('./chunk-EK7DMIKJ.js');
9
9
  require('./chunk-6NWUHNEQ.js');
10
10
  require('./chunk-BYWK5B6Y.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-COD5X2MN.mjs";
5
+ import "./chunk-VWPYSF7C.mjs";
5
6
  import {
6
7
  serveExecutor
7
8
  } from "./chunk-3V4RQYGM.mjs";
8
- import "./chunk-VWPYSF7C.mjs";
9
9
  import "./chunk-ZH42B2IR.mjs";
10
10
  import "./chunk-K4YFBCRG.mjs";
11
11
  import "./chunk-MM6FINAX.mjs";
package/dist/index.js CHANGED
@@ -7,10 +7,10 @@ require('./chunk-XO66D74Z.js');
7
7
 
8
8
 
9
9
  var _chunkW2EUCEQGjs = require('./chunk-W2EUCEQG.js');
10
+ require('./chunk-EK7DMIKJ.js');
10
11
 
11
12
 
12
13
  var _chunkDKLGYTBRjs = require('./chunk-DKLGYTBR.js');
13
- require('./chunk-EK7DMIKJ.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-COD5X2MN.mjs";
10
+ import "./chunk-VWPYSF7C.mjs";
10
11
  import {
11
12
  serveExecutor
12
13
  } from "./chunk-3V4RQYGM.mjs";
13
- import "./chunk-VWPYSF7C.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.198",
3
+ "version": "0.42.199",
4
4
  "private": false,
5
5
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
6
6
  "keywords": [
@@ -128,9 +128,9 @@
128
128
  "module": "dist/index.mjs",
129
129
  "typings": "dist/index.d.ts",
130
130
  "dependencies": {
131
- "@storm-software/config": "1.137.55",
132
- "@storm-software/config-tools": "1.190.23",
133
- "@storm-software/workspace-tools": "1.295.83",
131
+ "@storm-software/config": "1.137.56",
132
+ "@storm-software/config-tools": "1.190.24",
133
+ "@storm-software/workspace-tools": "1.295.84",
134
134
  "defu": "6.1.4",
135
135
  "yaml": "^2.9.0"
136
136
  },
@@ -161,5 +161,5 @@
161
161
  "publishConfig": { "access": "public" },
162
162
  "executors": "./executors.json",
163
163
  "generators": "./generators.json",
164
- "gitHead": "46df8291b582531faba632e64fb53af49d22f79e"
164
+ "gitHead": "934f36ad1ea2bc895440446907dc6b5183d84a43"
165
165
  }