Features
-
Zarf Agent mutating webhook by @jeff-mccoy in #306
Users no longer need to manually change image paths for any type of deployment, including those done by 3rd-party gitops tools. Also supports auto-updating Flux GitRepository URLs.
Zarf Agent Architectural Decision Record -
Add support for custom Zarf variables in k8s resources by @jeff-mccoy in #474
- name: variable-example variables: dog: "woof" cat: "meow"
-
Implement component choice groups by @jeff-mccoy in #488
- name: first-choice group: example-choice - name: second-choice group: example-choice default: true
Fixes
- Use registry secrets by @vyta in #478
- Resolve env variable secrets in the docker registry helm chart by @jeff-mccoy in #473
- Fallback to host-provided git on clone failure during package create by @jeff-mccoy in #471
Changes
- Add flag --skip-sbom to package create to speed up dev packages by @jeff-mccoy in #470
- Add nav links to main example README by @YrrepNoj in #469
- Add Zarf Agent Github Action by @jeff-mccoy in #481
New Contributors
Full Changelog: v0.18.0...v0.19.0