@storm-software/k8s-tools 0.33.52 → 0.33.53

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.33.52](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.52) (2025-07-31)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **git-tools:** Resolve issue with incorrect log formatting
10
+ ([062583d84](https://github.com/storm-software/storm-ops/commit/062583d84))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([e5c02a04d](https://github.com/storm-software/storm-ops/commit/e5c02a04d))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated workspace-tools to 1.277.28
20
+ - Updated config-tools to 1.176.17
21
+ - Updated config to 1.125.16
22
+
5
23
  ## [0.33.51](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.51) (2025-07-31)
6
24
 
7
25
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.33.52",
3
+ "version": "0.33.53",
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.125.16",
144
- "@storm-software/config-tools": "^1.176.17",
145
- "@storm-software/workspace-tools": "^1.277.28",
144
+ "@storm-software/config-tools": "^1.176.18",
145
+ "@storm-software/workspace-tools": "^1.277.29",
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": "b9674585a87f0811bb6c57f80975d83d7b9bce72"
163
+ "gitHead": "1f847d84feecf3f77906317450fd4caa540aaacd"
164
164
  }