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
- chore(dependabot): remove vendor keyword from dependabot.yaml by @AustinAbro321 in #5066
- fix(helm): create registry client for http chart with OCI re-direct by @AustinAbro321 in #5067
- fix(mTLS): prevent negotiation when portforward with mTLS by @brandtkeller in #5054
- chore: upgrade oras-go to v2.6.2 by @brandtkeller in #5057
- fix: change adoptExistingResources to takeOwnership by @AustinAbro321 in #5010
- fix(proxy): support for system CA with mTLS certs by @brandtkeller in #5074
- chore: upgrade k9s to v0.51.0 by @brandtkeller in #5056
- fix(wait): properly wait for crds introduced mid-deploy by @AustinAbro321 in #5077
- chore(main): release 0.81.1 by @zarf-release-please[bot] in #5069
📦 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.