This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Flux 1.12.2
This is a patch release.
Fixes
- Fix error shadowing when parsing YAML manifests weaveworks/flux#1994
- Fix 'workspace' -> 'workload' typo in deprecated controller flag weaveworks/flux#1987 weaveworks/flux#1996
- Improve internal Kubernetes error logging, by removing the duplicate timestamp and providing a full path to the Kubernetes file emitting the error weaveworks/flux#2000
- Improve
fluxctlauto portforward connection error, by better guiding the user about what could be wrong weaveworks/flux#2001 - Ignore discovery errors for metrics resources, to prevent syncs from failing when the metrics API is misconfigured weaveworks/flux#2009
- Fix
(Flux)HelmReleasecluster lookups, before this change, the same resource ID would be reported for allHelmReleases with e.g.fluctl list-workloadsweaveworks/flux#2018
Maintenance and documentation
- Replace deprecated
--controllerflag in documentation with--workloadweaveworks/flux#1985 - Update
MAINTAINERSand include email addresses weaveworks/flux#1995
Thanks
Thanks to @2opremio, @cdenneen, @hiddeco, @jan-schumacher, @squaremo, @stefanprodan for contributions.