@storm-software/k8s-tools 0.33.7 → 0.33.8

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.33.7](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.7) (2025-06-05)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ - **monorepo:** Regenerate README markdown files
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated workspace-tools to 1.275.7
15
+ - Updated workspace-tools to 1.275.7
16
+ - Updated config-tools to 1.172.7
17
+ - Updated config-tools to 1.172.7
18
+ - Updated config to 1.121.13
19
+ - Updated config to 1.121.13
20
+
5
21
  ## [0.33.6](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.6) (2025-06-05)
6
22
 
7
23
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.33.7",
3
+ "version": "0.33.8",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -137,8 +137,8 @@
137
137
  },
138
138
  "dependencies": {
139
139
  "@storm-software/config": "^1.121.13",
140
- "@storm-software/config-tools": "^1.172.7",
141
- "@storm-software/workspace-tools": "^1.275.7",
140
+ "@storm-software/config-tools": "^1.172.8",
141
+ "@storm-software/workspace-tools": "^1.275.8",
142
142
  "js-yaml": "^4.1.0"
143
143
  },
144
144
  "devDependencies": {