@storm-software/k8s-tools 0.29.0 → 0.29.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.29.1](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.29.1) (2025-05-06)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **eslint:** Regenerate type definitions
10
+ ([aa082a323](https://github.com/storm-software/storm-ops/commit/aa082a323))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([ed5072712](https://github.com/storm-software/storm-ops/commit/ed5072712))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated workspace-tools to 1.271.1
17
+ - Updated workspace-tools to 1.271.1
18
+ - Updated config-tools to 1.167.1
19
+ - Updated config-tools to 1.167.1
20
+ - Updated config to 1.117.1
21
+ - Updated config to 1.117.1
22
+
5
23
  ## [0.29.0](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.29.0) (2025-05-06)
6
24
 
7
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -141,8 +141,8 @@
141
141
  },
142
142
  "dependencies": {
143
143
  "@storm-software/config": "^1.117.1",
144
- "@storm-software/config-tools": "^1.167.1",
145
- "@storm-software/workspace-tools": "^1.271.1",
144
+ "@storm-software/config-tools": "^1.167.2",
145
+ "@storm-software/workspace-tools": "^1.271.2",
146
146
  "js-yaml": "^4.1.0"
147
147
  },
148
148
  "devDependencies": {