@storm-software/k8s-tools 0.33.35 → 0.33.37
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 +28 -0
- package/README.md +1 -1
- package/package.json +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.33.36](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.36) (2025-07-03)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Reformat package dependencies
|
|
10
|
+
([fa2e517d7](https://github.com/storm-software/storm-ops/commit/fa2e517d7))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([0d65555eb](https://github.com/storm-software/storm-ops/commit/0d65555eb))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated workspace-tools to 1.277.12
|
|
17
|
+
- Updated config-tools to 1.176.1
|
|
18
|
+
- Updated config to 1.125.1
|
|
19
|
+
|
|
20
|
+
## [0.33.35](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.35) (2025-07-03)
|
|
21
|
+
|
|
22
|
+
### Miscellaneous
|
|
23
|
+
|
|
24
|
+
- **monorepo:** Regenerate README markdown files
|
|
25
|
+
([d45ffe6c6](https://github.com/storm-software/storm-ops/commit/d45ffe6c6))
|
|
26
|
+
|
|
27
|
+
### Updated Dependencies
|
|
28
|
+
|
|
29
|
+
- Updated workspace-tools to 1.277.11
|
|
30
|
+
- Updated config-tools to 1.176.0
|
|
31
|
+
- Updated config to 1.125.0
|
|
32
|
+
|
|
5
33
|
## [0.33.34](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.34) (2025-07-02)
|
|
6
34
|
|
|
7
35
|
### 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.33.
|
|
3
|
+
"version": "0.33.37",
|
|
4
4
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -127,7 +127,11 @@
|
|
|
127
127
|
"storm-stack",
|
|
128
128
|
"sullivanpj"
|
|
129
129
|
],
|
|
130
|
-
"peerDependencies": {
|
|
130
|
+
"peerDependencies": {
|
|
131
|
+
"@nx/devkit": "21.0.3",
|
|
132
|
+
"prettier": "^3.5.1",
|
|
133
|
+
"tsup": "8.4.0"
|
|
134
|
+
},
|
|
131
135
|
"peerDependenciesMeta": {
|
|
132
136
|
"@nx-tools/container-metadata": { "optional": false },
|
|
133
137
|
"@nx-tools/nx-container": { "optional": false },
|
|
@@ -136,9 +140,9 @@
|
|
|
136
140
|
"nx": { "optional": false }
|
|
137
141
|
},
|
|
138
142
|
"dependencies": {
|
|
139
|
-
"@storm-software/config": "^1.125.
|
|
140
|
-
"@storm-software/config-tools": "^1.176.
|
|
141
|
-
"@storm-software/workspace-tools": "^1.277.
|
|
143
|
+
"@storm-software/config": "^1.125.2",
|
|
144
|
+
"@storm-software/config-tools": "^1.176.2",
|
|
145
|
+
"@storm-software/workspace-tools": "^1.277.13",
|
|
142
146
|
"js-yaml": "^4.1.0"
|
|
143
147
|
},
|
|
144
148
|
"devDependencies": {
|
|
@@ -156,5 +160,5 @@
|
|
|
156
160
|
"publishConfig": { "access": "public" },
|
|
157
161
|
"executors": "./executors.json",
|
|
158
162
|
"generators": "./generators.json",
|
|
159
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "9ba78b167febcbe78c91c5292aa98d31b9d904ca"
|
|
160
164
|
}
|