@storm-software/k8s-tools 0.33.59 → 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.
- package/CHANGELOG.md +80 -0
- package/README.md +1 -1
- package/dist/{chunk-ESROKLMQ.mjs → chunk-3FCME2FS.mjs} +410 -324
- package/dist/{chunk-BNUR5JDC.js → chunk-7CVGLDYX.js} +25 -25
- package/dist/{chunk-HQOB4ZEM.js → chunk-AH4F7JLD.js} +416 -330
- package/dist/{chunk-XFA2ZPOU.mjs → chunk-BF225HO4.mjs} +2 -2
- package/dist/{chunk-XNXDBQ76.js → chunk-BHZBTBM6.js} +4 -4
- package/dist/{chunk-OR3NZKIZ.mjs → chunk-CH5LNYVN.mjs} +2 -2
- package/dist/{chunk-Z5723CRV.mjs → chunk-DB4FPULK.mjs} +1 -1
- package/dist/{chunk-NJOOIB77.js → chunk-DU26E6TO.js} +2 -2
- package/dist/{chunk-TTFNSLD5.mjs → chunk-FR7P26YN.mjs} +1 -1
- package/dist/{chunk-ROPT2MIP.js → chunk-KU6MH4UF.js} +3 -3
- package/dist/{chunk-2OINMNCM.mjs → chunk-NOK6AZUO.mjs} +2 -2
- package/dist/{chunk-KHWQATS3.js → chunk-QDXEIRJV.js} +6 -6
- package/dist/{chunk-X2KAFZBZ.js → chunk-QO6CAV2A.js} +19 -19
- package/dist/{chunk-KYK3XKBK.mjs → chunk-XQ6ELAFS.mjs} +2 -2
- package/dist/{chunk-B4QVWV65.js → chunk-YFYE4UFJ.js} +4 -4
- package/dist/{chunk-OHIZIZL5.mjs → chunk-YQ5GWKM5.mjs} +2 -2
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +4 -4
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +5 -5
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/executors/container-publish/executor.js +4 -4
- package/dist/src/executors/container-publish/executor.mjs +3 -3
- package/dist/src/executors/helm-package/executor.js +4 -4
- package/dist/src/executors/helm-package/executor.mjs +3 -3
- package/dist/src/generators/helm-chart/generator.js +5 -5
- package/dist/src/generators/helm-chart/generator.mjs +4 -4
- package/dist/src/generators/helm-dependency/generator.js +5 -5
- package/dist/src/generators/helm-dependency/generator.mjs +4 -4
- package/dist/src/plugins/docker/index.js +3 -3
- package/dist/src/plugins/docker/index.mjs +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,86 @@
|
|
|
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
|
+
|
|
5
85
|
## [0.33.58](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.33.58) (2025-08-02)
|
|
6
86
|
|
|
7
87
|
### 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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|