0.78.0 (2026-06-11)
⚠ BREAKING CHANGES
What's Changed
🚀 Updates
- docs: 2026 roadmap by @jonnyborbs in #4932
- ci: improve codecov accuracy by @AustinAbro321 in #4948
- fix(tools,wait): handle context propagation for networking calls by @knrc in #4925
- docs: add Dynamia.ai to ADOPTERS.md by @spencercjh in #4936
- feat(values)!: support schema merge on imports by @brandtkeller in #4951
- feat(values)!: support state built-ins by @brandtkeller in #4957
- docs: version documentation site by @AustinAbro321 in #4954
- feat(init): add init option for the agent to only mutate labeled resources by @AustinAbro321 in #4937
- refactor: improve cosign signature/attestation lookup with oras by @Racer159 in #4959
- fix(agent): properly pass through context by @AustinAbro321 in #4966
- feat(values): support for go templating in chart valuesFIles by @brandtkeller in #4967
- docs: improve kiwix example by @AustinAbro321 in #4973
- feat: add nodeSelector to gitea chart by @sepauli in #4972
- feat(values): fail early during deploy if values are not defined by @AustinAbro321 in #4968
- chore(docs): add documentation for Zarf package vuln scanning by @brandtkeller in #4960
- feat(values): chart values exclude path by @AustinAbro321 in #4974
- chore(values): enable values by default by @AustinAbro321 in #4979
- feat(agent): add readiness probe by @AustinAbro321 in #4980
- chore(main): release 0.78.0 by @zarf-release-please[bot] in #4953
📦 Dependencies
- chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1 by @dependabot[bot] in #4912
- chore(deps): bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3 by @dependabot[bot] in #4952
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the actions-organization group by @dependabot[bot] in #4962
- chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot] in #4963
- chore(deps): bump aws-actions/configure-aws-credentials from 6.1.3 to 6.2.0 by @dependabot[bot] in #4964
- chore(deps): bump github/codeql-action from 4.36.0 to 4.36.2 by @dependabot[bot] in #4965
New Contributors
- @jonnyborbs made their first contribution in #4932
- @knrc made their first contribution in #4925
- @spencercjh made their first contribution in #4936
Full Changelog: v0.77.0...v0.78.0
Verifying Init Packages
The init packages in this release are signed with keyless Sigstore signing. Verify with:
amd64:
zarf package verify zarf-init-amd64-v0.78.0.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.78.0" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"arm64:
zarf package verify zarf-init-arm64-v0.78.0.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.78.0" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"See RELEASES.md for details.