@storm-software/k8s-tools 0.33.58 → 0.33.65

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 (35) hide show
  1. package/CHANGELOG.md +98 -0
  2. package/README.md +1 -2
  3. package/dist/{chunk-EBXC3NOB.mjs → chunk-3FCME2FS.mjs} +410 -325
  4. package/dist/{chunk-ETWEFMQB.js → chunk-7CVGLDYX.js} +25 -25
  5. package/dist/{chunk-BALQIROH.js → chunk-AH4F7JLD.js} +416 -331
  6. package/dist/{chunk-R3YETOE5.mjs → chunk-BF225HO4.mjs} +2 -2
  7. package/dist/{chunk-XPNLW6RB.js → chunk-BHZBTBM6.js} +4 -4
  8. package/dist/{chunk-S245JDPX.mjs → chunk-CH5LNYVN.mjs} +2 -2
  9. package/dist/{chunk-VUNLN4IF.mjs → chunk-DB4FPULK.mjs} +1 -1
  10. package/dist/{chunk-BWJB4BML.js → chunk-DU26E6TO.js} +2 -2
  11. package/dist/{chunk-HE7OVWY7.mjs → chunk-FR7P26YN.mjs} +1 -1
  12. package/dist/{chunk-M73TO2T7.js → chunk-KU6MH4UF.js} +3 -3
  13. package/dist/{chunk-HBCEDJAH.mjs → chunk-NOK6AZUO.mjs} +2 -2
  14. package/dist/{chunk-JHDVLY6L.js → chunk-QDXEIRJV.js} +6 -6
  15. package/dist/{chunk-KCB6YSMC.js → chunk-QO6CAV2A.js} +19 -19
  16. package/dist/{chunk-PITRNG53.mjs → chunk-XQ6ELAFS.mjs} +2 -2
  17. package/dist/{chunk-OOFQDRAA.js → chunk-YFYE4UFJ.js} +4 -4
  18. package/dist/{chunk-GNQKTUCN.mjs → chunk-YQ5GWKM5.mjs} +2 -2
  19. package/dist/executors.js +5 -5
  20. package/dist/executors.mjs +4 -4
  21. package/dist/generators.js +6 -6
  22. package/dist/generators.mjs +5 -5
  23. package/dist/index.js +9 -9
  24. package/dist/index.mjs +8 -8
  25. package/dist/src/executors/container-publish/executor.js +4 -4
  26. package/dist/src/executors/container-publish/executor.mjs +3 -3
  27. package/dist/src/executors/helm-package/executor.js +4 -4
  28. package/dist/src/executors/helm-package/executor.mjs +3 -3
  29. package/dist/src/generators/helm-chart/generator.js +5 -5
  30. package/dist/src/generators/helm-chart/generator.mjs +4 -4
  31. package/dist/src/generators/helm-dependency/generator.js +5 -5
  32. package/dist/src/generators/helm-dependency/generator.mjs +4 -4
  33. package/dist/src/plugins/docker/index.js +3 -3
  34. package/dist/src/plugins/docker/index.mjs +2 -2
  35. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,104 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.33.64](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.64) (2025-08-03)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Updates to package dependencies
10
+ ([d3178b9fe](https://github.com/storm-software/storm-ops/commit/d3178b9fe))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated workspace-tools to 1.278.3
15
+ - Updated config-tools to 1.177.2
16
+ - Updated config to 1.126.2
17
+
18
+ ## [0.33.63](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.63) (2025-08-03)
19
+
20
+ ### Miscellaneous
21
+
22
+ - **monorepo:** Updates to README and dependencies
23
+ ([d5fa740ba](https://github.com/storm-software/storm-ops/commit/d5fa740ba))
24
+
25
+ ### Updated Dependencies
26
+
27
+ - Updated workspace-tools to 1.278.2
28
+ - Updated config-tools to 1.177.1
29
+ - Updated config to 1.126.1
30
+
31
+ ## [0.33.62](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.62) (2025-08-03)
32
+
33
+ ### Miscellaneous
34
+
35
+ - **monorepo:** Update workspace dependency links for packages
36
+ ([e311f77ef](https://github.com/storm-software/storm-ops/commit/e311f77ef))
37
+
38
+ ### Updated Dependencies
39
+
40
+ - Updated workspace-tools to 1.278.1
41
+ - Updated config-tools to 1.177.0
42
+ - Updated config to 1.126.0
43
+
44
+ ## [0.33.61](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.61) (2025-08-03)
45
+
46
+ ### Miscellaneous
47
+
48
+ - **monorepo:** Update README and package dependency versions
49
+ ([cf2786e59](https://github.com/storm-software/storm-ops/commit/cf2786e59))
50
+
51
+ ### Updated Dependencies
52
+
53
+ - Updated workspace-tools to 1.278.0
54
+ - Updated config-tools to 1.176.26
55
+ - Updated config to 1.125.24
56
+
57
+ ## [0.33.60](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.60) (2025-08-03)
58
+
59
+ ### Miscellaneous
60
+
61
+ - **monorepo:** Update workspace package dependencies
62
+ ([a51e7f3f5](https://github.com/storm-software/storm-ops/commit/a51e7f3f5))
63
+ - **monorepo:** Regenerate README markdown files
64
+ ([bfce1b325](https://github.com/storm-software/storm-ops/commit/bfce1b325))
65
+
66
+ ### Updated Dependencies
67
+
68
+ - Updated workspace-tools to 1.277.36
69
+ - Updated config-tools to 1.176.25
70
+ - Updated config to 1.125.23
71
+
72
+ ## [0.33.59](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.59) (2025-08-03)
73
+
74
+ ### Miscellaneous
75
+
76
+ - **monorepo:** Update workspace package dependencies
77
+ ([c6fbbda93](https://github.com/storm-software/storm-ops/commit/c6fbbda93))
78
+
79
+ ### Updated Dependencies
80
+
81
+ - Updated workspace-tools to 1.277.35
82
+ - Updated config-tools to 1.176.24
83
+ - Updated config to 1.125.22
84
+
85
+ ## [0.33.58](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.58) (2025-08-02)
86
+
87
+ ### Bug Fixes
88
+
89
+ - **git-tools:** Resolve issue with missing external dependencies
90
+ ([d47adff14](https://github.com/storm-software/storm-ops/commit/d47adff14))
91
+
92
+ ### Miscellaneous
93
+
94
+ - **monorepo:** Regenerate README markdown files
95
+ ([b867380ec](https://github.com/storm-software/storm-ops/commit/b867380ec))
96
+
97
+ ### Updated Dependencies
98
+
99
+ - Updated workspace-tools to 1.277.34
100
+ - Updated config-tools to 1.176.23
101
+ - Updated config to 1.125.21
102
+
5
103
  ## [0.33.57](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.57) (2025-08-01)
6
104
 
7
105
  ### Bug Fixes
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.33.56-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.33.63-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)