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

Commit

Permalink
Merge pull request #1856 from weaveworks/release/helm-0.7.0
Browse files Browse the repository at this point in the history
Release Helm operator v0.7.0
  • Loading branch information
hiddeco authored Mar 25, 2019
2 parents 48966b9 + 47be51a commit 5b52174
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG-helmop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## 0.7.0 (2019-03-05)

### Bug fixes

- Run signal listener in a goroutine instead of deferring
[weaveworks/flux#1680](https://github.com/weaveworks/flux/pull/1680)
- Make chart operations insensitive to (missing) slashes in Helm
repository URLs
[weaveworks/flux#1735](https://github.com/weaveworks/flux/pull/1735)
- Annotating resources outside of the `HelmRelease` namespace
[weaveworks/flux#1757](https://github.com/weaveworks/flux/pull/1757)

### Improvements

- The `HelmRelease` CRD now supports a `skipDepUpdate` to instruct the
operator to not update dependencies for charts from a git source
[weaveworks/flux#1712](https://github.com/weaveworks/flux/pull/1712)
[weaveworks/flux#1823](https://github.com/weaveworks/flux/pull/1823)
- Azure DevOps Git host support
[weaveworks/flux#1729](https://github.com/weaveworks/flux/pull/1729)
- The UID of the `HelmRelease` is now used as dry run release name
[weaveworks/flux#1745](https://github.com/weaveworks/flux/pull/1745)
- Removed deprecated `--git-poll-interval` flag
[weaveworks/flux#1757](https://github.com/weaveworks/flux/pull/1757)
- Sync hook to instruct the operator to refresh Git mirrors
[weaveworks/flux#1776](https://github.com/weaveworks/flux/pull/1776)
- Docker image is now based on Alpine `3.9`
[weaveworks/flux#1801](https://github.com/weaveworks/flux/pull/1801)
- `.spec.values` in the `HelmRelease` CRD is no longer mandatory
[weaveworks/flux#1824](https://github.com/weaveworks/flux/pull/1824)
- With `valuesFrom` it is now possible to load values from secrets,
config maps and URLs
[weaveworks/flux#1836](https://github.com/weaveworks/flux/pull/1836)

### Thanks

Thanks to @captncraig, @2opremio, @squaremo, @hiddeco, @endrec, @ahmadiq,
@nmaupu, @samisq, @yinzara, @stefanprodan, and @sarath-p for their
contributions.

## 0.6.0 (2019-02-07)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion deploy-helm/helm-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
# There are no ":latest" images for helm-operator. Find the most recent
# release or image version at https://quay.io/weaveworks/helm-operator
# and replace the tag here.
image: quay.io/weaveworks/helm-operator:0.6.0
image: quay.io/weaveworks/helm-operator:0.7.0
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion deploy-helm/weave-cloud-helm-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
secretName: flux-git-deploy
containers:
- name: flux-helm-operator
image: quay.io/weaveworks/helm-operator:0.6.0
image: quay.io/weaveworks/helm-operator:0.7.0
imagePullPolicy: IfNotPresent
args:
- --git-timeout=20s
Expand Down

0 comments on commit 5b52174

Please sign in to comment.