Features
Known Issues
- The mutating webhook agent was updated to support UPDATE operations as well as CREATE, but there is a bug in it that you'll see as error message
operation UPDATE is not registered
orUnable to bind the webhook handler
. If this issue is affecting you, you can use this patch:See #610 (comment) for complete details.zarf package deploy sget://defenseunicorns/zarf-package-agent-hotfix:amd64 kubectl -n flux-system rollout restart deployment/source-controller
Fixes
- Fully remove zarf secrets from all namespaces by @jeff-mccoy in #558
- Make the agent mutate on update as well as create by @RothAndrew in #565
- Fixed broken bigbang link in examples README. by @mike-winberry in #547
Changes
- Update module github.com/pterm/pterm to v0.12.42 by @renovate in #548
- Update module github.com/spf13/cobra to v1.5.0 by @renovate in #549
- Update goreleaser build path by @jeff-mccoy in #567
- Update module github.com/derailed/k9s to v0.25.19 by @renovate in #568
Full Changelog: v0.19.5...v0.19.6