Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Flux release 1.4.2

Compare
Choose a tag to compare
@squaremo squaremo released this 06 Jul 13:38
891f2a0

This release includes a number of usability improvements, the majority
of which were suggested or contributed by community members. Thanks
everyone!

Fixes

Improvements

  • Interpret FluxHelmRelease resources that specify multiple images to
    use in a chart
    weaveworks/flux#1175
    (and several PRs that can be tracked down from there)
  • Add an experimental flag for restricting the view fluxd has of the
    cluster, reducing Kubernetes API usage: --k8s-namespace-whitelist
    weaveworks/flux#1184
  • Share more image layers between quay.io/weaveworks/flux and
    quay.io/weaveworks/helm-operator images
    weaveworks/flux#1192
  • Apply resources in "dependency order" so that e.g., namespaces are
    created before things in the namespaces
    weaveworks/flux#1117