@storm-software/k8s-tools 0.42.201 → 0.42.202
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.42.201](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.201) (05/20/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.86**
|
|
10
|
+
|
|
5
11
|
## [0.42.200](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.200) (05/20/2026)
|
|
6
12
|
|
|
7
13
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/k8s-tools",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.202",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@storm-software/config": "^1.137.57",
|
|
132
132
|
"@storm-software/config-tools": "^1.190.25",
|
|
133
|
-
"@storm-software/workspace-tools": "1.295.
|
|
133
|
+
"@storm-software/workspace-tools": "1.295.87",
|
|
134
134
|
"defu": "6.1.4",
|
|
135
135
|
"yaml": "^2.9.0"
|
|
136
136
|
},
|
|
@@ -161,5 +161,5 @@
|
|
|
161
161
|
"publishConfig": { "access": "public" },
|
|
162
162
|
"executors": "./executors.json",
|
|
163
163
|
"generators": "./generators.json",
|
|
164
|
-
"gitHead": "
|
|
164
|
+
"gitHead": "b430e8c833499dbf379ae4797f81d1b9b4846556"
|
|
165
165
|
}
|