@storm-software/k8s-tools 0.42.214 → 0.42.215

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.214](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.214) (05/26/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **devenv-modules:** Update shared K8s modules ([d571d536f](https://github.com/storm-software/storm-ops/commit/d571d536f))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.137.65**
14
+ - Updated **config-tools** to **v1.190.33**
15
+ - Updated **workspace-tools** to **v1.296.11**
16
+
5
17
  ## [0.42.213](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.213) (05/26/2026)
6
18
 
7
19
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.42.214",
3
+ "version": "0.42.215",
4
4
  "private": false,
5
5
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
6
6
  "keywords": [
@@ -128,9 +128,9 @@
128
128
  "module": "dist/index.mjs",
129
129
  "typings": "dist/index.d.ts",
130
130
  "dependencies": {
131
- "@storm-software/config": "1.137.65",
132
- "@storm-software/config-tools": "1.190.33",
133
- "@storm-software/workspace-tools": "1.296.11",
131
+ "@storm-software/config": "1.137.66",
132
+ "@storm-software/config-tools": "1.190.34",
133
+ "@storm-software/workspace-tools": "1.296.12",
134
134
  "defu": "^6.1.7",
135
135
  "yaml": "^2.9.0"
136
136
  },
@@ -161,5 +161,5 @@
161
161
  "publishConfig": { "access": "public" },
162
162
  "executors": "./executors.json",
163
163
  "generators": "./generators.json",
164
- "gitHead": "f0fc0f1267aa8185954ceb3f364f5e789c4b9004"
164
+ "gitHead": "713b2c5af4f317ddbd35bec335289360bf246b1b"
165
165
  }