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
hiddeco
released this
02 Oct 16:15
·
426 commits
to release/1.0.x
since this release
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 harmlessObject 'Kind' is missing in 'null'
error being logged fluxcd/helm-operator#47 - Make
OwnedByHelmRelease
default totrue
, 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
- Build: avoid spurious diffs in generated files by fixing their modtimes to Unix epoch fluxcd/helm-operator#50
- Build: update Flux dependency to
v1.15.0
fluxcd/helm-operator#58 - Documentation: Kustomize installation tutorial and various fixes fluxcd/helm-operator#32
- Documentation: add Helm v3 (alpha) workshop to
README.md
fluxcd/helm-operator#52
Thanks
Many thanks to @knackaron, @stefanprodan, @hiddeco, @swade1987 for contributions to this release.