@storm-software/k8s-tools 0.42.4 → 0.42.6
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 +28 -0
- package/README.md +1 -2
- package/dist/{chunk-MHFW4S2D.mjs → chunk-G37LU3HN.mjs} +8 -8
- package/dist/{chunk-5MWWOH3R.js → chunk-QV7XVA5N.js} +8 -8
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/src/executors/helm-package/executor.js +2 -2
- package/dist/src/executors/helm-package/executor.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.42.5](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.5) (2025-10-17)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([3ec988077](https://github.com/storm-software/storm-ops/commit/3ec988077))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated workspace-tools to 1.292.5
|
|
15
|
+
- Updated config-tools to 1.188.5
|
|
16
|
+
- Updated config to 1.134.5
|
|
17
|
+
|
|
18
|
+
## [0.42.4](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.4) (2025-10-17)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **cspell:** Added `powerlines` to CSpell dictionary
|
|
23
|
+
([98f024c7e](https://github.com/storm-software/storm-ops/commit/98f024c7e))
|
|
24
|
+
- **monorepo:** Update workspace package links
|
|
25
|
+
([eff879a87](https://github.com/storm-software/storm-ops/commit/eff879a87))
|
|
26
|
+
|
|
27
|
+
### Updated Dependencies
|
|
28
|
+
|
|
29
|
+
- Updated workspace-tools to 1.292.4
|
|
30
|
+
- Updated config-tools to 1.188.4
|
|
31
|
+
- Updated config to 1.134.4
|
|
32
|
+
|
|
5
33
|
## [0.42.3](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.3) (2025-10-17)
|
|
6
34
|
|
|
7
35
|
### 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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Kubernetes Tools](#storm-kubernetes-tools)
|
|
@@ -95,15 +95,15 @@ ${formatLogMessage(tokenized)}
|
|
|
95
95
|
ret
|
|
96
96
|
);
|
|
97
97
|
if (result && (!result.success || result.error && result?.error?.message && typeof result?.error?.message === "string" && result?.error?.name && typeof result?.error?.name === "string")) {
|
|
98
|
-
|
|
99
|
-
`Failure determined
|
|
100
|
-
${formatLogMessage(
|
|
101
|
-
|
|
98
|
+
throw new Error(
|
|
99
|
+
`Failure determined while running the ${name} executor
|
|
100
|
+
${formatLogMessage(
|
|
101
|
+
result
|
|
102
|
+
)}`,
|
|
103
|
+
{
|
|
104
|
+
cause: result?.error
|
|
105
|
+
}
|
|
102
106
|
);
|
|
103
|
-
console.error(result);
|
|
104
|
-
throw new Error(`The ${name} executor failed to run`, {
|
|
105
|
-
cause: result?.error
|
|
106
|
-
});
|
|
107
107
|
}
|
|
108
108
|
if (executorOptions?.hooks?.postProcess) {
|
|
109
109
|
writeDebug("Running the postProcess hook...", config);
|
|
@@ -95,15 +95,15 @@ ${_chunkGYFLNDUJjs.formatLogMessage.call(void 0, tokenized)}
|
|
|
95
95
|
ret
|
|
96
96
|
);
|
|
97
97
|
if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess', _8 => _8.error, 'optionalAccess', _9 => _9.message]) && typeof _optionalChain([result, 'optionalAccess', _10 => _10.error, 'optionalAccess', _11 => _11.message]) === "string" && _optionalChain([result, 'optionalAccess', _12 => _12.error, 'optionalAccess', _13 => _13.name]) && typeof _optionalChain([result, 'optionalAccess', _14 => _14.error, 'optionalAccess', _15 => _15.name]) === "string")) {
|
|
98
|
-
|
|
99
|
-
`Failure determined
|
|
100
|
-
${_chunkGYFLNDUJjs.formatLogMessage.call(void 0,
|
|
101
|
-
|
|
98
|
+
throw new Error(
|
|
99
|
+
`Failure determined while running the ${name} executor
|
|
100
|
+
${_chunkGYFLNDUJjs.formatLogMessage.call(void 0,
|
|
101
|
+
result
|
|
102
|
+
)}`,
|
|
103
|
+
{
|
|
104
|
+
cause: _optionalChain([result, 'optionalAccess', _16 => _16.error])
|
|
105
|
+
}
|
|
102
106
|
);
|
|
103
|
-
console.error(result);
|
|
104
|
-
throw new Error(`The ${name} executor failed to run`, {
|
|
105
|
-
cause: _optionalChain([result, 'optionalAccess', _16 => _16.error])
|
|
106
|
-
});
|
|
107
107
|
}
|
|
108
108
|
if (_optionalChain([executorOptions, 'optionalAccess', _17 => _17.hooks, 'optionalAccess', _18 => _18.postProcess])) {
|
|
109
109
|
_chunkGYFLNDUJjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
package/dist/executors.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkVQVSFDJVjs = require('./chunk-VQVSFDJV.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkQV7XVA5Njs = require('./chunk-QV7XVA5N.js');
|
|
8
8
|
require('./chunk-XJT7AOEU.js');
|
|
9
9
|
require('./chunk-OHUFCZ47.js');
|
|
10
10
|
require('./chunk-GYFLNDUJ.js');
|
|
@@ -15,4 +15,4 @@ require('./chunk-RECJ3G6F.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.getRegistryVersion = _chunkVQVSFDJVjs.getRegistryVersion; exports.serveExecutor =
|
|
18
|
+
exports.getRegistryVersion = _chunkVQVSFDJVjs.getRegistryVersion; exports.serveExecutor = _chunkQV7XVA5Njs.serveExecutor;
|
package/dist/executors.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ require('./chunk-XO66D74Z.js');
|
|
|
9
9
|
var _chunkVQVSFDJVjs = require('./chunk-VQVSFDJV.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkQV7XVA5Njs = require('./chunk-QV7XVA5N.js');
|
|
13
13
|
require('./chunk-XJT7AOEU.js');
|
|
14
14
|
require('./chunk-DHBG5ASJ.js');
|
|
15
15
|
|
|
@@ -51,4 +51,4 @@ require('./chunk-RECJ3G6F.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
exports.AbstractHelmClient = _chunkJSFRUBG5js.AbstractHelmClient; exports.HelmClient = _chunk4AADQIGWjs.HelmClient; exports.addToPrettierIgnore = _chunk7QVOU2PTjs.addToPrettierIgnore; exports.createHelmClient = _chunk4AADQIGWjs.createHelmClient; exports.createNodesV2 = _chunkIL3LWVGHjs.createNodesV2; exports.description = _chunkIL3LWVGHjs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkVQVSFDJVjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkTL3A37G5js.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunk5V2F5H6Yjs.helmDependencyGeneratorFn; exports.name = _chunkIL3LWVGHjs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor =
|
|
54
|
+
exports.AbstractHelmClient = _chunkJSFRUBG5js.AbstractHelmClient; exports.HelmClient = _chunk4AADQIGWjs.HelmClient; exports.addToPrettierIgnore = _chunk7QVOU2PTjs.addToPrettierIgnore; exports.createHelmClient = _chunk4AADQIGWjs.createHelmClient; exports.createNodesV2 = _chunkIL3LWVGHjs.createNodesV2; exports.description = _chunkIL3LWVGHjs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkVQVSFDJVjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkTL3A37G5js.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunk5V2F5H6Yjs.helmDependencyGeneratorFn; exports.name = _chunkIL3LWVGHjs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkQV7XVA5Njs.serveExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQV7XVA5Njs = require('../../../chunk-QV7XVA5N.js');
|
|
5
5
|
require('../../../chunk-OHUFCZ47.js');
|
|
6
6
|
require('../../../chunk-GYFLNDUJ.js');
|
|
7
7
|
require('../../../chunk-4AADQIGW.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-RECJ3G6F.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkQV7XVA5Njs.executor_default; exports.serveExecutor = _chunkQV7XVA5Njs.serveExecutor;
|
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.6",
|
|
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.134.
|
|
144
|
-
"@storm-software/config-tools": "^1.188.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.292.
|
|
143
|
+
"@storm-software/config": "^1.134.6",
|
|
144
|
+
"@storm-software/config-tools": "^1.188.6",
|
|
145
|
+
"@storm-software/workspace-tools": "^1.292.6",
|
|
146
146
|
"yaml": "^2.8.1"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
@@ -159,5 +159,5 @@
|
|
|
159
159
|
"publishConfig": { "access": "public" },
|
|
160
160
|
"executors": "./executors.json",
|
|
161
161
|
"generators": "./generators.json",
|
|
162
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "feabcb14d4383826b5e1761f8593966eaad96d1c"
|
|
163
163
|
}
|