From 667b13bd4260d0aebada9bbc55abe6bcee38bed7 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 20 Nov 2020 00:54:13 +0100 Subject: [PATCH] Release v0.3.0 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e46142bc..2ed86ec87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.3.0 (2020-11-20) + +This is the third MINOR prerelease. It introduces a breaking change to +the API package; the status condition type has changed to the type +introduced in Kubernetes API machinery `v1.19.0`. + ## 0.2.2 (2020-11-18) This prerelease comes with a bugfix for chart divergence detections. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index abde4399e..b88c2ad4b 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.2 + newTag: v0.3.0 diff --git a/go.mod b/go.mod index 9a9236105..8a0d94177 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.2 + github.com/fluxcd/helm-controller/api v0.3.0 github.com/fluxcd/pkg/apis/meta v0.4.0 github.com/fluxcd/pkg/runtime v0.3.0 github.com/fluxcd/source-controller/api v0.3.0