@storm-software/k8s-tools 0.42.18 → 0.42.20
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 +16 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - K8s Tools
|
|
4
|
+
|
|
5
|
+
## [0.42.19](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.19) (11/5/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.292.19**
|
|
10
|
+
- Updated **config-tools** to **v1.188.19**
|
|
11
|
+
- Updated **config** to **v1.134.19**
|
|
12
|
+
|
|
1
13
|
## [0.42.17](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.17) (2025-11-04)
|
|
2
14
|
|
|
3
15
|
### Features
|
|
4
16
|
|
|
5
|
-
- **monorepo:** Update packages to use Nx v22.0.2
|
|
17
|
+
- **monorepo:** Update packages to use Nx v22.0.2
|
|
18
|
+
([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
|
|
6
19
|
|
|
7
20
|
### Miscellaneous
|
|
8
21
|
|
|
9
|
-
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
22
|
+
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
23
|
+
([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
|
|
10
24
|
|
|
11
25
|
### Updated Dependencies
|
|
12
26
|
|
|
@@ -14,10 +28,6 @@
|
|
|
14
28
|
- Updated config-tools to 1.188.17
|
|
15
29
|
- Updated config to 1.134.17
|
|
16
30
|
|
|
17
|
-

|
|
18
|
-
|
|
19
|
-
# Changelog for Storm Ops - K8s Tools
|
|
20
|
-
|
|
21
31
|
## [0.42.16](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.16) (2025-10-31)
|
|
22
32
|
|
|
23
33
|
### 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.20",
|
|
4
4
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"nx": { "optional": false }
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@storm-software/config": "^1.134.
|
|
144
|
-
"@storm-software/config-tools": "^1.188.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.292.
|
|
143
|
+
"@storm-software/config": "^1.134.20",
|
|
144
|
+
"@storm-software/config-tools": "^1.188.20",
|
|
145
|
+
"@storm-software/workspace-tools": "^1.292.20",
|
|
146
146
|
"defu": "6.1.4",
|
|
147
147
|
"yaml": "^2.8.1"
|
|
148
148
|
},
|
|
@@ -155,10 +155,10 @@
|
|
|
155
155
|
"nx": "^22.0.2",
|
|
156
156
|
"tsup": "8.4.0",
|
|
157
157
|
"typescript": "^5.9.3",
|
|
158
|
-
"untyped": "^
|
|
158
|
+
"untyped": "^2.0.0"
|
|
159
159
|
},
|
|
160
160
|
"publishConfig": { "access": "public" },
|
|
161
161
|
"executors": "./executors.json",
|
|
162
162
|
"generators": "./generators.json",
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "5ad820059b34c3802d3a0b96e521ec54e2fb3a49"
|
|
164
164
|
}
|