@storm-software/k8s-tools 0.42.214 → 0.42.216
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 +20 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.42.215](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.215) (05/28/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **config** to **v1.137.66**
|
|
10
|
+
- Updated **config-tools** to **v1.190.34**
|
|
11
|
+
- Updated **workspace-tools** to **v1.296.12**
|
|
12
|
+
|
|
13
|
+
## [0.42.214](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.214) (05/26/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **devenv-modules:** Update shared K8s modules ([d571d536f](https://github.com/storm-software/storm-ops/commit/d571d536f))
|
|
18
|
+
|
|
19
|
+
### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated **config** to **v1.137.65**
|
|
22
|
+
- Updated **config-tools** to **v1.190.33**
|
|
23
|
+
- Updated **workspace-tools** to **v1.296.11**
|
|
24
|
+
|
|
5
25
|
## [0.42.213](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.213) (05/26/2026)
|
|
6
26
|
|
|
7
27
|
### 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.216",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -128,19 +128,19 @@
|
|
|
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.67",
|
|
132
|
+
"@storm-software/config-tools": "1.190.35",
|
|
133
|
+
"@storm-software/workspace-tools": "1.296.13",
|
|
134
134
|
"defu": "^6.1.7",
|
|
135
135
|
"yaml": "^2.9.0"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@nx-tools/container-metadata": "^6.9.1",
|
|
139
139
|
"@nx-tools/nx-container": "^6.9.1",
|
|
140
|
-
"@nx/devkit": "22.7.
|
|
141
|
-
"@nx/workspace": "22.7.
|
|
140
|
+
"@nx/devkit": "^22.7.5",
|
|
141
|
+
"@nx/workspace": "22.7.5",
|
|
142
142
|
"@types/node": "^25.9.1",
|
|
143
|
-
"nx": "22.7.
|
|
143
|
+
"nx": "22.7.5",
|
|
144
144
|
"tsup": "8.4.0",
|
|
145
145
|
"typescript": "^5.9.3",
|
|
146
146
|
"untyped": "^2.0.0"
|
|
@@ -161,5 +161,5 @@
|
|
|
161
161
|
"publishConfig": { "access": "public" },
|
|
162
162
|
"executors": "./executors.json",
|
|
163
163
|
"generators": "./generators.json",
|
|
164
|
-
"gitHead": "
|
|
164
|
+
"gitHead": "bcbc59a290ff30bb57a5224789269ecb8414bd43"
|
|
165
165
|
}
|