Highlights
Flux v0.27.1 is a patch release that comes with fixes and no breaking changes. Users are encouraged to upgrade for the best experience.
Fixes:
- Convert
stringData
todata
before diffing and applying Secrets (workaround for upstream Kubernetes bug) - Set QPS and Burst when impersonating service account in helm-controller (avoid client-side throttling when upgrading Helm releases containing hundreds of resources)
Components changelog
CLI changelog
- PR #2460 - @fluxcdbot - Update toolkit components
- PR #2452 - @souleb - Diff: fix stringData Secret issue
- PR #2450 - @SomtochiAma - Add
--wait
flag to fluxresume
cmd - PR #2448 - @SomtochiAma - Use
metadata.Client
for reconcile operations