@storm-software/k8s-tools 0.37.0 → 0.38.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 (3) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +1 -2
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.37.0](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.37.0) (2025-09-13)
6
+
7
+ ### Features
8
+
9
+ - **eslint:** Update `eslint-plugin-tsdoc` patch to allow local custom config
10
+ files
11
+ ([57257ac47](https://github.com/storm-software/storm-ops/commit/57257ac47))
12
+
13
+ ### Miscellaneous
14
+
15
+ - **monorepo:** Update workspace package links
16
+ ([762d49e0e](https://github.com/storm-software/storm-ops/commit/762d49e0e))
17
+ - **monorepo:** Regenerate README markdown files
18
+ ([5a5124fd7](https://github.com/storm-software/storm-ops/commit/5a5124fd7))
19
+
20
+ ### Updated Dependencies
21
+
22
+ - Updated workspace-tools to 1.285.0
23
+ - Updated config-tools to 1.183.0
24
+ - Updated config to 1.130.0
25
+
5
26
  ## [0.36.0](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.36.0) (2025-09-13)
6
27
 
7
28
  ### Features
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.35.19-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.37.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -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.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -128,9 +128,9 @@
128
128
  "sullivanpj"
129
129
  ],
130
130
  "peerDependencies": {
131
- "@nx/devkit": "^21.4.1",
132
- "prettier": "^3.5.1",
133
- "tsup": "8.4.0"
131
+ "@nx/devkit": "catalog:",
132
+ "prettier": "catalog:",
133
+ "tsup": "catalog:"
134
134
  },
135
135
  "peerDependenciesMeta": {
136
136
  "@nx-tools/container-metadata": { "optional": false },
@@ -140,25 +140,25 @@
140
140
  "nx": { "optional": false }
141
141
  },
142
142
  "dependencies": {
143
- "@storm-software/config": "^1.130.0",
144
- "@storm-software/config-tools": "^1.183.0",
145
- "@storm-software/workspace-tools": "^1.285.0",
146
- "js-yaml": "^4.1.0"
143
+ "@storm-software/config": "workspace:*",
144
+ "@storm-software/config-tools": "workspace:*",
145
+ "@storm-software/workspace-tools": "workspace:*",
146
+ "js-yaml": "catalog:"
147
147
  },
148
148
  "devDependencies": {
149
149
  "@nx-tools/container-metadata": "^6.8.2",
150
150
  "@nx-tools/nx-container": "^6.8.2",
151
- "@nx/devkit": "^21.4.1",
152
- "@nx/workspace": "^21.4.1",
153
- "@types/js-yaml": "4.0.9",
154
- "@types/node": "^22.10.2",
155
- "nx": "^21.4.1",
156
- "tsup": "8.4.0",
151
+ "@nx/devkit": "catalog:",
152
+ "@nx/workspace": "catalog:",
153
+ "@types/js-yaml": "catalog:",
154
+ "@types/node": "catalog:",
155
+ "nx": "catalog:",
156
+ "tsup": "catalog:",
157
157
  "typescript": "^5.9.2",
158
- "untyped": "^1.5.2"
158
+ "untyped": "catalog:"
159
159
  },
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "d3350e57030ab2882bb43180d63535b49e411f11"
163
+ "gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
164
164
  }