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

Flux 1.3.0 release

Compare
Choose a tag to compare
@squaremo squaremo released this 26 Apr 10:48
· 3525 commits to master since this release
5704727

This minor version release updates the daemon so that it no longer requires a git repo to be configured in order to do something useful. If there's no git repo, it will still scan the cluster and report on workloads and their images, but will treat them as read-only.

Fixes

  • Exclude no-longer relevant changes from auto-releases weaveworks/flux#1036
  • Make release and auto-release events more accurately record the
    affected resources, by looking at the calculated result weaveworks/flux#1050

Improvements

  • Let the flux daemon operate without a git repo, and report cluster resources as read-only when there is no corresponding manifest weaveworks/flux#962
  • Reinstate command-line arg for setting the git polling interval --git-poll-interval weaveworks/flux#1030
  • Add --git-ci-skip (and for more fine control, --git-ci-skip-message) for customising flux's commit messages such that CI systems ignore the commits weaveworks/flux#1011
  • Log the daemon version on startup weaveworks/flux#1017