From e2e5a272520e6a10f7537cfab06bab9800364f87 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 18 Nov 2020 10:29:05 +0100 Subject: [PATCH] Release v0.2.2 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 4 ++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac2992b3..5e46142bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project are documented in this file. +## 0.2.2 (2020-11-18) + +This prerelease comes with a bugfix for chart divergence detections. + ## 0.2.1 (2020-11-17) This prerelease comes with improvements to status reporting, and a diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 093a1d1fc..abde4399e 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/helm-controller newName: fluxcd/helm-controller - newTag: v0.2.1 + newTag: v0.2.2 diff --git a/go.mod b/go.mod index 16c84904d..1e440f67d 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 replace github.com/fluxcd/helm-controller/api => ./api require ( - github.com/fluxcd/helm-controller/api v0.2.1 + github.com/fluxcd/helm-controller/api v0.2.2 github.com/fluxcd/pkg/apis/meta v0.2.0 github.com/fluxcd/pkg/runtime v0.2.0 github.com/fluxcd/source-controller/api v0.2.0