@storm-software/k8s-tools 0.24.46 → 0.24.48
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 +183 -81
- package/README.md +7 -7
- package/dist/{chunk-UZG27Q6C.js → chunk-27AKWD73.js} +25 -25
- package/dist/{chunk-7MNPT6MB.js → chunk-27ZC57FP.js} +92 -20
- package/dist/{chunk-R7DU2APC.mjs → chunk-2BPV2XV2.mjs} +1 -1
- package/dist/{chunk-VQJIVO7A.mjs → chunk-4LVLYUQO.mjs} +3 -3
- package/dist/{chunk-E3TAQCFV.js → chunk-5WJ3PXBA.js} +4 -4
- package/dist/{chunk-QHSZICP7.mjs → chunk-6SZVGX4M.mjs} +1 -1
- package/dist/{chunk-XZRFPTCM.js → chunk-73SZZ5JH.js} +6 -6
- package/dist/{chunk-INJU4XEB.mjs → chunk-DKUH4YV2.mjs} +4 -4
- package/dist/{chunk-JSYHKW43.mjs → chunk-EGAM4DSZ.mjs} +3 -3
- package/dist/{chunk-E5OWRA7W.mjs → chunk-EJLNGNMP.mjs} +1 -1
- package/dist/{chunk-IHPSDL53.mjs → chunk-ESW5AXT2.mjs} +4 -4
- package/dist/{chunk-YRS7MBGV.mjs → chunk-GEYARHLJ.mjs} +1 -1
- package/dist/{chunk-Y5WV6PKQ.mjs → chunk-HS7SC5NU.mjs} +3 -3
- package/dist/{chunk-U4W3Z3DQ.mjs → chunk-IGXHTXQH.mjs} +93 -21
- package/dist/{chunk-RG36UZEM.mjs → chunk-JA42WPMD.mjs} +3 -3
- package/dist/{chunk-7UFQFB52.js → chunk-MYQII3CB.js} +4 -4
- package/dist/{chunk-3VDK74JH.mjs → chunk-QSYJ4VHO.mjs} +1 -1
- package/dist/{chunk-WCC2JPLG.js → chunk-R64Y2LSB.js} +2 -2
- package/dist/{chunk-JS6LFMFJ.js → chunk-RJJUCC2C.js} +3 -3
- package/dist/{chunk-CFRLFDET.mjs → chunk-UHK34HTM.mjs} +3 -3
- package/dist/{chunk-3M34TIIT.mjs → chunk-VN4RW7JL.mjs} +2 -2
- package/dist/{chunk-EP47HXOX.js → chunk-X3EJWLQF.js} +19 -19
- package/dist/{executor-CTUr2DgM.d.mts → executor-CumACYb8.d.mts} +1 -1
- package/dist/{executor-DLseHK-r.d.ts → executor-DEatrcJs.d.ts} +1 -1
- package/dist/executors.d.mts +2 -2
- package/dist/executors.d.ts +2 -2
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +9 -9
- package/dist/{generator-DXlS5Rqg.d.mts → generator-C6GKj2Md.d.mts} +1 -1
- package/dist/{generator-wcSR1cxi.d.ts → generator-CQG_XJ0l.d.ts} +1 -1
- package/dist/{generator-DeLkEJCT.d.ts → generator-CoEmhb2l.d.ts} +1 -1
- package/dist/{generator-9X_TkrLo.d.mts → generator-UBiKRKhk.d.mts} +1 -1
- package/dist/generators.d.mts +3 -3
- package/dist/generators.d.ts +3 -3
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9 -9
- package/dist/index.mjs +14 -14
- package/dist/src/executors/container-publish/executor.d.mts +1 -1
- package/dist/src/executors/container-publish/executor.d.ts +1 -1
- package/dist/src/executors/container-publish/executor.js +4 -4
- package/dist/src/executors/container-publish/executor.mjs +5 -5
- package/dist/src/executors/helm-package/executor.d.mts +2 -2
- package/dist/src/executors/helm-package/executor.d.ts +2 -2
- package/dist/src/executors/helm-package/executor.js +4 -4
- package/dist/src/executors/helm-package/executor.mjs +7 -7
- package/dist/src/generators/helm-chart/generator.d.mts +2 -2
- package/dist/src/generators/helm-chart/generator.d.ts +2 -2
- package/dist/src/generators/helm-chart/generator.js +5 -5
- package/dist/src/generators/helm-chart/generator.mjs +5 -5
- package/dist/src/generators/helm-dependency/generator.d.mts +2 -2
- package/dist/src/generators/helm-dependency/generator.d.ts +2 -2
- package/dist/src/generators/helm-dependency/generator.js +5 -5
- package/dist/src/generators/helm-dependency/generator.mjs +5 -5
- package/dist/src/plugins/docker/index.js +3 -3
- package/dist/src/plugins/docker/index.mjs +4 -4
- package/dist/src/types.mjs +2 -2
- package/dist/src/utils/client.mjs +4 -4
- package/dist/src/utils/ensure-init.mjs +2 -2
- package/dist/src/utils/index.mjs +5 -5
- package/dist/src/utils/prettier.mjs +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/dist/{types-HiZpltUX.d.mts → types-BXfk4hPO.d.mts} +67 -3
- package/dist/{types-HiZpltUX.d.ts → types-BXfk4hPO.d.ts} +67 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,457 +1,559 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - K8s Tools
|
|
4
|
+
|
|
5
|
+
## [0.24.48](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.24.48) (2025-03-17)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
|
|
11
|
+
|
|
12
|
+
## 0.24.47 (2025-02-06)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
|
|
18
|
+
|
|
1
19
|
## 0.24.46 (2025-02-05)
|
|
2
20
|
|
|
3
21
|
### Miscellaneous
|
|
4
22
|
|
|
5
|
-
- **monorepo:** Regenerate README markdown files
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
|
|
6
25
|
|
|
7
26
|
## 0.24.45 (2025-02-05)
|
|
8
27
|
|
|
9
28
|
### Miscellaneous
|
|
10
29
|
|
|
11
|
-
- **monorepo:** Regenerate README markdown files
|
|
30
|
+
- **monorepo:** Regenerate README markdown files
|
|
31
|
+
([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
|
|
12
32
|
|
|
13
33
|
## 0.24.44 (2025-02-05)
|
|
14
34
|
|
|
15
35
|
### Miscellaneous
|
|
16
36
|
|
|
17
|
-
- **monorepo:** Regenerate README markdown files
|
|
37
|
+
- **monorepo:** Regenerate README markdown files
|
|
38
|
+
([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
|
|
18
39
|
|
|
19
40
|
## 0.24.43 (2025-02-05)
|
|
20
41
|
|
|
21
42
|
### Miscellaneous
|
|
22
43
|
|
|
23
|
-
- **monorepo:** Regenerated README markdown files
|
|
44
|
+
- **monorepo:** Regenerated README markdown files
|
|
45
|
+
([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
|
|
24
46
|
|
|
25
47
|
## 0.24.42 (2025-02-04)
|
|
26
48
|
|
|
27
49
|
### Miscellaneous
|
|
28
50
|
|
|
29
|
-
- **monorepo:** Regenerate README markdown files
|
|
51
|
+
- **monorepo:** Regenerate README markdown files
|
|
52
|
+
([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
|
|
30
53
|
|
|
31
54
|
## 0.24.41 (2025-02-04)
|
|
32
55
|
|
|
33
56
|
### Miscellaneous
|
|
34
57
|
|
|
35
|
-
- **monorepo:** Regenerate README markdown files
|
|
58
|
+
- **monorepo:** Regenerate README markdown files
|
|
59
|
+
([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
|
|
36
60
|
|
|
37
61
|
## 0.24.40 (2025-02-04)
|
|
38
62
|
|
|
39
63
|
### Miscellaneous
|
|
40
64
|
|
|
41
|
-
- **monorepo:** Generate README markdown files
|
|
65
|
+
- **monorepo:** Generate README markdown files
|
|
66
|
+
([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
|
|
42
67
|
|
|
43
68
|
## 0.24.39 (2025-02-04)
|
|
44
69
|
|
|
45
70
|
### Miscellaneous
|
|
46
71
|
|
|
47
|
-
- **monorepo:** Regenerate README markdown files
|
|
72
|
+
- **monorepo:** Regenerate README markdown files
|
|
73
|
+
([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
|
|
48
74
|
|
|
49
75
|
## 0.24.38 (2025-02-04)
|
|
50
76
|
|
|
51
77
|
### Miscellaneous
|
|
52
78
|
|
|
53
|
-
- **monorepo:** Regenerate README markdown files
|
|
79
|
+
- **monorepo:** Regenerate README markdown files
|
|
80
|
+
([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
|
|
54
81
|
|
|
55
82
|
## 0.24.37 (2025-02-04)
|
|
56
83
|
|
|
57
84
|
### Miscellaneous
|
|
58
85
|
|
|
59
|
-
- **monorepo:** Regenerate README markdown files
|
|
86
|
+
- **monorepo:** Regenerate README markdown files
|
|
87
|
+
([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
|
|
60
88
|
|
|
61
89
|
## 0.24.36 (2025-02-04)
|
|
62
90
|
|
|
63
91
|
### Bug Fixes
|
|
64
92
|
|
|
65
|
-
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
93
|
+
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
94
|
+
([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
|
|
66
95
|
|
|
67
96
|
## 0.24.35 (2025-02-04)
|
|
68
97
|
|
|
69
98
|
### Bug Fixes
|
|
70
99
|
|
|
71
|
-
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
100
|
+
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
101
|
+
([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
|
|
72
102
|
|
|
73
103
|
### Miscellaneous
|
|
74
104
|
|
|
75
|
-
- **monorepo:** Reformat the repo's files
|
|
76
|
-
|
|
105
|
+
- **monorepo:** Reformat the repo's files
|
|
106
|
+
([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
|
|
107
|
+
- **monorepo:** Regenerate README markdown files
|
|
108
|
+
([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
|
|
77
109
|
|
|
78
110
|
## 0.24.34 (2025-02-03)
|
|
79
111
|
|
|
80
112
|
### Miscellaneous
|
|
81
113
|
|
|
82
|
-
- **monorepo:** Regenerate README markdown files
|
|
83
|
-
|
|
114
|
+
- **monorepo:** Regenerate README markdown files
|
|
115
|
+
([6a5afe3d6](https://github.com/storm-software/storm-ops/commit/6a5afe3d6))
|
|
116
|
+
- **monorepo:** Regenerate README markdown files
|
|
117
|
+
([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
|
|
84
118
|
|
|
85
119
|
## 0.24.33 (2025-02-02)
|
|
86
120
|
|
|
87
121
|
### Miscellaneous
|
|
88
122
|
|
|
89
|
-
- **monorepo:** Regenerate README markdown files
|
|
123
|
+
- **monorepo:** Regenerate README markdown files
|
|
124
|
+
([c73bfdb6a](https://github.com/storm-software/storm-ops/commit/c73bfdb6a))
|
|
90
125
|
|
|
91
126
|
## 0.24.32 (2025-02-02)
|
|
92
127
|
|
|
93
128
|
### Miscellaneous
|
|
94
129
|
|
|
95
|
-
- **monorepo:** Regenerate README markdown files
|
|
130
|
+
- **monorepo:** Regenerate README markdown files
|
|
131
|
+
([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
|
|
96
132
|
|
|
97
133
|
## 0.24.31 (2025-02-02)
|
|
98
134
|
|
|
99
135
|
### Miscellaneous
|
|
100
136
|
|
|
101
|
-
- **monorepo:** Regenerate README markdown files
|
|
137
|
+
- **monorepo:** Regenerate README markdown files
|
|
138
|
+
([e5f00be12](https://github.com/storm-software/storm-ops/commit/e5f00be12))
|
|
102
139
|
|
|
103
140
|
## 0.24.30 (2025-02-02)
|
|
104
141
|
|
|
105
142
|
### Miscellaneous
|
|
106
143
|
|
|
107
|
-
- **monorepo:** Regenerate README markdown files
|
|
144
|
+
- **monorepo:** Regenerate README markdown files
|
|
145
|
+
([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
|
|
108
146
|
|
|
109
147
|
## 0.24.29 (2025-02-02)
|
|
110
148
|
|
|
111
149
|
### Miscellaneous
|
|
112
150
|
|
|
113
|
-
- **monorepo:** Regenerate README markdown files
|
|
151
|
+
- **monorepo:** Regenerate README markdown files
|
|
152
|
+
([7e673dd2f](https://github.com/storm-software/storm-ops/commit/7e673dd2f))
|
|
114
153
|
|
|
115
154
|
## 0.24.28 (2025-02-02)
|
|
116
155
|
|
|
117
156
|
### Miscellaneous
|
|
118
157
|
|
|
119
|
-
- **monorepo:** Regenerate README markdown files
|
|
158
|
+
- **monorepo:** Regenerate README markdown files
|
|
159
|
+
([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
|
|
120
160
|
|
|
121
161
|
## 0.24.27 (2025-02-02)
|
|
122
162
|
|
|
123
163
|
### Miscellaneous
|
|
124
164
|
|
|
125
|
-
- **monorepo:** Regenerate README markdown files
|
|
165
|
+
- **monorepo:** Regenerate README markdown files
|
|
166
|
+
([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
|
|
126
167
|
|
|
127
168
|
## 0.24.26 (2025-02-02)
|
|
128
169
|
|
|
129
170
|
### Miscellaneous
|
|
130
171
|
|
|
131
|
-
- **monorepo:** Regenerate README markdown files
|
|
172
|
+
- **monorepo:** Regenerate README markdown files
|
|
173
|
+
([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
|
|
132
174
|
|
|
133
175
|
## 0.24.25 (2025-02-02)
|
|
134
176
|
|
|
135
177
|
### Miscellaneous
|
|
136
178
|
|
|
137
|
-
- **monorepo:** Regenerate README markdown files
|
|
179
|
+
- **monorepo:** Regenerate README markdown files
|
|
180
|
+
([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
|
|
138
181
|
|
|
139
182
|
## 0.24.24 (2025-02-02)
|
|
140
183
|
|
|
141
184
|
### Miscellaneous
|
|
142
185
|
|
|
143
|
-
- **monorepo:** Regenerate README markdown files
|
|
186
|
+
- **monorepo:** Regenerate README markdown files
|
|
187
|
+
([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
|
|
144
188
|
|
|
145
189
|
## 0.24.23 (2025-02-02)
|
|
146
190
|
|
|
147
191
|
### Miscellaneous
|
|
148
192
|
|
|
149
|
-
- **monorepo:** Regenerate README markdown files
|
|
193
|
+
- **monorepo:** Regenerate README markdown files
|
|
194
|
+
([4e1584d0](https://github.com/storm-software/storm-ops/commit/4e1584d0))
|
|
150
195
|
|
|
151
196
|
## 0.24.22 (2025-02-01)
|
|
152
197
|
|
|
153
198
|
### Miscellaneous
|
|
154
199
|
|
|
155
|
-
- **monorepo:** Regenerate README markdown files
|
|
200
|
+
- **monorepo:** Regenerate README markdown files
|
|
201
|
+
([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
|
|
156
202
|
|
|
157
203
|
## 0.24.21 (2025-02-01)
|
|
158
204
|
|
|
159
205
|
### Miscellaneous
|
|
160
206
|
|
|
161
|
-
- **monorepo:** Regenerate README markdown files
|
|
207
|
+
- **monorepo:** Regenerate README markdown files
|
|
208
|
+
([3874ee4d](https://github.com/storm-software/storm-ops/commit/3874ee4d))
|
|
162
209
|
|
|
163
210
|
## 0.24.20 (2025-01-29)
|
|
164
211
|
|
|
165
212
|
### Miscellaneous
|
|
166
213
|
|
|
167
|
-
- **monorepo:** Regenerate README markdown files
|
|
214
|
+
- **monorepo:** Regenerate README markdown files
|
|
215
|
+
([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
|
|
168
216
|
|
|
169
217
|
## 0.24.19 (2025-01-29)
|
|
170
218
|
|
|
171
219
|
### Bug Fixes
|
|
172
220
|
|
|
173
|
-
- **unbuild:** Resolved issue applying plugins
|
|
221
|
+
- **unbuild:** Resolved issue applying plugins
|
|
222
|
+
([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
|
|
174
223
|
|
|
175
224
|
## 0.24.18 (2025-01-29)
|
|
176
225
|
|
|
177
226
|
### Miscellaneous
|
|
178
227
|
|
|
179
|
-
- **monorepo:** Regenerate README markdown files
|
|
228
|
+
- **monorepo:** Regenerate README markdown files
|
|
229
|
+
([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
|
|
180
230
|
|
|
181
231
|
## 0.24.17 (2025-01-29)
|
|
182
232
|
|
|
183
233
|
### Miscellaneous
|
|
184
234
|
|
|
185
|
-
- **monorepo:** Regenerate README markdown files
|
|
186
|
-
|
|
235
|
+
- **monorepo:** Regenerate README markdown files
|
|
236
|
+
([2eb0a4f0](https://github.com/storm-software/storm-ops/commit/2eb0a4f0))
|
|
237
|
+
- **monorepo:** Regenerate README markdown files
|
|
238
|
+
([da76edd7](https://github.com/storm-software/storm-ops/commit/da76edd7))
|
|
187
239
|
|
|
188
240
|
## 0.24.16 (2025-01-29)
|
|
189
241
|
|
|
190
242
|
### Miscellaneous
|
|
191
243
|
|
|
192
|
-
- **monorepo:** Regenerate README markdown files
|
|
244
|
+
- **monorepo:** Regenerate README markdown files
|
|
245
|
+
([07f7d3d5](https://github.com/storm-software/storm-ops/commit/07f7d3d5))
|
|
193
246
|
|
|
194
247
|
## 0.24.15 (2025-01-29)
|
|
195
248
|
|
|
196
249
|
### Miscellaneous
|
|
197
250
|
|
|
198
|
-
- **monorepo:** Regenerate README markdown files
|
|
251
|
+
- **monorepo:** Regenerate README markdown files
|
|
252
|
+
([c2ecaaf8](https://github.com/storm-software/storm-ops/commit/c2ecaaf8))
|
|
199
253
|
|
|
200
254
|
## 0.24.14 (2025-01-29)
|
|
201
255
|
|
|
202
256
|
### Miscellaneous
|
|
203
257
|
|
|
204
|
-
- **monorepo:** Regenerate README markdown files
|
|
258
|
+
- **monorepo:** Regenerate README markdown files
|
|
259
|
+
([c87535fb](https://github.com/storm-software/storm-ops/commit/c87535fb))
|
|
205
260
|
|
|
206
261
|
## 0.24.13 (2025-01-29)
|
|
207
262
|
|
|
208
263
|
### Miscellaneous
|
|
209
264
|
|
|
210
|
-
- **monorepo:** Regenerate README markdown files
|
|
265
|
+
- **monorepo:** Regenerate README markdown files
|
|
266
|
+
([87f7b939](https://github.com/storm-software/storm-ops/commit/87f7b939))
|
|
211
267
|
|
|
212
268
|
## 0.24.12 (2025-01-28)
|
|
213
269
|
|
|
214
270
|
### Miscellaneous
|
|
215
271
|
|
|
216
|
-
- **monorepo:** Generate README markdown files
|
|
272
|
+
- **monorepo:** Generate README markdown files
|
|
273
|
+
([a28c725e](https://github.com/storm-software/storm-ops/commit/a28c725e))
|
|
217
274
|
|
|
218
275
|
## 0.24.11 (2025-01-28)
|
|
219
276
|
|
|
220
277
|
### Miscellaneous
|
|
221
278
|
|
|
222
|
-
- **monorepo:** Regenerate README markdown files
|
|
279
|
+
- **monorepo:** Regenerate README markdown files
|
|
280
|
+
([4540dfe1](https://github.com/storm-software/storm-ops/commit/4540dfe1))
|
|
223
281
|
|
|
224
282
|
## 0.24.10 (2025-01-28)
|
|
225
283
|
|
|
226
284
|
### Miscellaneous
|
|
227
285
|
|
|
228
|
-
- **monorepo:** Regenerate README markdown files
|
|
286
|
+
- **monorepo:** Regenerate README markdown files
|
|
287
|
+
([08ac6d0e](https://github.com/storm-software/storm-ops/commit/08ac6d0e))
|
|
229
288
|
|
|
230
289
|
## 0.24.9 (2025-01-28)
|
|
231
290
|
|
|
232
291
|
### Miscellaneous
|
|
233
292
|
|
|
234
|
-
- **monorepo:** Regenerate README markdown files
|
|
293
|
+
- **monorepo:** Regenerate README markdown files
|
|
294
|
+
([d5aac4fd](https://github.com/storm-software/storm-ops/commit/d5aac4fd))
|
|
235
295
|
|
|
236
296
|
## 0.24.8 (2025-01-28)
|
|
237
297
|
|
|
238
298
|
### Miscellaneous
|
|
239
299
|
|
|
240
|
-
- **monorepo:** Regenerate README markdown files
|
|
300
|
+
- **monorepo:** Regenerate README markdown files
|
|
301
|
+
([144ad8bf](https://github.com/storm-software/storm-ops/commit/144ad8bf))
|
|
241
302
|
|
|
242
303
|
## 0.24.7 (2025-01-28)
|
|
243
304
|
|
|
244
305
|
### Miscellaneous
|
|
245
306
|
|
|
246
|
-
- **monorepo:** Regenerate README markdown files
|
|
307
|
+
- **monorepo:** Regenerate README markdown files
|
|
308
|
+
([4a6cac15](https://github.com/storm-software/storm-ops/commit/4a6cac15))
|
|
247
309
|
|
|
248
310
|
## 0.24.6 (2025-01-28)
|
|
249
311
|
|
|
250
312
|
### Miscellaneous
|
|
251
313
|
|
|
252
|
-
- **monorepo:** Regenerate README markdown files
|
|
314
|
+
- **monorepo:** Regenerate README markdown files
|
|
315
|
+
([d9a6793e](https://github.com/storm-software/storm-ops/commit/d9a6793e))
|
|
253
316
|
|
|
254
317
|
## 0.24.5 (2025-01-28)
|
|
255
318
|
|
|
256
319
|
### Miscellaneous
|
|
257
320
|
|
|
258
|
-
- **monorepo:** Regenerate README markdown files
|
|
321
|
+
- **monorepo:** Regenerate README markdown files
|
|
322
|
+
([812b4fba](https://github.com/storm-software/storm-ops/commit/812b4fba))
|
|
259
323
|
|
|
260
324
|
## 0.24.4 (2025-01-28)
|
|
261
325
|
|
|
262
326
|
### Miscellaneous
|
|
263
327
|
|
|
264
|
-
- **monorepo:** Regenerate README markdown files
|
|
328
|
+
- **monorepo:** Regenerate README markdown files
|
|
329
|
+
([f3649091](https://github.com/storm-software/storm-ops/commit/f3649091))
|
|
265
330
|
|
|
266
331
|
## 0.24.3 (2025-01-28)
|
|
267
332
|
|
|
268
333
|
### Miscellaneous
|
|
269
334
|
|
|
270
|
-
- **monorepo:** Regenerate README markdown files
|
|
335
|
+
- **monorepo:** Regenerate README markdown files
|
|
336
|
+
([d3619f12](https://github.com/storm-software/storm-ops/commit/d3619f12))
|
|
271
337
|
|
|
272
338
|
## 0.24.2 (2025-01-24)
|
|
273
339
|
|
|
274
340
|
### Miscellaneous
|
|
275
341
|
|
|
276
|
-
- **monorepo:** Regenerate the README markdown files
|
|
342
|
+
- **monorepo:** Regenerate the README markdown files
|
|
343
|
+
([e217af7e](https://github.com/storm-software/storm-ops/commit/e217af7e))
|
|
277
344
|
|
|
278
345
|
## 0.24.1 (2025-01-24)
|
|
279
346
|
|
|
280
347
|
### Miscellaneous
|
|
281
348
|
|
|
282
|
-
- **monorepo:** Regenerate the README markdown files
|
|
349
|
+
- **monorepo:** Regenerate the README markdown files
|
|
350
|
+
([e7d99d45](https://github.com/storm-software/storm-ops/commit/e7d99d45))
|
|
283
351
|
|
|
284
352
|
## 0.24.0 (2025-01-23)
|
|
285
353
|
|
|
286
354
|
### Features
|
|
287
355
|
|
|
288
|
-
- **config:** Update package to use modern tooling
|
|
356
|
+
- **config:** Update package to use modern tooling
|
|
357
|
+
([8ac7afa3](https://github.com/storm-software/storm-ops/commit/8ac7afa3))
|
|
289
358
|
|
|
290
359
|
## 0.23.9 (2025-01-23)
|
|
291
360
|
|
|
292
361
|
### Miscellaneous
|
|
293
362
|
|
|
294
|
-
- **monorepo:** Regenerate README markdown files
|
|
363
|
+
- **monorepo:** Regenerate README markdown files
|
|
364
|
+
([eb629846](https://github.com/storm-software/storm-ops/commit/eb629846))
|
|
295
365
|
|
|
296
366
|
## 0.23.8 (2025-01-23)
|
|
297
367
|
|
|
298
368
|
### Bug Fixes
|
|
299
369
|
|
|
300
|
-
- **monorepo:** Resolve issue with invalid Nx Devkit imports
|
|
370
|
+
- **monorepo:** Resolve issue with invalid Nx Devkit imports
|
|
371
|
+
([356d591c](https://github.com/storm-software/storm-ops/commit/356d591c))
|
|
301
372
|
|
|
302
373
|
## 0.23.7 (2025-01-23)
|
|
303
374
|
|
|
304
375
|
### Miscellaneous
|
|
305
376
|
|
|
306
|
-
- **monorepo:** Regenerate README markdown files
|
|
377
|
+
- **monorepo:** Regenerate README markdown files
|
|
378
|
+
([64e4e1f3](https://github.com/storm-software/storm-ops/commit/64e4e1f3))
|
|
307
379
|
|
|
308
380
|
## 0.23.6 (2025-01-23)
|
|
309
381
|
|
|
310
382
|
### Miscellaneous
|
|
311
383
|
|
|
312
|
-
- **monorepo:** Regenerate README markdown files
|
|
384
|
+
- **monorepo:** Regenerate README markdown files
|
|
385
|
+
([e468fe22](https://github.com/storm-software/storm-ops/commit/e468fe22))
|
|
313
386
|
|
|
314
387
|
## 0.23.5 (2025-01-23)
|
|
315
388
|
|
|
316
389
|
### Bug Fixes
|
|
317
390
|
|
|
318
|
-
- **build-tools:** Resolve issue with unending copy asset files process
|
|
391
|
+
- **build-tools:** Resolve issue with unending copy asset files process
|
|
392
|
+
([e0050d6b](https://github.com/storm-software/storm-ops/commit/e0050d6b))
|
|
319
393
|
|
|
320
394
|
## 0.23.4 (2025-01-23)
|
|
321
395
|
|
|
322
396
|
### Bug Fixes
|
|
323
397
|
|
|
324
|
-
- **monorepo:** Resolve issue with internal package referencing
|
|
398
|
+
- **monorepo:** Resolve issue with internal package referencing
|
|
399
|
+
([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
|
|
325
400
|
|
|
326
401
|
## 0.23.3 (2025-01-22)
|
|
327
402
|
|
|
328
403
|
### Miscellaneous
|
|
329
404
|
|
|
330
|
-
- **monorepo:** Update the workspace's `storm.json` config to use the new preset
|
|
405
|
+
- **monorepo:** Update the workspace's `storm.json` config to use the new preset
|
|
406
|
+
repository
|
|
407
|
+
([95067c70](https://github.com/storm-software/storm-ops/commit/95067c70))
|
|
331
408
|
|
|
332
409
|
## 0.23.2 (2025-01-22)
|
|
333
410
|
|
|
334
411
|
### Bug Fixes
|
|
335
412
|
|
|
336
|
-
- **build-tools:** Resolved issue with copying asset files into output directory
|
|
413
|
+
- **build-tools:** Resolved issue with copying asset files into output directory
|
|
414
|
+
([1b314e8e](https://github.com/storm-software/storm-ops/commit/1b314e8e))
|
|
337
415
|
|
|
338
416
|
## 0.23.1 (2025-01-22)
|
|
339
417
|
|
|
340
418
|
### Bug Fixes
|
|
341
419
|
|
|
342
|
-
- **config-tools:** Resolved issue applying entire token parameters object
|
|
420
|
+
- **config-tools:** Resolved issue applying entire token parameters object
|
|
421
|
+
([5ccf3881](https://github.com/storm-software/storm-ops/commit/5ccf3881))
|
|
343
422
|
|
|
344
423
|
## 0.23.0 (2025-01-22)
|
|
345
424
|
|
|
346
425
|
### Features
|
|
347
426
|
|
|
348
|
-
- **workspace-tools:** Enhanced option tokenization logic for executors
|
|
427
|
+
- **workspace-tools:** Enhanced option tokenization logic for executors
|
|
428
|
+
([14ed93d7](https://github.com/storm-software/storm-ops/commit/14ed93d7))
|
|
349
429
|
|
|
350
430
|
## 0.22.1 (2025-01-21)
|
|
351
431
|
|
|
352
432
|
### Bug Fixes
|
|
353
433
|
|
|
354
|
-
- **unbuild:** Ensure we always use directory as input instead of a file
|
|
434
|
+
- **unbuild:** Ensure we always use directory as input instead of a file
|
|
435
|
+
([13d4a133](https://github.com/storm-software/storm-ops/commit/13d4a133))
|
|
355
436
|
|
|
356
437
|
## 0.22.0 (2025-01-21)
|
|
357
438
|
|
|
358
439
|
### Features
|
|
359
440
|
|
|
360
|
-
- **config-tools:** Update utility packages to use ESM
|
|
441
|
+
- **config-tools:** Update utility packages to use ESM
|
|
442
|
+
([3bc6d4ba](https://github.com/storm-software/storm-ops/commit/3bc6d4ba))
|
|
361
443
|
|
|
362
444
|
### Dependency Upgrades
|
|
363
445
|
|
|
364
|
-
- **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues
|
|
446
|
+
- **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues
|
|
447
|
+
([133dcdfd](https://github.com/storm-software/storm-ops/commit/133dcdfd))
|
|
365
448
|
|
|
366
449
|
## 0.21.3 (2025-01-21)
|
|
367
450
|
|
|
368
451
|
### Bug Fixes
|
|
369
452
|
|
|
370
|
-
- **workspace-tools:** Resolve internal package as ESM via `jiti` resolver
|
|
453
|
+
- **workspace-tools:** Resolve internal package as ESM via `jiti` resolver
|
|
454
|
+
([1dc4cfdd](https://github.com/storm-software/storm-ops/commit/1dc4cfdd))
|
|
371
455
|
|
|
372
456
|
## 0.21.2 (2025-01-21)
|
|
373
457
|
|
|
374
458
|
### Bug Fixes
|
|
375
459
|
|
|
376
|
-
- **unbuild:** Resolved issue with package `exports` path
|
|
460
|
+
- **unbuild:** Resolved issue with package `exports` path
|
|
461
|
+
([faf23b0e](https://github.com/storm-software/storm-ops/commit/faf23b0e))
|
|
377
462
|
|
|
378
463
|
## 0.21.1 (2025-01-21)
|
|
379
464
|
|
|
380
465
|
### Bug Fixes
|
|
381
466
|
|
|
382
|
-
- **workspace-tools:** Resolve issue with invalid import path
|
|
467
|
+
- **workspace-tools:** Resolve issue with invalid import path
|
|
468
|
+
([42a07d0c](https://github.com/storm-software/storm-ops/commit/42a07d0c))
|
|
383
469
|
|
|
384
470
|
## 0.21.0 (2025-01-21)
|
|
385
471
|
|
|
386
472
|
### Features
|
|
387
473
|
|
|
388
|
-
- **config-tools:** Added the `createLogger` function to drive CommonJs modules
|
|
474
|
+
- **config-tools:** Added the `createLogger` function to drive CommonJs modules
|
|
475
|
+
([0cee1525](https://github.com/storm-software/storm-ops/commit/0cee1525))
|
|
389
476
|
|
|
390
477
|
## 0.20.2 (2025-01-21)
|
|
391
478
|
|
|
392
479
|
### Continuous Integration
|
|
393
480
|
|
|
394
|
-
- **workspace-tools:** Mark all internal packages as external
|
|
481
|
+
- **workspace-tools:** Mark all internal packages as external
|
|
482
|
+
([f8c65aeb](https://github.com/storm-software/storm-ops/commit/f8c65aeb))
|
|
395
483
|
|
|
396
484
|
## 0.20.1 (2025-01-20)
|
|
397
485
|
|
|
398
486
|
### Miscellaneous
|
|
399
487
|
|
|
400
|
-
- **config-tools:** Bundle dependencies in distributable
|
|
488
|
+
- **config-tools:** Bundle dependencies in distributable
|
|
489
|
+
([df027cfe](https://github.com/storm-software/storm-ops/commit/df027cfe))
|
|
401
490
|
|
|
402
491
|
## 0.20.0 (2025-01-20)
|
|
403
492
|
|
|
404
493
|
### Features
|
|
405
494
|
|
|
406
|
-
- **unbuild:** Update package to bundle config-tools
|
|
495
|
+
- **unbuild:** Update package to bundle config-tools
|
|
496
|
+
([a2fc7768](https://github.com/storm-software/storm-ops/commit/a2fc7768))
|
|
407
497
|
|
|
408
498
|
## 0.19.5 (2025-01-20)
|
|
409
499
|
|
|
410
500
|
### Bug Fixes
|
|
411
501
|
|
|
412
|
-
- **workspace-tools:** Add `jiti` to support resolution of
|
|
502
|
+
- **workspace-tools:** Add `jiti` to support resolution of
|
|
503
|
+
`@storm-software/unbuild` package
|
|
504
|
+
([0abfa98b](https://github.com/storm-software/storm-ops/commit/0abfa98b))
|
|
413
505
|
|
|
414
506
|
## 0.19.4 (2025-01-20)
|
|
415
507
|
|
|
416
508
|
### Bug Fixes
|
|
417
509
|
|
|
418
|
-
- **workspace-tools:** Resolve formatting issue with missing `parser` config
|
|
510
|
+
- **workspace-tools:** Resolve formatting issue with missing `parser` config
|
|
511
|
+
([da80cf3d](https://github.com/storm-software/storm-ops/commit/da80cf3d))
|
|
419
512
|
|
|
420
513
|
## 0.19.3 (2025-01-20)
|
|
421
514
|
|
|
422
515
|
### Bug Fixes
|
|
423
516
|
|
|
424
|
-
- **untyped:** Resovle bundling issue with externals
|
|
517
|
+
- **untyped:** Resovle bundling issue with externals
|
|
518
|
+
([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
|
|
425
519
|
|
|
426
520
|
## 0.19.2 (2025-01-20)
|
|
427
521
|
|
|
428
522
|
### Bug Fixes
|
|
429
523
|
|
|
430
|
-
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
524
|
+
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
525
|
+
([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
|
|
431
526
|
|
|
432
527
|
## 0.19.1 (2025-01-20)
|
|
433
528
|
|
|
434
529
|
### Bug Fixes
|
|
435
530
|
|
|
436
|
-
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
531
|
+
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
532
|
+
([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
|
|
437
533
|
|
|
438
534
|
## 0.19.0 (2025-01-20)
|
|
439
535
|
|
|
440
536
|
### Features
|
|
441
537
|
|
|
442
|
-
- **untyped:** Standard file name changes to avoid collisions
|
|
538
|
+
- **untyped:** Standard file name changes to avoid collisions
|
|
539
|
+
([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
|
|
443
540
|
|
|
444
541
|
### Bug Fixes
|
|
445
542
|
|
|
446
|
-
- **pulumi-tools:** Resolved issue with invalid import paths
|
|
447
|
-
|
|
543
|
+
- **pulumi-tools:** Resolved issue with invalid import paths
|
|
544
|
+
([af7e7c5e](https://github.com/storm-software/storm-ops/commit/af7e7c5e))
|
|
545
|
+
- **workspace-tools:** Resolved issues with import paths
|
|
546
|
+
([9eeb1f73](https://github.com/storm-software/storm-ops/commit/9eeb1f73))
|
|
448
547
|
|
|
449
548
|
## 0.18.0 (2025-01-20)
|
|
450
549
|
|
|
451
550
|
### Features
|
|
452
551
|
|
|
453
|
-
- **workspace-tools:** Added new scripts and configuration to Nx preset
|
|
454
|
-
|
|
552
|
+
- **workspace-tools:** Added new scripts and configuration to Nx preset
|
|
553
|
+
([a912e765](https://github.com/storm-software/storm-ops/commit/a912e765))
|
|
554
|
+
- **workspace-tools:** Update Nx plugin packages to use new build/dist
|
|
555
|
+
infrastructure
|
|
556
|
+
([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
|
|
455
557
|
|
|
456
558
|
## 0.17.1 (2025-01-09)
|
|
457
559
|
|