@storm-software/k8s-tools 0.33.48 → 0.33.49

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 CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.33.48](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.48) (2025-07-11)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **monorepo:** Resolve issues with outdated `lefthook` schema
10
+ ([16d0d2e99](https://github.com/storm-software/storm-ops/commit/16d0d2e99))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Update the `pnpm-lock.yaml` file
15
+ ([e24f8515a](https://github.com/storm-software/storm-ops/commit/e24f8515a))
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([111c8bf3c](https://github.com/storm-software/storm-ops/commit/111c8bf3c))
18
+ - **monorepo:** Update workspace package links
19
+ ([cd962910d](https://github.com/storm-software/storm-ops/commit/cd962910d))
20
+ - **monorepo:** Regenerate README markdown files
21
+ ([be8521423](https://github.com/storm-software/storm-ops/commit/be8521423))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated workspace-tools to 1.277.24
26
+ - Updated config-tools to 1.176.13
27
+ - Updated config to 1.125.12
28
+
5
29
  ## [0.33.47](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.47) (2025-07-11)
6
30
 
7
31
  ### Miscellaneous
package/README.md CHANGED
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Kubernetes Tools](#storm-kubernetes-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.33.48",
3
+ "version": "0.33.49",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -140,9 +140,9 @@
140
140
  "nx": { "optional": false }
141
141
  },
142
142
  "dependencies": {
143
- "@storm-software/config": "^1.125.12",
144
- "@storm-software/config-tools": "^1.176.13",
145
- "@storm-software/workspace-tools": "^1.277.24",
143
+ "@storm-software/config": "^1.125.13",
144
+ "@storm-software/config-tools": "^1.176.14",
145
+ "@storm-software/workspace-tools": "^1.277.25",
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": "15cfb513f5ab6c76341888e008ba62b88bcd05af"
163
+ "gitHead": "0ffb491f3a2f70a81789ffde3dce3dd911bc12a6"
164
164
  }