@storm-software/k8s-tools 0.31.9 → 0.32.0

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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.31.9](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.31.9) (2025-05-18)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ - **monorepo:** Regenerate README markdown files
11
+ - **monorepo:** Upgrade package dependencies
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated workspace-tools to 1.273.10
16
+ - Updated workspace-tools to 1.273.10
17
+ - Updated config-tools to 1.170.0
18
+ - Updated config-tools to 1.170.0
19
+ - Updated config to 1.120.0
20
+ - Updated config to 1.120.0
21
+
5
22
  ## [0.31.8](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.31.8) (2025-05-13)
6
23
 
7
24
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.31.9",
3
+ "version": "0.32.0",
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.120.0",
144
- "@storm-software/config-tools": "^1.170.0",
145
- "@storm-software/workspace-tools": "^1.273.10",
143
+ "@storm-software/config": "^1.121.0",
144
+ "@storm-software/config-tools": "^1.171.0",
145
+ "@storm-software/workspace-tools": "^1.274.0",
146
146
  "js-yaml": "^4.1.0"
147
147
  },
148
148
  "devDependencies": {