@storm-software/k8s-tools 0.35.13 → 0.35.14

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 +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.35.13](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.35.13) (2025-08-28)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([b25aa8830](https://github.com/storm-software/storm-ops/commit/b25aa8830))
11
+ - **monorepo:** Update workspace package links
12
+ ([aca1b25fd](https://github.com/storm-software/storm-ops/commit/aca1b25fd))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated workspace-tools to 1.281.13
17
+ - Updated config-tools to 1.180.13
18
+ - Updated config to 1.128.12
19
+
5
20
  ## [0.35.12](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.35.12) (2025-08-28)
6
21
 
7
22
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.35.13",
3
+ "version": "0.35.14",
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.128.12",
144
- "@storm-software/config-tools": "^1.180.13",
145
- "@storm-software/workspace-tools": "^1.281.13",
144
+ "@storm-software/config-tools": "^1.180.14",
145
+ "@storm-software/workspace-tools": "^1.281.14",
146
146
  "js-yaml": "^4.1.0"
147
147
  },
148
148
  "devDependencies": {
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "99ce6b979dc4fb39d2c34edbebfb26b20dc3ba9d"
163
+ "gitHead": "cdc5cfdb7984452707038e0ea688963fe49f9adf"
164
164
  }