@storm-software/k8s-tools 0.42.208 → 0.42.209
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 +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.42.208](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.208) (05/22/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **config** to **v1.137.60**
|
|
10
|
+
- Updated **config-tools** to **v1.190.28**
|
|
11
|
+
- Updated **workspace-tools** to **v1.296.5**
|
|
12
|
+
|
|
5
13
|
## [0.42.207](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.207) (05/22/2026)
|
|
6
14
|
|
|
7
15
|
### Updated Dependencies
|
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.209",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
"module": "dist/index.mjs",
|
|
129
129
|
"typings": "dist/index.d.ts",
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@storm-software/config": "1.137.
|
|
132
|
-
"@storm-software/config-tools": "1.190.
|
|
133
|
-
"@storm-software/workspace-tools": "1.296.
|
|
131
|
+
"@storm-software/config": "1.137.61",
|
|
132
|
+
"@storm-software/config-tools": "1.190.29",
|
|
133
|
+
"@storm-software/workspace-tools": "1.296.6",
|
|
134
134
|
"defu": "^6.1.7",
|
|
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": "eb206b9a10666d67ccdbe098f94214e8efa4726a"
|
|
165
165
|
}
|