@storm-software/k8s-tools 0.38.0 → 0.38.1

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.38.0](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.38.0) (2025-09-13)
6
+
7
+ ### Features
8
+
9
+ - **pnpm-tools:** Added the `storm-pnpm` CLI binary
10
+ ([1b34382c9](https://github.com/storm-software/storm-ops/commit/1b34382c9))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([f6d595334](https://github.com/storm-software/storm-ops/commit/f6d595334))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated workspace-tools to 1.287.0
20
+ - Updated config-tools to 1.183.1
21
+ - Updated config to 1.130.1
22
+
5
23
  ## [0.37.0](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.37.0) (2025-09-13)
6
24
 
7
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.38.0",
3
+ "version": "0.38.1",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
163
+ "gitHead": "ba051503514612b8e75fa46cc0fe6f95b12898b0"
164
164
  }