@storm-software/k8s-tools 0.32.5 → 0.32.6
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 +15 -0
- package/README.md +1 -1
- package/package.json +5 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.32.5](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.32.5) (2025-05-25)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated workspace-tools to 1.274.5
|
|
14
|
+
- Updated workspace-tools to 1.274.5
|
|
15
|
+
- Updated config-tools to 1.171.5
|
|
16
|
+
- Updated config-tools to 1.171.5
|
|
17
|
+
- Updated config to 1.121.5
|
|
18
|
+
- Updated config to 1.121.5
|
|
19
|
+
|
|
5
20
|
## [0.32.4](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.32.4) (2025-05-25)
|
|
6
21
|
|
|
7
22
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/k8s-tools",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.6",
|
|
4
4
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -127,11 +127,7 @@
|
|
|
127
127
|
"storm-stack",
|
|
128
128
|
"sullivanpj"
|
|
129
129
|
],
|
|
130
|
-
"peerDependencies": {
|
|
131
|
-
"@nx/devkit": "21.0.3",
|
|
132
|
-
"prettier": "^3.5.1",
|
|
133
|
-
"tsup": "8.4.0"
|
|
134
|
-
},
|
|
130
|
+
"peerDependencies": { "@nx/devkit": "21.0.3", "tsup": "8.4.0" },
|
|
135
131
|
"peerDependenciesMeta": {
|
|
136
132
|
"@nx-tools/container-metadata": { "optional": false },
|
|
137
133
|
"@nx-tools/nx-container": { "optional": false },
|
|
@@ -140,9 +136,9 @@
|
|
|
140
136
|
"nx": { "optional": false }
|
|
141
137
|
},
|
|
142
138
|
"dependencies": {
|
|
143
|
-
"@storm-software/config": "^1.121.
|
|
144
|
-
"@storm-software/config-tools": "^1.171.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.274.
|
|
139
|
+
"@storm-software/config": "^1.121.6",
|
|
140
|
+
"@storm-software/config-tools": "^1.171.6",
|
|
141
|
+
"@storm-software/workspace-tools": "^1.274.6",
|
|
146
142
|
"js-yaml": "^4.1.0"
|
|
147
143
|
},
|
|
148
144
|
"devDependencies": {
|