github zarf-dev/zarf v0.78.0

8 hours ago

0.78.0 (2026-06-11)

⚠ BREAKING CHANGES

  • values: support state built-ins (#4957)
  • values: support schema merge on imports (#4951)

What's Changed

🚀 Updates

📦 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

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.

Don't miss a new zarf release

NewReleases is sending notifications on new releases.