github zarf-dev/zarf v0.81.1

5 hours ago

0.81.1 (2026-07-17)

Bug Fixes

  • change adoptExistingResources to takeOwnership (#5010) (c5eb289)
  • helm: create registry client for http chart with OCI re-direct (#5067) (34d0cf1)
  • mTLS: prevent negotiation when portforward with mTLS (#5054) (bbce3c3)
  • proxy: support for system CA with mTLS certs (#5074) (93f4719)
  • wait: properly wait for crds introduced mid-deploy (#5077) (d15007f)

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps-dev): bump undici from 7.27.0 to 7.28.0 in /site by @dependabot[bot] in #4994
  • chore(deps): bump github/codeql-action/upload-sarif from 4.36.2 to 4.36.3 by @dependabot[bot] in #5063
  • chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 by @dependabot[bot] in #5059
  • chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 by @dependabot[bot] in #5062
  • chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3 by @dependabot[bot] in #5060
  • chore(deps): bump dompurify from 3.4.7 to 3.4.11 in /site by @dependabot[bot] in #4995

Full Changelog: v0.81.0...v0.81.1

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

arm64:

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