0.85.0 (2026-09-03)
⚠ BREAKING CHANGES
- publish v1beta1 component configs (#5219)
Features
- add index and count to deploy (#4170) (ba50b87)
- add oci source auto-prefixing (#5273) (9a41b0d)
- helm: support allowable errors for helm chart retries (#5287) (cdb212b)
- publish v1beta1 component configs (#5219) (abd07dd)
- warn on image push failure (#5268) (258fa9e)
- zoci: add transport parameter to NewRemoteWithOptions (#5260) (97a1b4d)
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
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.