What's Changed
🚀 Updates
- fix: agent webhook logs by @AustinAbro321 in #5081
- feat: stop requiring version for localpath charts by @AustinAbro321 in #5080
- chore: initial AGENTS.md file by @brandtkeller in #5068
- feat(schema): support multiple API versions from a single schema file by @AustinAbro321 in #4949
- docs: update command from 'prepare' to 'dev' in tutorial command html by @codydacosta-uds in #5089
- feat(healthchecks): use namespace-scoped watches for improved permissions handling by @corang in #5091
- docs: package values overview and migration guide by @AustinAbro321 in #5090
- feat: expose GetComponent function for package templating by @AustinAbro321 in #5092
- fix(injection): support retry for toomanyrequests by @brandtkeller in #5095
- ci: remove import test by @AustinAbro321 in #5105
- feat(values)!: type inference in set-values cli parsing by @AustinAbro321 in #5103
📦 Dependencies
- chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5083
- chore(deps): bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 by @dependabot[bot] in #5084
- chore(deps): bump esbuild, @astrojs/starlight and astro in /site by @dependabot[bot] in #5065
- chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 in /site by @dependabot[bot] in #5088
New Contributors
- @codydacosta-uds made their first contribution in #5089
Full Changelog: v0.81.1...v0.82.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.82.0-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.82.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"arm64:
zarf package verify zarf-init-arm64-v0.82.0-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.82.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"See RELEASES.md for details.