@storm-software/k8s-tools 0.42.30 → 0.42.31

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,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.30](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.30) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Reformat workspace files
10
+ ([41b537422](https://github.com/storm-software/storm-ops/commit/41b537422))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([0ff6533a0](https://github.com/storm-software/storm-ops/commit/0ff6533a0))
13
+
14
+ ### Features
15
+
16
+ - **workspace-tools:** Added the `napi` executor to build rust bindings
17
+ ([5f075ee38](https://github.com/storm-software/storm-ops/commit/5f075ee38))
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **workspace-tools** to **v1.293.0**
22
+ - Updated **config-tools** to **v1.188.30**
23
+ - Updated **config** to **v1.134.30**
24
+
5
25
  ## [0.42.29](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.29) (11/12/2025)
6
26
 
7
27
  ### Miscellaneous
package/README.md CHANGED
@@ -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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.42.30",
3
+ "version": "0.42.31",
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.30",
144
- "@storm-software/config-tools": "^1.188.30",
145
- "@storm-software/workspace-tools": "^1.293.0",
143
+ "@storm-software/config": "^1.134.31",
144
+ "@storm-software/config-tools": "^1.188.31",
145
+ "@storm-software/workspace-tools": "^1.293.1",
146
146
  "defu": "6.1.4",
147
147
  "yaml": "^2.8.1"
148
148
  },
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "9cb94503bd31113afe1893deb47dba3808c80e13"
163
+ "gitHead": "f21daf5d548f7a6c140f0c7d54bf58309aa2e4ae"
164
164
  }