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