@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.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist/{chunk-VUSHSK4P.mjs → chunk-5JOB6OGJ.mjs} +3 -3
- package/dist/{chunk-MDGD27YL.mjs → chunk-5UXGPT7W.mjs} +1 -1
- package/dist/{chunk-VREITNWP.mjs → chunk-6WL6MFX5.mjs} +2 -2
- package/dist/{chunk-UMIKY6NS.mjs → chunk-74JECYT4.mjs} +1 -1
- package/dist/{chunk-UWVOFPSW.js → chunk-A4CVK7EX.js} +72 -30
- package/dist/{chunk-MKWEGZBN.mjs → chunk-BAOKCCVA.mjs} +2 -2
- package/dist/{chunk-RGCWOU4G.mjs → chunk-BZYA2PUG.mjs} +1 -1
- package/dist/{chunk-QC45ZBCD.js → chunk-CHQFLPKG.js} +6 -6
- package/dist/{chunk-SICCVKOX.mjs → chunk-EYSVKEFF.mjs} +3 -3
- package/dist/{chunk-MWMS7P7U.mjs → chunk-GNTJL5JP.mjs} +59 -17
- package/dist/{chunk-B5PZBLQ3.mjs → chunk-HJWOJTON.mjs} +1 -1
- package/dist/{chunk-A7ARE63F.js → chunk-KA6YY6JO.js} +25 -25
- package/dist/{chunk-DD5DCADP.js → chunk-KPRFECY6.js} +2 -2
- package/dist/{chunk-O2NTRG6T.mjs → chunk-NOKCVPQ2.mjs} +2 -2
- package/dist/{chunk-NMNRCEUZ.js → chunk-OHXHL4YW.js} +4 -4
- package/dist/{chunk-GQUK4O4E.js → chunk-PYDP65I4.js} +4 -4
- package/dist/{chunk-SDL2IMN3.mjs → chunk-TAGMMOA3.mjs} +1 -1
- package/dist/{chunk-2SIDLIM5.js → chunk-VTHDYUIX.js} +19 -19
- package/dist/{chunk-NHN57PGK.js → chunk-W5JY447S.js} +3 -3
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.js +9 -9
- package/dist/index.mjs +11 -11
- package/dist/src/executors/container-publish/executor.js +4 -4
- package/dist/src/executors/container-publish/executor.mjs +4 -4
- package/dist/src/executors/helm-package/executor.js +4 -4
- package/dist/src/executors/helm-package/executor.mjs +5 -5
- package/dist/src/generators/helm-chart/generator.js +5 -5
- package/dist/src/generators/helm-chart/generator.mjs +5 -5
- package/dist/src/generators/helm-dependency/generator.js +5 -5
- package/dist/src/generators/helm-dependency/generator.mjs +5 -5
- package/dist/src/plugins/docker/index.js +3 -3
- package/dist/src/plugins/docker/index.mjs +3 -3
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/client.mjs +2 -2
- package/dist/src/utils/ensure-init.mjs +1 -1
- package/dist/src/utils/index.mjs +3 -3
- package/dist/src/utils/prettier.mjs +2 -2
- package/dist/tsup.config.mjs +1 -1
- 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
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
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 =
|
|
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-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
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
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
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 =
|
|
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-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
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
|
|
5
|
+
var _chunkW5JY447Sjs = require('../../../chunk-W5JY447S.js');
|
|
6
6
|
require('../../../chunk-XZP5ZUYN.js');
|
|
7
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-A4CVK7EX.js');
|
|
8
8
|
require('../../../chunk-RECJ3G6F.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.createNodesV2 =
|
|
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-
|
|
5
|
+
} from "../../../chunk-BZYA2PUG.mjs";
|
|
6
6
|
import "../../../chunk-WV3ZYQE2.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-GNTJL5JP.mjs";
|
|
8
|
+
import "../../../chunk-74JECYT4.mjs";
|
|
9
9
|
export {
|
|
10
10
|
createNodesV2,
|
|
11
11
|
description,
|
package/dist/src/types.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HelmClient,
|
|
3
3
|
createHelmClient
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-TAGMMOA3.mjs";
|
|
5
5
|
import "../../chunk-YXXZO2AJ.mjs";
|
|
6
6
|
import "../../chunk-HGXQ6SSU.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-74JECYT4.mjs";
|
|
8
8
|
export {
|
|
9
9
|
HelmClient,
|
|
10
10
|
createHelmClient
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -2,16 +2,16 @@ import "../../chunk-WWU25UQ4.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
addToPrettierIgnore,
|
|
4
4
|
resolveUserExistingPrettierConfig
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-HJWOJTON.mjs";
|
|
6
6
|
import {
|
|
7
7
|
HelmClient,
|
|
8
8
|
createHelmClient
|
|
9
|
-
} from "../../chunk-
|
|
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-
|
|
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-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-HJWOJTON.mjs";
|
|
5
|
+
import "../../chunk-74JECYT4.mjs";
|
|
6
6
|
export {
|
|
7
7
|
addToPrettierIgnore,
|
|
8
8
|
resolveUserExistingPrettierConfig
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/k8s-tools",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
144
|
-
"@storm-software/config-tools": "^1.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.
|
|
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.
|
|
150
|
-
"@nx-tools/nx-container": "^6.
|
|
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",
|