@storm-software/k8s-tools 0.25.6 → 0.25.7

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 +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.25.7](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.25.7) (2025-04-29)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([25750fcd9](https://github.com/storm-software/storm-ops/commit/25750fcd9))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([87d08a499](https://github.com/storm-software/storm-ops/commit/87d08a499))
13
+
5
14
  ## [0.25.6](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.25.6) (2025-04-28)
6
15
 
7
16
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.25.6",
3
+ "version": "0.25.7",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",