@storm-software/k8s-tools 0.42.57 → 0.42.58

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 CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.57](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.57) (12/06/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.1**
10
+ - Updated **config-tools** to **v1.188.57**
11
+ - Updated **config** to **v1.134.57**
12
+
5
13
  ## [0.42.56](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.56) (12/05/2025)
6
14
 
7
15
  ### Miscellaneous
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getPackageInfo
3
- } from "./chunk-533T7FHN.mjs";
3
+ } from "./chunk-WS2G4IWW.mjs";
4
4
  import {
5
5
  applyWorkspaceTokens
6
6
  } from "./chunk-B54EDTJQ.mjs";
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _chunk6SBDBDVRjs = require('./chunk-6SBDBDVR.js');
3
+ var _chunkKBSSJUPWjs = require('./chunk-KBSSJUPW.js');
4
4
 
5
5
 
6
6
  var _chunkAP5AX3KBjs = require('./chunk-AP5AX3KB.js');
@@ -113,7 +113,7 @@ async function* publishExecutor(options, context) {
113
113
  );
114
114
  } else {
115
115
  console.log(`Published to ${tokenized.registry}`);
116
- const packageManager = _chunk6SBDBDVRjs.getPackageInfo.call(void 0, projectConfig);
116
+ const packageManager = _chunkKBSSJUPWjs.getPackageInfo.call(void 0, projectConfig);
117
117
  if (packageManager) {
118
118
  tokenized["build-args"] ??= [
119
119
  "ENVIRONMENT=production",
@@ -130,7 +130,7 @@ var setDefaultProjectTags = (project, plugin) => {
130
130
  addProjectTag(
131
131
  project,
132
132
  ProjectTagConstants.Platform.TAG_ID,
133
- _optionalChain([project, 'access', _5 => _5.targets, 'optionalAccess', _6 => _6.build, 'optionalAccess', _7 => _7.options, 'access', _8 => _8.platform]) === "node" ? ProjectTagConstants.Platform.NODE : _optionalChain([project, 'access', _9 => _9.targets, 'optionalAccess', _10 => _10.build, 'optionalAccess', _11 => _11.options, 'access', _12 => _12.platform]) === "worker" ? ProjectTagConstants.Platform.WORKER : _optionalChain([project, 'access', _13 => _13.targets, 'optionalAccess', _14 => _14.build, 'optionalAccess', _15 => _15.options, 'access', _16 => _16.platform]) === "browser" ? ProjectTagConstants.Platform.BROWSER : ProjectTagConstants.Platform.NEUTRAL,
133
+ _optionalChain([project, 'access', _5 => _5.targets, 'optionalAccess', _6 => _6.build, 'optionalAccess', _7 => _7.options, 'optionalAccess', _8 => _8.platform]) === "node" ? ProjectTagConstants.Platform.NODE : _optionalChain([project, 'access', _9 => _9.targets, 'optionalAccess', _10 => _10.build, 'optionalAccess', _11 => _11.options, 'optionalAccess', _12 => _12.platform]) === "worker" ? ProjectTagConstants.Platform.WORKER : _optionalChain([project, 'access', _13 => _13.targets, 'optionalAccess', _14 => _14.build, 'optionalAccess', _15 => _15.options, 'optionalAccess', _16 => _16.platform]) === "browser" ? ProjectTagConstants.Platform.BROWSER : ProjectTagConstants.Platform.NEUTRAL,
134
134
  { overwrite: false }
135
135
  );
136
136
  if (plugin) {
@@ -4,7 +4,7 @@ import {
4
4
  hasProjectTag,
5
5
  isEqualProjectTag,
6
6
  setDefaultProjectTags
7
- } from "./chunk-533T7FHN.mjs";
7
+ } from "./chunk-WS2G4IWW.mjs";
8
8
  import {
9
9
  findWorkspaceRoot,
10
10
  getConfig
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- var _chunk6SBDBDVRjs = require('./chunk-6SBDBDVR.js');
7
+ var _chunkKBSSJUPWjs = require('./chunk-KBSSJUPW.js');
8
8
 
9
9
 
10
10
 
@@ -68,7 +68,7 @@ var createNodesV2 = [
68
68
  `org.opencontainers.image.source=${config.repository}`
69
69
  ];
70
70
  let tag = "latest";
71
- const packageManager = _chunk6SBDBDVRjs.getPackageInfo.call(void 0, project);
71
+ const packageManager = _chunkKBSSJUPWjs.getPackageInfo.call(void 0, project);
72
72
  if (packageManager) {
73
73
  if (packageManager.type === "Cargo.toml") {
74
74
  tag = packageManager.content.package.version;
@@ -130,11 +130,11 @@ var createNodesV2 = [
130
130
  }
131
131
  }
132
132
  };
133
- if ((_chunk6SBDBDVRjs.isEqualProjectTag.call(void 0,
133
+ if ((_chunkKBSSJUPWjs.isEqualProjectTag.call(void 0,
134
134
  project,
135
- _chunk6SBDBDVRjs.ProjectTagConstants.ProjectType.TAG_ID,
136
- _chunk6SBDBDVRjs.ProjectTagConstants.ProjectType.APPLICATION
137
- ) || project.projectType === "application") && _chunk6SBDBDVRjs.hasProjectTag.call(void 0, project, _chunk6SBDBDVRjs.ProjectTagConstants.Registry.TAG_ID)) {
135
+ _chunkKBSSJUPWjs.ProjectTagConstants.ProjectType.TAG_ID,
136
+ _chunkKBSSJUPWjs.ProjectTagConstants.ProjectType.APPLICATION
137
+ ) || project.projectType === "application") && _chunkKBSSJUPWjs.hasProjectTag.call(void 0, project, _chunkKBSSJUPWjs.ProjectTagConstants.Registry.TAG_ID)) {
138
138
  if (project.targets["nx-release-publish"]) {
139
139
  project.targets["nx-release-publish"] = {
140
140
  ...project.targets["nx-release-publish"],
@@ -161,7 +161,7 @@ var createNodesV2 = [
161
161
  };
162
162
  }
163
163
  }
164
- _chunk6SBDBDVRjs.setDefaultProjectTags.call(void 0, project);
164
+ _chunkKBSSJUPWjs.setDefaultProjectTags.call(void 0, project);
165
165
  const projects = {};
166
166
  const externalNodes = {};
167
167
  projects[project.root] = _defu2.default.call(void 0,
@@ -130,7 +130,7 @@ var setDefaultProjectTags = (project, plugin) => {
130
130
  addProjectTag(
131
131
  project,
132
132
  ProjectTagConstants.Platform.TAG_ID,
133
- project.targets?.build?.options.platform === "node" ? ProjectTagConstants.Platform.NODE : project.targets?.build?.options.platform === "worker" ? ProjectTagConstants.Platform.WORKER : project.targets?.build?.options.platform === "browser" ? ProjectTagConstants.Platform.BROWSER : ProjectTagConstants.Platform.NEUTRAL,
133
+ project.targets?.build?.options?.platform === "node" ? ProjectTagConstants.Platform.NODE : project.targets?.build?.options?.platform === "worker" ? ProjectTagConstants.Platform.WORKER : project.targets?.build?.options?.platform === "browser" ? ProjectTagConstants.Platform.BROWSER : ProjectTagConstants.Platform.NEUTRAL,
134
134
  { overwrite: false }
135
135
  );
136
136
  if (plugin) {
package/dist/executors.js CHANGED
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO66D74Z.js');
2
2
 
3
3
 
4
- var _chunkYDMX2U2Fjs = require('./chunk-YDMX2U2F.js');
4
+ var _chunkFA55X3GNjs = require('./chunk-FA55X3GN.js');
5
5
 
6
6
 
7
7
  var _chunkCGUEPGGTjs = require('./chunk-CGUEPGGT.js');
8
- require('./chunk-6SBDBDVR.js');
8
+ require('./chunk-KBSSJUPW.js');
9
9
  require('./chunk-AP5AX3KB.js');
10
10
  require('./chunk-A4OQE5M5.js');
11
11
  require('./chunk-4AADQIGW.js');
@@ -15,4 +15,4 @@ require('./chunk-RECJ3G6F.js');
15
15
 
16
16
 
17
17
 
18
- exports.getRegistryVersion = _chunkYDMX2U2Fjs.getRegistryVersion; exports.serveExecutor = _chunkCGUEPGGTjs.serveExecutor;
18
+ exports.getRegistryVersion = _chunkFA55X3GNjs.getRegistryVersion; exports.serveExecutor = _chunkCGUEPGGTjs.serveExecutor;
@@ -1,11 +1,11 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
2
  import {
3
3
  getRegistryVersion
4
- } from "./chunk-PWPYEPKG.mjs";
4
+ } from "./chunk-2QBUFCDO.mjs";
5
5
  import {
6
6
  serveExecutor
7
7
  } from "./chunk-5KXJ5BX6.mjs";
8
- import "./chunk-533T7FHN.mjs";
8
+ import "./chunk-WS2G4IWW.mjs";
9
9
  import "./chunk-B54EDTJQ.mjs";
10
10
  import "./chunk-K6EJTT7Q.mjs";
11
11
  import "./chunk-D34ORHNY.mjs";
package/dist/index.js CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkQZERJ66Zjs = require('./chunk-QZERJ66Z.js');
5
+ var _chunkR6AWILUNjs = require('./chunk-R6AWILUN.js');
6
6
  require('./chunk-XO66D74Z.js');
7
7
 
8
8
 
9
- var _chunkYDMX2U2Fjs = require('./chunk-YDMX2U2F.js');
9
+ var _chunkFA55X3GNjs = require('./chunk-FA55X3GN.js');
10
10
 
11
11
 
12
12
  var _chunkCGUEPGGTjs = require('./chunk-CGUEPGGT.js');
13
- require('./chunk-6SBDBDVR.js');
13
+ require('./chunk-KBSSJUPW.js');
14
14
  require('./chunk-DHBG5ASJ.js');
15
15
 
16
16
 
@@ -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 = _chunkQZERJ66Zjs.createNodesV2; exports.description = _chunkQZERJ66Zjs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkYDMX2U2Fjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkSAYVIBOXjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkRNZPH7SHjs.helmDependencyGeneratorFn; exports.name = _chunkQZERJ66Zjs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkCGUEPGGTjs.serveExecutor;
54
+ exports.AbstractHelmClient = _chunkJSFRUBG5js.AbstractHelmClient; exports.HelmClient = _chunk4AADQIGWjs.HelmClient; exports.addToPrettierIgnore = _chunk7QVOU2PTjs.addToPrettierIgnore; exports.createHelmClient = _chunk4AADQIGWjs.createHelmClient; exports.createNodesV2 = _chunkR6AWILUNjs.createNodesV2; exports.description = _chunkR6AWILUNjs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkFA55X3GNjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkSAYVIBOXjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkRNZPH7SHjs.helmDependencyGeneratorFn; exports.name = _chunkR6AWILUNjs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkCGUEPGGTjs.serveExecutor;
package/dist/index.mjs CHANGED
@@ -2,15 +2,15 @@ import {
2
2
  createNodesV2,
3
3
  description,
4
4
  name
5
- } from "./chunk-VPNVMEUY.mjs";
5
+ } from "./chunk-N2A6ZKGZ.mjs";
6
6
  import "./chunk-YSCEY447.mjs";
7
7
  import {
8
8
  getRegistryVersion
9
- } from "./chunk-PWPYEPKG.mjs";
9
+ } from "./chunk-2QBUFCDO.mjs";
10
10
  import {
11
11
  serveExecutor
12
12
  } from "./chunk-5KXJ5BX6.mjs";
13
- import "./chunk-533T7FHN.mjs";
13
+ import "./chunk-WS2G4IWW.mjs";
14
14
  import "./chunk-3J7KBHMJ.mjs";
15
15
  import {
16
16
  helmChartGeneratorFn
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkYDMX2U2Fjs = require('../../../chunk-YDMX2U2F.js');
5
- require('../../../chunk-6SBDBDVR.js');
4
+ var _chunkFA55X3GNjs = require('../../../chunk-FA55X3GN.js');
5
+ require('../../../chunk-KBSSJUPW.js');
6
6
  require('../../../chunk-AP5AX3KB.js');
7
7
  require('../../../chunk-A4OQE5M5.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkYDMX2U2Fjs.publishExecutor; exports.getRegistryVersion = _chunkYDMX2U2Fjs.getRegistryVersion;
12
+ exports.default = _chunkFA55X3GNjs.publishExecutor; exports.getRegistryVersion = _chunkFA55X3GNjs.getRegistryVersion;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  getRegistryVersion,
3
3
  publishExecutor
4
- } from "../../../chunk-PWPYEPKG.mjs";
5
- import "../../../chunk-533T7FHN.mjs";
4
+ } from "../../../chunk-2QBUFCDO.mjs";
5
+ import "../../../chunk-WS2G4IWW.mjs";
6
6
  import "../../../chunk-B54EDTJQ.mjs";
7
7
  import "../../../chunk-K6EJTT7Q.mjs";
8
8
  import "../../../chunk-YWNXVEYI.mjs";
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkQZERJ66Zjs = require('../../../chunk-QZERJ66Z.js');
6
- require('../../../chunk-6SBDBDVR.js');
5
+ var _chunkR6AWILUNjs = require('../../../chunk-R6AWILUN.js');
6
+ require('../../../chunk-KBSSJUPW.js');
7
7
  require('../../../chunk-A4OQE5M5.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
12
 
13
- exports.createNodesV2 = _chunkQZERJ66Zjs.createNodesV2; exports.description = _chunkQZERJ66Zjs.description; exports.name = _chunkQZERJ66Zjs.name;
13
+ exports.createNodesV2 = _chunkR6AWILUNjs.createNodesV2; exports.description = _chunkR6AWILUNjs.description; exports.name = _chunkR6AWILUNjs.name;
@@ -2,8 +2,8 @@ import {
2
2
  createNodesV2,
3
3
  description,
4
4
  name
5
- } from "../../../chunk-VPNVMEUY.mjs";
6
- import "../../../chunk-533T7FHN.mjs";
5
+ } from "../../../chunk-N2A6ZKGZ.mjs";
6
+ import "../../../chunk-WS2G4IWW.mjs";
7
7
  import "../../../chunk-K6EJTT7Q.mjs";
8
8
  import "../../../chunk-YWNXVEYI.mjs";
9
9
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.42.57",
3
+ "version": "0.42.58",
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.57",
144
- "@storm-software/config-tools": "^1.188.57",
145
- "@storm-software/workspace-tools": "^1.294.1",
143
+ "@storm-software/config": "^1.134.58",
144
+ "@storm-software/config-tools": "^1.188.58",
145
+ "@storm-software/workspace-tools": "^1.294.2",
146
146
  "defu": "6.1.4",
147
147
  "yaml": "^2.8.2"
148
148
  },
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "8855a858e9e0857415046899657d00d209b59c0c"
163
+ "gitHead": "0be600443ae908d9754a322c3f9a83bc227933ed"
164
164
  }