github zarf-dev/zarf v0.85.0-rc1

latest release: v0.85.0
pre-release3 hours ago

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.

Don't miss a new zarf release

NewReleases is sending notifications on new releases.