This repository has been 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
fluxctl
auto 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)HelmRelease
cluster lookups, before this change, the same resource ID would be reported for allHelmRelease
s with e.g.fluctl list-workloads
weaveworks/flux#2018
Maintenance and documentation
- Replace deprecated
--controller
flag in documentation with--workload
weaveworks/flux#1985 - Update
MAINTAINERS
and include email addresses weaveworks/flux#1995
Thanks
Thanks to @2opremio, @cdenneen, @hiddeco, @jan-schumacher, @squaremo, @stefanprodan for contributions.