From a771d6908d184221d0c52ff5348a3392205655e7 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 17 Sep 2018 17:08:54 +0300 Subject: [PATCH] Update changelog for helm-op release 0.2.1 --- CHANGELOG-helmop.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG-helmop.md b/CHANGELOG-helmop.md index 875ba1796..239d7da3e 100644 --- a/CHANGELOG-helmop.md +++ b/CHANGELOG-helmop.md @@ -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