Releases: zarf-dev/zarf
Releases · zarf-dev/zarf
v0.24.1
v0.24.0
Features
- Scripts -> Actions by @jeff-mccoy in #1144
- Docker Daemon Support + Cleaner Actions Terminal Output by @jeff-mccoy, @YrrepNoj, Racer159 in #1332 and #1173
- Add SBOM Comparison Tool by @Racer159 in #1135 and #1242
- Template files by @jeff-mccoy in #1171
- Wrap the crane command to make it easier to use with Zarf by @Racer159 in #1205
- Push both a crc and non-crc image tag for zarf images by @Racer159 in #1203
- Add
tools get-creds
command by @andrewg-xyz in #1220 - Add Longhorn Example by @JasonvanBrackel in #1264
Fixes
- Fix agent building locally, in ci and on release by @Racer159 in #1233
- Fix external registry issues by @Racer159 in #1230
- Refactor git repository caching logic by @YrrepNoj in #1299
- Smarter Zarf Registry HPA behavior by @jeff-mccoy in #1317
- Standarize
--insecure
flag and resolve issues interacting with untrusted systems by @jeff-mccoy and @rishi-anand in #1280 - Standardize timeouts for helm actions and improve remove behavior by @Racer159 in #1188
- Update value of localPath for composable packages by @tworcester in #1154
- Wait for existence of a serviceAccount in zarf namespace before continuing by @corang in #1328
- Consolidate components flag by @Racer159 in #1206
- Make viper keys uppercase by @Racer159 in #1279
- Use TransformURL over MutateGitURLsInText for the agent by @Racer159 in #1207
Docs
- Migrate docs site by @bdfinst in #1219
- 1057 cleanup master branch refs -> update to use "main" in docs by @gscallon in #1169
- Documentation spelling and grammar fixes. by @bdfinst in #1172
- Update contributor docs & PR template by @jeff-mccoy in #1208
- Update cli docs by @bdfinst in #1198
- Enable Mermaid diagrams by @bdfinst in #1329
- Update Zarf CLI doc page by @laurenmengert in #1225
- Spelling grammar by @bdfinst in #1276
- Update FAQ - Add license information by @Madeline-UX in #1314
Zarf UI
- Fix
zarf init
from UI by @Noxsios in #1213 - Update UI Theme by @Noxsios in #1174
- Cleanup UI imports by @Noxsios in #1189
- Cleanup Icon component implementation by @Noxsios in #1183
- UI Package Deploy Routing Refactor by @Noxsios in #1265
- Cleanup Typography + utilize new Typography system from Unicorn UI by @Noxsios in #1199
- 1247 configure/review page redesign by @Noxsios in #1252
Development
- Netlify deploy by @bdfinst in #1318
- renovate qol improvements by @jeff-mccoy in #1285
- Use the standardized hack dir vs .hooks by @jeff-mccoy in #1146
- lint hacking by @jeff-mccoy in #1152
- Made show all namespace default for k9 dash by @Madeline-UX in #1197
- 803 add component descriptions to the required components in the init config package by @Noxsios in #1179
- Hotfix test faster local build by @Racer159 in #1282
- Fix the shields badge for our release workflow by @Racer159 in #1268
Dependencies
- Update Helm release loki-stack to v2.8.9 by @renovate in #1148
- Update git-server (Gitea) 1.17.4 -> 1.18.3 by @renovate in #1256
- Update dependency yargs-parser to 13.1.2 [SECURITY] by @renovate in #1175
- 40 other dependency updates by @renovate
New Contributors
- @rishi-anand made their first contribution in #1280
- @gscallon made their first contribution in #1169
- @bdfinst made their first contribution in #1172
- @laurenmengert made their first contribution in #1225
- @JasonvanBrackel made their first contribution in #1264
- @tworcester made their first contribution in #1154
Full Changelog: v0.23.0...v0.24.0
v0.24.0-rc5
What's Changed
- Wait for existence of a serviceAccount in zarf namespace before continuing by @corang in #1328
- Enable Mermaid diagrams by @bdfinst in #1329
- Refactor git repository caching logic by @YrrepNoj in #1299
- Smarter Zarf Registry HPA behavior by @jeff-mccoy in #1317
- Update github.com/anchore/stereoscope digest to c49244e by @renovate in #1330
Full Changelog: v0.24.0-rc4...v0.24.0-rc5
v0.24.0-rc4
What's Changed
- Update dependency @sveltejs/kit to v1.2.9 by @renovate in #1260
- 1247 configure/review page redesign by @Noxsios in #1252
- Update Helm release gitea to v7 by @renovate in #1256
- Update dependency @defense-unicorns/unicorn-ui to v0.0.33 by @renovate in #1262
- Update dependency @sveltejs/kit to v1.2.10 by @renovate in #1266
- Update anchore/sbom-action action to v0.13.3 by @renovate in #1263
- Fix the shields badge for our release workflow by @Racer159 in #1268
- Migrate docs site by @bdfinst in #1219
- add tools get-creds command by @andrewg-xyz in #1220
- fix agent building locally, in ci and on release by @Racer159 in #1233
- Make viper keys uppercase by @Racer159 in #1279
- Working Longhorn Example by @JasonvanBrackel in #1264
- Update dependency @mdx-js/react to v2 by @renovate in #1274
- Hotfix test faster local build by @Racer159 in #1282
- renovate qol improvements by @jeff-mccoy in #1285
- Update dependency prettier to v2 by @renovate in #1294
- Fix external registry issues by @Racer159 in #1230
- Dep updates by @jeff-mccoy in #1297
- Update goreleaser/goreleaser-action action to v4 by @renovate in #1295
- Update all non-major dependencies by @renovate in #1301
- UI Package Deploy Routing Refactor by @Noxsios in #1265
- Spelling grammar by @bdfinst in #1276
- Update all non-major dependencies by @renovate in #1305
- Update value of localPath for composable packages by @tworcester in #1154
- Update dependency @sveltejs/kit to v1.3.7 by @renovate in #1315
- Update dependency sass to v1.58.0 by @renovate in #1316
- Update FAQ - Add license information by @Madeline-UX in #1314
- Netlify deploy by @bdfinst in #1318
- add common insecure flag by @jeff-mccoy in #1280
New Contributors
- @JasonvanBrackel made their first contribution in #1264
- @tworcester made their first contribution in #1154
Full Changelog: v0.24.0-rc1...v0.24.0-rc4
v0.24.0-rc3
What's Changed
- Scripts -> Actions by @jeff-mccoy in #1144
- Update dependency svelte-check to v3.0.3 by @renovate in #1258
- Update dependency @sveltejs/kit to v1.2.7 by @renovate in #1255
- Update dependency @sveltejs/kit to v1.2.9 by @renovate in #1260
- 1247 configure/review page redesign by @Noxsios in #1252
- Update Helm release gitea to v7 by @renovate in #1256
- Update dependency @defense-unicorns/unicorn-ui to v0.0.33 by @renovate in #1262
- Update dependency @sveltejs/kit to v1.2.10 by @renovate in #1266
- Update anchore/sbom-action action to v0.13.3 by @renovate in #1263
- Fix the shields badge for our release workflow by @Racer159 in #1268
- Migrate docs site by @bdfinst in #1219
- add tools get-creds command by @andrewg-xyz in #1220
- fix agent building locally, in ci and on release by @Racer159 in #1233
- Make viper keys uppercase by @Racer159 in #1279
- Working Longhorn Example by @JasonvanBrackel in #1264
- Update dependency @mdx-js/react to v2 by @renovate in #1274
- Hotfix test faster local build by @Racer159 in #1282
- renovate qol improvements by @jeff-mccoy in #1285
- Update dependency prettier to v2 by @renovate in #1294
- Fix external registry issues by @Racer159 in #1230
New Contributors
- @JasonvanBrackel made their first contribution in #1264
Full Changelog: v0.23.6...v0.24.0-rc3
v0.23.6
What's Changed
- Cleanup Typography + utilize new Typography system from Unicorn UI by @Noxsios in #1199
- Fix
zarf init
from UI by @Noxsios in #1213 - Update dependency @defense-unicorns/unicorn-ui to v0.0.32 by @renovate in #1227
- Update dependency @sveltejs/kit to v1.2.2 by @renovate in #1235
- Update dependency svelte-preprocess to v5.0.1 by @renovate in #1229
- Update Zarf CLI doc page by @laurenmengert in #1225
- fix compare tool generation and add better testing by @Racer159 in #1242
- Update playwright monorepo to v1.29.2 by @renovate in #1234
- Update dependency @sveltejs/adapter-static to v1.0.5 by @renovate in #1228
- Update dependency eslint to v8.32.0 by @renovate in #1236
- Update go deps by @Racer159 in #1251
- Update typescript-eslint monorepo to v5.49.0 by @renovate in #1254
New Contributors
- @laurenmengert made their first contribution in #1225
Full Changelog: v0.23.5...v0.23.6
v0.23.5
What's Changed
- Cleanup Icon component implementation by @Noxsios in #1183
- Update dependency @sveltejs/kit to v1.0.13 by @renovate in #1200
- Update dependency @sveltejs/adapter-static to v1.0.2 by @renovate in #1201
- Update dependency prettier to v2.8.3 by @renovate in #1202
- Push both a crc and non-crc image tag for zarf images by @Racer159 in #1203
- Update dependency @sveltejs/adapter-static to v1.0.3 by @renovate in #1204
- Consolidate components flag by @Racer159 in #1206
- 803 add component descriptions to the required components in the init config package by @Noxsios in #1179
- Use TransformURL over MutateGitURLsInText for the agent by @Racer159 in #1207
- Update dependency @sveltejs/adapter-static to v1.0.4 by @renovate in #1209
- Wrap the crane command to make it easier to use with Zarf by @Racer159 in #1205
- Update contributor docs & PR template by @jeff-mccoy in #1208
Full Changelog: v0.23.4...v0.23.5
v0.23.4
What's Changed
- Update dependency yargs-parser to 13.1.2 [SECURITY] by @renovate in #1175
- Update dependency svelte-check to v3.0.2 by @renovate in #1177
- Update dependency @defense-unicorns/unicorn-ui to v0.0.28 by @renovate in #1150
- Update dependency @defense-unicorns/unicorn-ui to v0.0.30 by @renovate in #1192
- Cleanup UI imports by @Noxsios in #1189
- Documentation spelling and grammar fixes. by @bdfinst in #1172
- Add support for local docker image and image archives on package create by @YrrepNoj in #1173
- Update dependency svelte to v3.55.1 by @renovate in #1184
- Update dependency @sveltejs/kit to v1.0.11 by @renovate in #1178
- Made show all namespace default for k9 dash by @Madeline-UX in #1197
- Standardize timeouts for helm actions and improve remove behavior by @Racer159 in #1188
- Update cli docs by @bdfinst in #1198
New Contributors
Full Changelog: v0.23.3...v0.23.4
v0.23.3
v0.23.2
What's Changed
- Use the standardized hack dir vs .hooks by @jeff-mccoy in #1146
- update go.mod & package.json by @jeff-mccoy in #1145
- Update Helm release loki-stack to v2.8.9 by @renovate in #1148
- Update dependency @sveltejs/kit to v1.0.7 by @renovate in #1159
- Update dependency vite to v4.0.4 by @renovate in #1161
- Update dependency @sveltejs/adapter-static to v1.0.1 by @renovate in #1164
- Update dependency @sveltejs/package to v1.0.2 by @renovate in #1160
- Update dependency yaml to v2.2.1 by @renovate in #1162
- Update Helm release gitea to v6.0.5 by @renovate in #1147
- Update Rust crate glob to 0.3.1 by @renovate in #1163
- Update Rust crate serde_json to 1.0.91 by @renovate in #1149
- Suppress tests with Renovate updates and Cleanup old docs workflow by @Racer159 in #1167
- lint hacking by @jeff-mccoy in #1152
- 1057 cleanup master branch refs -> update to use "main" in docs by @gscallon in #1169
New Contributors
Full Changelog: v0.23.1...v0.23.2