github zarf-dev/zarf v0.85.0

one hour ago

0.85.0 (2026-09-03)

⚠ BREAKING CHANGES

  • publish v1beta1 component configs (#5219)

Features

Bug Fixes

  • helm: ensure retrieval of latest release (#5295) (5977f2d)
  • pass remote options when loading OCI init packages (#5265) (4e14f8b)
  • support platform flag entries for crane copy (#5280) (81fedb2)

Refactoring

  • state: move agent information into a sub-struct (#5269) (e702d1c)

What's Changed

🚀 Updates

  • chore(main): release 0.85.0 by @zarf-release-please[bot] in #5263

Full Changelog: v0.85.0-rc1...v0.85.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.85.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.85.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

arm64:

zarf package verify zarf-init-arm64-v0.85.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.85.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.