Skip to content

v0.85.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:16
· 1 commit to main since this release
v0.85.0-rc1
01705b9

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump k8s.io/streaming from 0.36.3 to 0.36.4 in the k8s group across 1 directory by @dependabot[bot] in #5256
  • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5264
  • chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 by @dependabot[bot] in #5270
  • chore(deps): bump helm.sh/helm/v4 from 4.2.3 to 4.2.4 by @dependabot[bot] in #5258
  • chore(deps): bump the k8s group across 1 directory with 2 updates by @dependabot[bot] in #5288
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.53.3 to 4.53.6 by @dependabot[bot] in #5292
  • chore(deps): bump github.com/google/go-containerregistry from 0.21.9 to 0.22.0 by @dependabot[bot] in #5297
  • chore(deps): bump the k8s group across 1 directory with 6 updates by @dependabot[bot] in #5291
  • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5296
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.4 to 1.10.2 by @dependabot[bot] in #5305

New Contributors

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

arm64:

zarf package verify zarf-init-arm64-v0.85.0-rc1.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.85.0-rc1" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

See RELEASES.md for details.