@storm-software/k8s-tools 0.31.8 → 0.32.0

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 (44) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-VUSHSK4P.mjs → chunk-5JOB6OGJ.mjs} +3 -3
  4. package/dist/{chunk-MDGD27YL.mjs → chunk-5UXGPT7W.mjs} +1 -1
  5. package/dist/{chunk-VREITNWP.mjs → chunk-6WL6MFX5.mjs} +2 -2
  6. package/dist/{chunk-UMIKY6NS.mjs → chunk-74JECYT4.mjs} +1 -1
  7. package/dist/{chunk-UWVOFPSW.js → chunk-A4CVK7EX.js} +72 -30
  8. package/dist/{chunk-MKWEGZBN.mjs → chunk-BAOKCCVA.mjs} +2 -2
  9. package/dist/{chunk-RGCWOU4G.mjs → chunk-BZYA2PUG.mjs} +1 -1
  10. package/dist/{chunk-QC45ZBCD.js → chunk-CHQFLPKG.js} +6 -6
  11. package/dist/{chunk-SICCVKOX.mjs → chunk-EYSVKEFF.mjs} +3 -3
  12. package/dist/{chunk-MWMS7P7U.mjs → chunk-GNTJL5JP.mjs} +59 -17
  13. package/dist/{chunk-B5PZBLQ3.mjs → chunk-HJWOJTON.mjs} +1 -1
  14. package/dist/{chunk-A7ARE63F.js → chunk-KA6YY6JO.js} +25 -25
  15. package/dist/{chunk-DD5DCADP.js → chunk-KPRFECY6.js} +2 -2
  16. package/dist/{chunk-O2NTRG6T.mjs → chunk-NOKCVPQ2.mjs} +2 -2
  17. package/dist/{chunk-NMNRCEUZ.js → chunk-OHXHL4YW.js} +4 -4
  18. package/dist/{chunk-GQUK4O4E.js → chunk-PYDP65I4.js} +4 -4
  19. package/dist/{chunk-SDL2IMN3.mjs → chunk-TAGMMOA3.mjs} +1 -1
  20. package/dist/{chunk-2SIDLIM5.js → chunk-VTHDYUIX.js} +19 -19
  21. package/dist/{chunk-NHN57PGK.js → chunk-W5JY447S.js} +3 -3
  22. package/dist/executors.js +5 -5
  23. package/dist/executors.mjs +6 -6
  24. package/dist/generators.js +6 -6
  25. package/dist/generators.mjs +6 -6
  26. package/dist/index.js +9 -9
  27. package/dist/index.mjs +11 -11
  28. package/dist/src/executors/container-publish/executor.js +4 -4
  29. package/dist/src/executors/container-publish/executor.mjs +4 -4
  30. package/dist/src/executors/helm-package/executor.js +4 -4
  31. package/dist/src/executors/helm-package/executor.mjs +5 -5
  32. package/dist/src/generators/helm-chart/generator.js +5 -5
  33. package/dist/src/generators/helm-chart/generator.mjs +5 -5
  34. package/dist/src/generators/helm-dependency/generator.js +5 -5
  35. package/dist/src/generators/helm-dependency/generator.mjs +5 -5
  36. package/dist/src/plugins/docker/index.js +3 -3
  37. package/dist/src/plugins/docker/index.mjs +3 -3
  38. package/dist/src/types.mjs +1 -1
  39. package/dist/src/utils/client.mjs +2 -2
  40. package/dist/src/utils/ensure-init.mjs +1 -1
  41. package/dist/src/utils/index.mjs +3 -3
  42. package/dist/src/utils/prettier.mjs +2 -2
  43. package/dist/tsup.config.mjs +1 -1
  44. package/package.json +6 -6
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkNMNRCEUZjs = require('../../../chunk-NMNRCEUZ.js');
5
- require('../../../chunk-2SIDLIM5.js');
6
- require('../../../chunk-DD5DCADP.js');
7
- require('../../../chunk-UWVOFPSW.js');
4
+ var _chunkOHXHL4YWjs = require('../../../chunk-OHXHL4YW.js');
5
+ require('../../../chunk-VTHDYUIX.js');
6
+ require('../../../chunk-KPRFECY6.js');
7
+ require('../../../chunk-A4CVK7EX.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkNMNRCEUZjs.generator_default; exports.helmChartGeneratorFn = _chunkNMNRCEUZjs.helmChartGeneratorFn;
12
+ exports.default = _chunkOHXHL4YWjs.generator_default; exports.helmChartGeneratorFn = _chunkOHXHL4YWjs.helmChartGeneratorFn;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  generator_default,
3
3
  helmChartGeneratorFn
4
- } from "../../../chunk-VUSHSK4P.mjs";
5
- import "../../../chunk-VREITNWP.mjs";
6
- import "../../../chunk-MDGD27YL.mjs";
7
- import "../../../chunk-MWMS7P7U.mjs";
8
- import "../../../chunk-UMIKY6NS.mjs";
4
+ } from "../../../chunk-5JOB6OGJ.mjs";
5
+ import "../../../chunk-6WL6MFX5.mjs";
6
+ import "../../../chunk-5UXGPT7W.mjs";
7
+ import "../../../chunk-GNTJL5JP.mjs";
8
+ import "../../../chunk-74JECYT4.mjs";
9
9
  export {
10
10
  generator_default as default,
11
11
  helmChartGeneratorFn
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkGQUK4O4Ejs = require('../../../chunk-GQUK4O4E.js');
5
- require('../../../chunk-2SIDLIM5.js');
6
- require('../../../chunk-DD5DCADP.js');
7
- require('../../../chunk-UWVOFPSW.js');
4
+ var _chunkPYDP65I4js = require('../../../chunk-PYDP65I4.js');
5
+ require('../../../chunk-VTHDYUIX.js');
6
+ require('../../../chunk-KPRFECY6.js');
7
+ require('../../../chunk-A4CVK7EX.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkGQUK4O4Ejs.generator_default; exports.helmDependencyGeneratorFn = _chunkGQUK4O4Ejs.helmDependencyGeneratorFn;
12
+ exports.default = _chunkPYDP65I4js.generator_default; exports.helmDependencyGeneratorFn = _chunkPYDP65I4js.helmDependencyGeneratorFn;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  generator_default,
3
3
  helmDependencyGeneratorFn
4
- } from "../../../chunk-MKWEGZBN.mjs";
5
- import "../../../chunk-VREITNWP.mjs";
6
- import "../../../chunk-MDGD27YL.mjs";
7
- import "../../../chunk-MWMS7P7U.mjs";
8
- import "../../../chunk-UMIKY6NS.mjs";
4
+ } from "../../../chunk-BAOKCCVA.mjs";
5
+ import "../../../chunk-6WL6MFX5.mjs";
6
+ import "../../../chunk-5UXGPT7W.mjs";
7
+ import "../../../chunk-GNTJL5JP.mjs";
8
+ import "../../../chunk-74JECYT4.mjs";
9
9
  export {
10
10
  generator_default as default,
11
11
  helmDependencyGeneratorFn
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkNHN57PGKjs = require('../../../chunk-NHN57PGK.js');
5
+ var _chunkW5JY447Sjs = require('../../../chunk-W5JY447S.js');
6
6
  require('../../../chunk-XZP5ZUYN.js');
7
- require('../../../chunk-UWVOFPSW.js');
7
+ require('../../../chunk-A4CVK7EX.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
12
 
13
- exports.createNodesV2 = _chunkNHN57PGKjs.createNodesV2; exports.description = _chunkNHN57PGKjs.description; exports.name = _chunkNHN57PGKjs.name;
13
+ exports.createNodesV2 = _chunkW5JY447Sjs.createNodesV2; exports.description = _chunkW5JY447Sjs.description; exports.name = _chunkW5JY447Sjs.name;
@@ -2,10 +2,10 @@ import {
2
2
  createNodesV2,
3
3
  description,
4
4
  name
5
- } from "../../../chunk-RGCWOU4G.mjs";
5
+ } from "../../../chunk-BZYA2PUG.mjs";
6
6
  import "../../../chunk-WV3ZYQE2.mjs";
7
- import "../../../chunk-MWMS7P7U.mjs";
8
- import "../../../chunk-UMIKY6NS.mjs";
7
+ import "../../../chunk-GNTJL5JP.mjs";
8
+ import "../../../chunk-74JECYT4.mjs";
9
9
  export {
10
10
  createNodesV2,
11
11
  description,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  AbstractHelmClient
3
3
  } from "../chunk-YXXZO2AJ.mjs";
4
- import "../chunk-UMIKY6NS.mjs";
4
+ import "../chunk-74JECYT4.mjs";
5
5
  export {
6
6
  AbstractHelmClient
7
7
  };
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  HelmClient,
3
3
  createHelmClient
4
- } from "../../chunk-SDL2IMN3.mjs";
4
+ } from "../../chunk-TAGMMOA3.mjs";
5
5
  import "../../chunk-YXXZO2AJ.mjs";
6
6
  import "../../chunk-HGXQ6SSU.mjs";
7
- import "../../chunk-UMIKY6NS.mjs";
7
+ import "../../chunk-74JECYT4.mjs";
8
8
  export {
9
9
  HelmClient,
10
10
  createHelmClient
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ensureInitialized
3
3
  } from "../../chunk-HGXQ6SSU.mjs";
4
- import "../../chunk-UMIKY6NS.mjs";
4
+ import "../../chunk-74JECYT4.mjs";
5
5
  export {
6
6
  ensureInitialized
7
7
  };
@@ -2,16 +2,16 @@ import "../../chunk-WWU25UQ4.mjs";
2
2
  import {
3
3
  addToPrettierIgnore,
4
4
  resolveUserExistingPrettierConfig
5
- } from "../../chunk-B5PZBLQ3.mjs";
5
+ } from "../../chunk-HJWOJTON.mjs";
6
6
  import {
7
7
  HelmClient,
8
8
  createHelmClient
9
- } from "../../chunk-SDL2IMN3.mjs";
9
+ } from "../../chunk-TAGMMOA3.mjs";
10
10
  import "../../chunk-YXXZO2AJ.mjs";
11
11
  import {
12
12
  ensureInitialized
13
13
  } from "../../chunk-HGXQ6SSU.mjs";
14
- import "../../chunk-UMIKY6NS.mjs";
14
+ import "../../chunk-74JECYT4.mjs";
15
15
  export {
16
16
  HelmClient,
17
17
  addToPrettierIgnore,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  addToPrettierIgnore,
3
3
  resolveUserExistingPrettierConfig
4
- } from "../../chunk-B5PZBLQ3.mjs";
5
- import "../../chunk-UMIKY6NS.mjs";
4
+ } from "../../chunk-HJWOJTON.mjs";
5
+ import "../../chunk-74JECYT4.mjs";
6
6
  export {
7
7
  addToPrettierIgnore,
8
8
  resolveUserExistingPrettierConfig
@@ -1,4 +1,4 @@
1
- import "./chunk-UMIKY6NS.mjs";
1
+ import "./chunk-74JECYT4.mjs";
2
2
 
3
3
  // tsup.config.ts
4
4
  import { defineConfig } from "tsup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.31.8",
3
+ "version": "0.32.0",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -140,14 +140,14 @@
140
140
  "nx": { "optional": false }
141
141
  },
142
142
  "dependencies": {
143
- "@storm-software/config": "^1.119.7",
144
- "@storm-software/config-tools": "^1.169.8",
145
- "@storm-software/workspace-tools": "^1.273.9",
143
+ "@storm-software/config": "^1.121.0",
144
+ "@storm-software/config-tools": "^1.171.0",
145
+ "@storm-software/workspace-tools": "^1.274.0",
146
146
  "js-yaml": "^4.1.0"
147
147
  },
148
148
  "devDependencies": {
149
- "@nx-tools/container-metadata": "^6.1.1",
150
- "@nx-tools/nx-container": "^6.2.0",
149
+ "@nx-tools/container-metadata": "^6.7.1",
150
+ "@nx-tools/nx-container": "^6.7.1",
151
151
  "@nx/devkit": "21.0.3",
152
152
  "@nx/workspace": "21.0.3",
153
153
  "@types/js-yaml": "4.0.9",