@storm-software/k8s-tools 0.41.13 → 0.41.15
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 +27 -0
- package/README.md +1 -1
- package/dist/{chunk-JRIKSK4E.mjs → chunk-GKPUF5LI.mjs} +1 -1
- package/dist/{chunk-UORLD7Y5.mjs → chunk-GNJDLCHW.mjs} +1 -1
- package/dist/{chunk-J4YEKSQW.mjs → chunk-GZCEHANT.mjs} +1 -1
- package/dist/{chunk-O6ITQL2O.mjs → chunk-IHXKVL33.mjs} +1 -1
- package/dist/{chunk-HWMN7IL7.mjs → chunk-JOUPSHXJ.mjs} +1 -1
- package/dist/executors.mjs +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.mjs +5 -5
- package/dist/src/executors/container-publish/executor.mjs +1 -1
- package/dist/src/executors/helm-package/executor.mjs +3 -3
- package/dist/src/generators/helm-chart/generator.mjs +2 -2
- package/dist/src/generators/helm-dependency/generator.mjs +1 -1
- package/dist/src/plugins/docker/index.mjs +1 -1
- 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.d.mts +2 -2
- package/dist/tsup.config.d.ts +2 -2
- package/dist/tsup.config.js +1 -0
- package/dist/tsup.config.mjs +2 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.41.14](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.41.14) (2025-09-22)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update package builds to use `silent` option
|
|
10
|
+
([8a992e348](https://github.com/storm-software/storm-ops/commit/8a992e348))
|
|
11
|
+
- **monorepo:** Update workspace package links
|
|
12
|
+
([76c1b30a2](https://github.com/storm-software/storm-ops/commit/76c1b30a2))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated workspace-tools to 1.291.2
|
|
17
|
+
- Updated config-tools to 1.187.9
|
|
18
|
+
|
|
19
|
+
## [0.41.13](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.41.13) (2025-09-22)
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
- **monorepo:** Update workspace package links
|
|
24
|
+
([43374a8da](https://github.com/storm-software/storm-ops/commit/43374a8da))
|
|
25
|
+
|
|
26
|
+
### Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- Updated workspace-tools to 1.291.1
|
|
29
|
+
- Updated config-tools to 1.187.8
|
|
30
|
+
- Updated config to 1.133.4
|
|
31
|
+
|
|
5
32
|
## [0.41.12](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.41.12) (2025-09-22)
|
|
6
33
|
|
|
7
34
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -15,7 +15,7 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
15
15
|
return result;
|
|
16
16
|
};
|
|
17
17
|
|
|
18
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
18
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__32d1ae8d3df44e28e22d73acf5bdeba6/node_modules/tsup/assets/esm_shims.js
|
|
19
19
|
import { fileURLToPath } from "url";
|
|
20
20
|
import path from "path";
|
|
21
21
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/dist/executors.mjs
CHANGED
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
} from "./chunk-DZKGWBOF.mjs";
|
|
5
5
|
import {
|
|
6
6
|
serveExecutor
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-GNJDLCHW.mjs";
|
|
8
8
|
import "./chunk-BLX33ZLH.mjs";
|
|
9
9
|
import "./chunk-7KDCRYLH.mjs";
|
|
10
10
|
import "./chunk-2YZMIPOA.mjs";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-JOUPSHXJ.mjs";
|
|
12
12
|
import "./chunk-YXXZO2AJ.mjs";
|
|
13
13
|
import "./chunk-HGXQ6SSU.mjs";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-IHXKVL33.mjs";
|
|
15
15
|
export {
|
|
16
16
|
getRegistryVersion,
|
|
17
17
|
serveExecutor
|
package/dist/generators.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "./chunk-3J7KBHMJ.mjs";
|
|
2
2
|
import {
|
|
3
3
|
helmChartGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GKPUF5LI.mjs";
|
|
5
5
|
import {
|
|
6
6
|
helmDependencyGeneratorFn
|
|
7
7
|
} from "./chunk-3HHCVXPA.mjs";
|
|
8
8
|
import "./chunk-YYY47TT7.mjs";
|
|
9
9
|
import "./chunk-7KDCRYLH.mjs";
|
|
10
10
|
import "./chunk-2YZMIPOA.mjs";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-IHXKVL33.mjs";
|
|
12
12
|
export {
|
|
13
13
|
helmChartGeneratorFn,
|
|
14
14
|
helmDependencyGeneratorFn
|
package/dist/index.mjs
CHANGED
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
} from "./chunk-DZKGWBOF.mjs";
|
|
10
10
|
import {
|
|
11
11
|
serveExecutor
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-GNJDLCHW.mjs";
|
|
13
13
|
import "./chunk-BLX33ZLH.mjs";
|
|
14
14
|
import "./chunk-3J7KBHMJ.mjs";
|
|
15
15
|
import {
|
|
16
16
|
helmChartGeneratorFn
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-GKPUF5LI.mjs";
|
|
18
18
|
import {
|
|
19
19
|
helmDependencyGeneratorFn
|
|
20
20
|
} from "./chunk-3HHCVXPA.mjs";
|
|
@@ -25,18 +25,18 @@ import "./chunk-WWU25UQ4.mjs";
|
|
|
25
25
|
import {
|
|
26
26
|
addToPrettierIgnore,
|
|
27
27
|
resolveUserExistingPrettierConfig
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-GZCEHANT.mjs";
|
|
29
29
|
import {
|
|
30
30
|
HelmClient,
|
|
31
31
|
createHelmClient
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-JOUPSHXJ.mjs";
|
|
33
33
|
import {
|
|
34
34
|
AbstractHelmClient
|
|
35
35
|
} from "./chunk-YXXZO2AJ.mjs";
|
|
36
36
|
import {
|
|
37
37
|
ensureInitialized
|
|
38
38
|
} from "./chunk-HGXQ6SSU.mjs";
|
|
39
|
-
import "./chunk-
|
|
39
|
+
import "./chunk-IHXKVL33.mjs";
|
|
40
40
|
export {
|
|
41
41
|
AbstractHelmClient,
|
|
42
42
|
HelmClient,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import "../../../chunk-BLX33ZLH.mjs";
|
|
6
6
|
import "../../../chunk-7KDCRYLH.mjs";
|
|
7
7
|
import "../../../chunk-2YZMIPOA.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-IHXKVL33.mjs";
|
|
9
9
|
export {
|
|
10
10
|
publishExecutor as default,
|
|
11
11
|
getRegistryVersion
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
serveExecutor
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-GNJDLCHW.mjs";
|
|
5
5
|
import "../../../chunk-7KDCRYLH.mjs";
|
|
6
6
|
import "../../../chunk-2YZMIPOA.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-JOUPSHXJ.mjs";
|
|
8
8
|
import "../../../chunk-YXXZO2AJ.mjs";
|
|
9
9
|
import "../../../chunk-HGXQ6SSU.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-IHXKVL33.mjs";
|
|
11
11
|
export {
|
|
12
12
|
executor_default as default,
|
|
13
13
|
serveExecutor
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
helmChartGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-GKPUF5LI.mjs";
|
|
5
5
|
import "../../../chunk-YYY47TT7.mjs";
|
|
6
6
|
import "../../../chunk-7KDCRYLH.mjs";
|
|
7
7
|
import "../../../chunk-2YZMIPOA.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-IHXKVL33.mjs";
|
|
9
9
|
export {
|
|
10
10
|
generator_default as default,
|
|
11
11
|
helmChartGeneratorFn
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import "../../../chunk-YYY47TT7.mjs";
|
|
6
6
|
import "../../../chunk-7KDCRYLH.mjs";
|
|
7
7
|
import "../../../chunk-2YZMIPOA.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-IHXKVL33.mjs";
|
|
9
9
|
export {
|
|
10
10
|
generator_default as default,
|
|
11
11
|
helmDependencyGeneratorFn
|
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-JOUPSHXJ.mjs";
|
|
5
5
|
import "../../chunk-YXXZO2AJ.mjs";
|
|
6
6
|
import "../../chunk-HGXQ6SSU.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-IHXKVL33.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-GZCEHANT.mjs";
|
|
6
6
|
import {
|
|
7
7
|
HelmClient,
|
|
8
8
|
createHelmClient
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-JOUPSHXJ.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-IHXKVL33.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-GZCEHANT.mjs";
|
|
5
|
+
import "../../chunk-IHXKVL33.mjs";
|
|
6
6
|
export {
|
|
7
7
|
addToPrettierIgnore,
|
|
8
8
|
resolveUserExistingPrettierConfig
|
package/dist/tsup.config.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Options } from 'tsup';
|
|
2
2
|
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: Options[];
|
|
4
4
|
|
|
5
5
|
export { _default as default };
|
package/dist/tsup.config.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Options } from 'tsup';
|
|
2
2
|
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: Options[];
|
|
4
4
|
|
|
5
5
|
export { _default as default };
|
package/dist/tsup.config.js
CHANGED
package/dist/tsup.config.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-IHXKVL33.mjs";
|
|
2
2
|
|
|
3
3
|
// tsup.config.ts
|
|
4
4
|
import { defineConfig } from "tsup";
|
|
@@ -22,6 +22,7 @@ var tsup_config_default = defineConfig([
|
|
|
22
22
|
dts: true,
|
|
23
23
|
sourcemap: false,
|
|
24
24
|
shims: true,
|
|
25
|
+
silent: true,
|
|
25
26
|
tsconfig: "./tsconfig.json",
|
|
26
27
|
external: ["@storm-software/workspace-tools"]
|
|
27
28
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/k8s-tools",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.15",
|
|
4
4
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"nx": { "optional": false }
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@storm-software/config": "^1.133.
|
|
144
|
-
"@storm-software/config-tools": "^1.187.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.291.
|
|
143
|
+
"@storm-software/config": "^1.133.5",
|
|
144
|
+
"@storm-software/config-tools": "^1.187.10",
|
|
145
|
+
"@storm-software/workspace-tools": "^1.291.3",
|
|
146
146
|
"yaml": "^2.8.1"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
@@ -153,11 +153,11 @@
|
|
|
153
153
|
"@types/node": "^22.10.2",
|
|
154
154
|
"nx": "^21.4.1",
|
|
155
155
|
"tsup": "8.4.0",
|
|
156
|
-
"typescript": "^5.9.
|
|
156
|
+
"typescript": "^5.9.3",
|
|
157
157
|
"untyped": "^1.5.2"
|
|
158
158
|
},
|
|
159
159
|
"publishConfig": { "access": "public" },
|
|
160
160
|
"executors": "./executors.json",
|
|
161
161
|
"generators": "./generators.json",
|
|
162
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "ff77233e5189516cebce6ade530d67f202d151f3"
|
|
163
163
|
}
|