What's Changed
🚀 Updates
- fix(docs): render markdown tables by @AustinAbro321 in #4982
- feat(injector): dynamically determine host based on IP family by @AustinAbro321 in #4985
- feat(values)!: expose pkg built in by @AustinAbro321 in #4981
- fix(pull): always pull values.yaml and values.schema.json by @AustinAbro321 in #4987
- chore: bump go version by @brandtkeller in #4988
Full Changelog: v0.78.0...v0.79.0-rc1
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-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.79.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"arm64:
zarf package verify zarf-init-arm64-v0.79.0-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.79.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"See RELEASES.md for details.