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 #1367 from weaveworks/release/helm-0.2.1
Browse files Browse the repository at this point in the history
Update changelog for helm-op release 0.2.1
  • Loading branch information
stefanprodan authored Sep 17, 2018
2 parents a41dd38 + a771d69 commit ba23f3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG-helmop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.2.1 (2018-09-17)

This is a patch release that allows helm-op to recover from a failed release install.
If a chart is broken, Tiller will reserve the name and mark the release as failed.
If at a later time the chart is fixed, helm-op can't install it anymore because the release name is in use.
Purging the release after each failed install allows helm-op to keep retrying the install.

- Purge release if install fails
[weaveworks/flux#1344](https://github.com/weaveworks/flux/pull/1344)

## 0.2.0 (2018-08-23)

In large part this release simplifies and improves the Helm operator
Expand Down

0 comments on commit ba23f3d

Please sign in to comment.