@storm-software/k8s-tools 0.36.0 → 0.37.0

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 +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.36.0](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.36.0) (2025-09-13)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Added the ability to support the `tsgo` compiler
10
+ ([86ad08c45](https://github.com/storm-software/storm-ops/commit/86ad08c45))
11
+
12
+ ### Bug Fixes
13
+
14
+ - **monorepo:** Resolve issues with invalid workspace package
15
+ ([a5e95d09a](https://github.com/storm-software/storm-ops/commit/a5e95d09a))
16
+
17
+ ### Miscellaneous
18
+
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([268809036](https://github.com/storm-software/storm-ops/commit/268809036))
21
+
22
+ ### Updated Dependencies
23
+
24
+ - Updated workspace-tools to 1.284.0
25
+ - Updated config-tools to 1.182.0
26
+ - Updated config to 1.129.2
27
+
5
28
  ## [0.35.19](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.35.19) (2025-09-08)
6
29
 
7
30
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.36.0",
3
+ "version": "0.37.0",
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.129.2",
144
- "@storm-software/config-tools": "^1.182.0",
145
- "@storm-software/workspace-tools": "^1.284.0",
143
+ "@storm-software/config": "^1.130.0",
144
+ "@storm-software/config-tools": "^1.183.0",
145
+ "@storm-software/workspace-tools": "^1.285.0",
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": "33495f6446b9cce3f9874b76bc93cdc975e2d866"
163
+ "gitHead": "d3350e57030ab2882bb43180d63535b49e411f11"
164
164
  }