@storm-software/k8s-tools 0.42.49 → 0.42.51
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 +21 -0
- package/README.md +9 -2
- package/dist/{chunk-LP7BSE3D.mjs → chunk-5OVL5XWP.mjs} +1 -1
- package/dist/{chunk-ZCHLSLSH.mjs → chunk-FKHYYON5.mjs} +1 -1
- package/dist/{chunk-4433W7RM.mjs → chunk-K3CSF4ZT.mjs} +1 -1
- package/dist/{chunk-PGOIHRFH.mjs → chunk-NDDFKDKB.mjs} +1 -1
- package/dist/{chunk-G2FNECIR.mjs → chunk-W4JWIRSX.mjs} +1 -1
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +5 -5
- package/dist/generators.mjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +7 -7
- 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.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.42.50](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.50) (11/27/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files and `Cargo.lock`
|
|
10
|
+
([5758ea3f0](https://github.com/storm-software/storm-ops/commit/5758ea3f0))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.293.20**
|
|
15
|
+
- Updated **config-tools** to **v1.188.50**
|
|
16
|
+
- Updated **config** to **v1.134.50**
|
|
17
|
+
|
|
18
|
+
## [0.42.49](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.49) (11/25/2025)
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.293.19**
|
|
23
|
+
- Updated **config-tools** to **v1.188.49**
|
|
24
|
+
- Updated **config** to **v1.134.49**
|
|
25
|
+
|
|
5
26
|
## [0.42.48](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.48) (11/20/2025)
|
|
6
27
|
|
|
7
28
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -3,7 +3,13 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"
|
|
6
|
+
<div align="center">
|
|
7
|
+
<picture>
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light-optimized.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif" width="100%" alt="Storm Software" />
|
|
11
|
+
</picture>
|
|
12
|
+
</div>
|
|
7
13
|
<br />
|
|
8
14
|
|
|
9
15
|
<div align="center">
|
|
@@ -21,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
27
|
|
|
22
28
|
<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
29
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
31
|
|
|
26
32
|
<!-- prettier-ignore-start -->
|
|
27
33
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +46,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
46
|
|
|
41
47
|
<!-- START doctoc -->
|
|
42
48
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
+
|
|
43
50
|
## Table of Contents
|
|
44
51
|
|
|
45
52
|
- [Storm Kubernetes Tools](#storm-kubernetes-tools)
|
|
@@ -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__5adfafe360c1e61df03aa1e123559c5f/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.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO66D74Z.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkCGUEPGGTjs = require('./chunk-CGUEPGGT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkHEDB7QTCjs = require('./chunk-HEDB7QTC.js');
|
|
8
8
|
require('./chunk-XJT7AOEU.js');
|
|
9
9
|
require('./chunk-AP5AX3KB.js');
|
|
10
10
|
require('./chunk-A4OQE5M5.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
+
import {
|
|
3
|
+
serveExecutor
|
|
4
|
+
} from "./chunk-NDDFKDKB.mjs";
|
|
2
5
|
import {
|
|
3
6
|
getRegistryVersion
|
|
4
7
|
} from "./chunk-4D3CDXK5.mjs";
|
|
5
|
-
import {
|
|
6
|
-
serveExecutor
|
|
7
|
-
} from "./chunk-PGOIHRFH.mjs";
|
|
8
8
|
import "./chunk-BLX33ZLH.mjs";
|
|
9
9
|
import "./chunk-B54EDTJQ.mjs";
|
|
10
10
|
import "./chunk-K6EJTT7Q.mjs";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-W4JWIRSX.mjs";
|
|
12
12
|
import "./chunk-YXXZO2AJ.mjs";
|
|
13
13
|
import "./chunk-HGXQ6SSU.mjs";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-5OVL5XWP.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-K3CSF4ZT.mjs";
|
|
5
5
|
import {
|
|
6
6
|
helmDependencyGeneratorFn
|
|
7
7
|
} from "./chunk-QJX2HS4U.mjs";
|
|
8
8
|
import "./chunk-7SJSOMID.mjs";
|
|
9
9
|
import "./chunk-B54EDTJQ.mjs";
|
|
10
10
|
import "./chunk-K6EJTT7Q.mjs";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-5OVL5XWP.mjs";
|
|
12
12
|
export {
|
|
13
13
|
helmChartGeneratorFn,
|
|
14
14
|
helmDependencyGeneratorFn
|
package/dist/index.js
CHANGED
|
@@ -6,10 +6,10 @@ var _chunkTM6RTLX5js = require('./chunk-TM6RTLX5.js');
|
|
|
6
6
|
require('./chunk-XO66D74Z.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkCGUEPGGTjs = require('./chunk-CGUEPGGT.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkHEDB7QTCjs = require('./chunk-HEDB7QTC.js');
|
|
13
13
|
require('./chunk-XJT7AOEU.js');
|
|
14
14
|
require('./chunk-DHBG5ASJ.js');
|
|
15
15
|
|
package/dist/index.mjs
CHANGED
|
@@ -4,17 +4,17 @@ import {
|
|
|
4
4
|
name
|
|
5
5
|
} from "./chunk-X45TKGMU.mjs";
|
|
6
6
|
import "./chunk-YSCEY447.mjs";
|
|
7
|
+
import {
|
|
8
|
+
serveExecutor
|
|
9
|
+
} from "./chunk-NDDFKDKB.mjs";
|
|
7
10
|
import {
|
|
8
11
|
getRegistryVersion
|
|
9
12
|
} from "./chunk-4D3CDXK5.mjs";
|
|
10
|
-
import {
|
|
11
|
-
serveExecutor
|
|
12
|
-
} from "./chunk-PGOIHRFH.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-K3CSF4ZT.mjs";
|
|
18
18
|
import {
|
|
19
19
|
helmDependencyGeneratorFn
|
|
20
20
|
} from "./chunk-QJX2HS4U.mjs";
|
|
@@ -25,18 +25,18 @@ import "./chunk-WWU25UQ4.mjs";
|
|
|
25
25
|
import {
|
|
26
26
|
addToPrettierIgnore,
|
|
27
27
|
resolveUserExistingPrettierConfig
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-FKHYYON5.mjs";
|
|
29
29
|
import {
|
|
30
30
|
HelmClient,
|
|
31
31
|
createHelmClient
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-W4JWIRSX.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-5OVL5XWP.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-B54EDTJQ.mjs";
|
|
7
7
|
import "../../../chunk-K6EJTT7Q.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-5OVL5XWP.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-NDDFKDKB.mjs";
|
|
5
5
|
import "../../../chunk-B54EDTJQ.mjs";
|
|
6
6
|
import "../../../chunk-K6EJTT7Q.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-W4JWIRSX.mjs";
|
|
8
8
|
import "../../../chunk-YXXZO2AJ.mjs";
|
|
9
9
|
import "../../../chunk-HGXQ6SSU.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-5OVL5XWP.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-K3CSF4ZT.mjs";
|
|
5
5
|
import "../../../chunk-7SJSOMID.mjs";
|
|
6
6
|
import "../../../chunk-B54EDTJQ.mjs";
|
|
7
7
|
import "../../../chunk-K6EJTT7Q.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-5OVL5XWP.mjs";
|
|
9
9
|
export {
|
|
10
10
|
generator_default as default,
|
|
11
11
|
helmChartGeneratorFn
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import "../../../chunk-7SJSOMID.mjs";
|
|
6
6
|
import "../../../chunk-B54EDTJQ.mjs";
|
|
7
7
|
import "../../../chunk-K6EJTT7Q.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-5OVL5XWP.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-W4JWIRSX.mjs";
|
|
5
5
|
import "../../chunk-YXXZO2AJ.mjs";
|
|
6
6
|
import "../../chunk-HGXQ6SSU.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-5OVL5XWP.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-FKHYYON5.mjs";
|
|
6
6
|
import {
|
|
7
7
|
HelmClient,
|
|
8
8
|
createHelmClient
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-W4JWIRSX.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-5OVL5XWP.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-FKHYYON5.mjs";
|
|
5
|
+
import "../../chunk-5OVL5XWP.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.42.
|
|
3
|
+
"version": "0.42.51",
|
|
4
4
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
],
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"@nx/devkit": "22.0.4",
|
|
132
|
-
"prettier": "^3.
|
|
132
|
+
"prettier": "^3.7.4",
|
|
133
133
|
"tsup": "8.4.0"
|
|
134
134
|
},
|
|
135
135
|
"peerDependenciesMeta": {
|
|
@@ -140,11 +140,11 @@
|
|
|
140
140
|
"nx": { "optional": false }
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@storm-software/config": "^1.134.
|
|
144
|
-
"@storm-software/config-tools": "^1.188.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.293.
|
|
143
|
+
"@storm-software/config": "^1.134.51",
|
|
144
|
+
"@storm-software/config-tools": "^1.188.51",
|
|
145
|
+
"@storm-software/workspace-tools": "^1.293.21",
|
|
146
146
|
"defu": "6.1.4",
|
|
147
|
-
"yaml": "^2.8.
|
|
147
|
+
"yaml": "^2.8.2"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@nx-tools/container-metadata": "^6.9.1",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"publishConfig": { "access": "public" },
|
|
161
161
|
"executors": "./executors.json",
|
|
162
162
|
"generators": "./generators.json",
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "d41f1248a2121aefd52ac185981cddc2d3d3bfbd"
|
|
164
164
|
}
|