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

Helm operator 1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@hiddeco hiddeco released this 02 Oct 16:15
· 426 commits to release/1.0.x since this release
db8dff6

Notice: upgrading to this version from <=0.10.x by just updating your Helm Operator image tag is not possible as the CRD domain and version have changed. An upgrade guide can be found here.

This is the second release candidate.

Bug fixes

  • Fix permissions on chart directory creation for non-root users fluxcd/helm-operator#31
  • Filter out nil resources during parsing of released resources, as it caused confusion due to a harmless Object 'Kind' is missing in 'null' error being logged fluxcd/helm-operator#47
  • Make OwnedByHelmRelease default to true, to work around some edge case scenarios where no resources are present for the release, or they are all skipped fluxcd/helm-operator#56

Improvements

  • Add --status-update-interval flag, for configuring the interval at which the operator consults Tiller for the status of a release fluxcd/helm-operator#44
  • Expand the list of public Helm repositories in the default config fluxcd/helm-operator#53

Maintenance and documentation

Thanks

Many thanks to @knackaron, @stefanprodan, @hiddeco, @swade1987 for contributions to this release.