@storm-software/k8s-tools 0.33.22 → 0.33.23

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 +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.33.22](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.22) (2025-06-20)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace packages' links
10
+ ([97f657fbc](https://github.com/storm-software/storm-ops/commit/97f657fbc))
11
+ - **monorepo:** Update README markdown files
12
+ ([cd1727b2a](https://github.com/storm-software/storm-ops/commit/cd1727b2a))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated workspace-tools to 1.276.1
17
+ - Updated config-tools to 1.174.2
18
+ - Updated config to 1.124.1
19
+
5
20
  ## [0.33.21](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.21) (2025-06-20)
6
21
 
7
22
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.33.22",
3
+ "version": "0.33.23",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -136,9 +136,9 @@
136
136
  "nx": { "optional": false }
137
137
  },
138
138
  "dependencies": {
139
- "@storm-software/config": "^1.124.1",
140
- "@storm-software/config-tools": "^1.174.2",
141
- "@storm-software/workspace-tools": "^1.276.1",
139
+ "@storm-software/config": "^1.124.2",
140
+ "@storm-software/config-tools": "^1.174.3",
141
+ "@storm-software/workspace-tools": "^1.276.2",
142
142
  "js-yaml": "^4.1.0"
143
143
  },
144
144
  "devDependencies": {