0.79.0 (2026-06-16)
⚠ BREAKING CHANGES
- values: expose pkg built in (#4981)
Features
- injector: dynamically determine host based on IP family (#4985) (8ef592c)
- values: expose pkg built in (#4981) (1e7e767)
Bug Fixes
- docs: render markdown tables (#4982) (c96636e)
- pull: always pull values.yaml and values.schema.json (#4987) (78ac28e)
What's Changed
🚀 Updates
- chore(main): release 0.79.0 by @zarf-release-please[bot] in #4984
Full Changelog: v0.79.0-rc1...v0.79.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.79.0.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.79.0" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"arm64:
zarf package verify zarf-init-arm64-v0.79.0.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.79.0" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"See RELEASES.md for details.