github zarf-dev/zarf v0.84.0-rc1

latest release: v0.84.0
pre-release4 hours ago

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github.com/docker/cli from 29.6.2+incompatible to 29.7.0+incompatible by @dependabot[bot] in #5185
  • chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /site by @dependabot[bot] in #5171
  • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5200
  • chore(deps): bump docker/login-action from 4.5.1 to 4.6.0 by @dependabot[bot] in #5201
  • chore(deps): bump github.com/google/go-containerregistry from 0.21.7 to 0.21.8 by @dependabot[bot] in #5204
  • chore(deps): bump github.com/sigstore/sigstore-go from 1.2.2 to 1.3.0 by @dependabot[bot] in #5186
  • chore(deps): bump github.com/docker/cli from 29.7.0+incompatible to 29.7.1+incompatible in the docker group across 1 directory by @dependabot[bot] in #5203
  • chore(deps): bump mermaid from 10.9.6 to 10.9.8 in /site by @dependabot[bot] in #5187
  • chore(deps): bump postcss from 8.5.19 to 8.5.25 in /site by @dependabot[bot] in #5170
  • chore(deps): bump js-yaml from 4.2.0 to 4.3.1 in /site by @dependabot[bot] in #5188
  • chore(deps): bump dompurify from 3.4.12 to 3.4.13 in /site by @dependabot[bot] in #5194
  • chore(deps): bump the cosign-providers group across 1 directory with 4 updates by @dependabot[bot] in #5202
  • chore(deps): bump github.com/docker/cli from 29.7.1+incompatible to 29.7.2+incompatible by @dependabot[bot] in #5215
  • chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.24.1 to 5.24.3 by @dependabot[bot] in #5221
  • chore(deps): bump github.com/google/go-containerregistry from 0.21.8 to 0.21.9 by @dependabot[bot] in #5216
  • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5232
  • chore(deps): bump github.com/fluxcd/source-controller/api from 1.9.3 to 1.9.4 by @dependabot[bot] in #5233
  • chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 by @dependabot[bot] in #5237
  • chore(deps): bump github.com/defenseunicorns/pkg/oci from 1.31.1 to 1.32.0 by @AustinAbro321 in #5239
  • chore(deps): bump github.com/anchore/syft from 1.50.0 to 1.51.0 by @dependabot[bot] in #5236
  • chore(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 in the golang group across 1 directory by @dependabot[bot] in #5248

New Contributors

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

arm64:

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