This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Helm operator 0.7.0
·
4 commits
to release/helm-0.7.x
since this release
Bug fixes
- Run signal listener in a goroutine instead of deferring weaveworks/flux#1680
- Make chart operations insensitive to (missing) slashes in Helm repository URLs weaveworks/flux#1735
- Annotating resources outside of the
HelmReleasenamespace weaveworks/flux#1757
Improvements
- The
HelmReleaseCRD now supports askipDepUpdateto instruct the operator to not update dependencies for charts from a git source weaveworks/flux#1712 weaveworks/flux#1823 - Azure DevOps Git host support weaveworks/flux#1729
- The UID of the
HelmReleaseis now used as dry run release name weaveworks/flux#1745 - Removed deprecated
--git-poll-intervalflag weaveworks/flux#1757 - Sync hook to instruct the operator to refresh Git mirrors weaveworks/flux#1776
- Docker image is now based on Alpine
3.9weaveworks/flux#1801 .spec.valuesin theHelmReleaseCRD is no longer mandatory weaveworks/flux#1824- With
valuesFromit is now possible to load values from secrets, config maps and URLs weaveworks/flux#1836
Thanks
Thanks to @captncraig, @2opremio, @squaremo, @hiddeco, @endrec, @ahmadiq, @nmaupu, @samisq, @yinzara, @stefanprodan, and @sarath-p for their contributions.