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

Flux 1.1.0 Release

Compare
Choose a tag to compare
@awh awh released this 01 Nov 10:37
· 3815 commits to master since this release

Improvements

  • Flux can now release updates to DaemonSets, StatefulSets and CronJobs in addition to Deployments.
  • Matching Service resources are no longer required.

Breaking Changes

As a consequence of these improvements, we have had to retire the ability to release updates to Deployment resources by specifying the name of a matching Service. In practical terms this means that you will use list-controllers instead of list-services, and refer to controllers directly using the --controller argument instead of indirectly via --service:

  • fluxctl list-services is no longer supported; use fluxctl list-controllers instead
  • fluxctl commands which used to accept a --service=<namespace>/<servicename> parameter now accept --controller=<namespace>:<kind>/<name> instead, where <kind> is one of deployment, daemonset, statefulset or cronjob
  • Tabular outputs from fluxctl that used to mention SERVICE now mention CONTROLLER instead. The format of controller identifiers matches that of the new --controller argument.