@storm-software/k8s-tools 0.28.0 → 0.28.2

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,48 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.28.2](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.28.2) (2025-05-06)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **workspace-tools:** Resolve issue with import path in executor
10
+ ([ddad2fdc8](https://github.com/storm-software/storm-ops/commit/ddad2fdc8))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([7e0751c3d](https://github.com/storm-software/storm-ops/commit/7e0751c3d))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated workspace-tools to 1.270.2
20
+ - Updated workspace-tools to 1.270.2
21
+ - Updated config-tools to 1.166.2
22
+ - Updated config-tools to 1.166.2
23
+ - Updated config to 1.116.2
24
+ - Updated config to 1.116.2
25
+
26
+ ## [0.28.1](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.28.1) (2025-05-06)
27
+
28
+ ### Bug Fixes
29
+
30
+ - **workspace-tools:** Resolve issue with missing dependencies
31
+ ([e4fcafde0](https://github.com/storm-software/storm-ops/commit/e4fcafde0))
32
+
33
+ ### Miscellaneous
34
+
35
+ - **monorepo:** Regenerate README markdown files
36
+ ([6eabb3ff1](https://github.com/storm-software/storm-ops/commit/6eabb3ff1))
37
+
38
+ ### Updated Dependencies
39
+
40
+ - Updated workspace-tools to 1.270.1
41
+ - Updated workspace-tools to 1.270.1
42
+ - Updated config-tools to 1.166.1
43
+ - Updated config-tools to 1.166.1
44
+ - Updated config to 1.116.1
45
+ - Updated config to 1.116.1
46
+
5
47
  ## [0.28.0](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.28.0) (2025-05-06)
6
48
 
7
49
  ### 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.27.1-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.28.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 -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.28.0",
3
+ "version": "0.28.2",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -162,9 +162,9 @@
162
162
  }
163
163
  },
164
164
  "dependencies": {
165
- "@storm-software/config": "1.116.0",
166
- "@storm-software/config-tools": "1.166.0",
167
- "@storm-software/workspace-tools": "1.270.0",
165
+ "@storm-software/config": "1.116.2",
166
+ "@storm-software/config-tools": "1.166.2",
167
+ "@storm-software/workspace-tools": "1.270.2",
168
168
  "js-yaml": "^4.1.0"
169
169
  },
170
170
  "devDependencies": {