From 55f7e39a0c1835d0f1c3045b6727bac52021d744 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 30 Sep 2020 20:09:15 +0200 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eacc506f..e8f4e8a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project are documented in this file. +## 0.1.0 (2020-09-30) + +This is the first MINOR prerelease, it promotes the +`helm.toolkit.fluxcd.io` API to `v2beta1` and removes support for +`v2alpha1`. + +Going forward, changes to the API will be accompanied by a conversion +mechanism. With this release the API becomes more stable, but while in +beta phase there are no guarantees about backwards compatibility +between beta releases. + +A breaking change was introduced to the `Status` object, as the +`LastObservedTime` field has been removed in favour of the newly +introduced `LastHandledReconcileAt`. This field records the value +of the `fluxcd.io/reconcilateAt` annotation, which makes it possible +for e.g. the `gotk` CLI to observe if the controller has handled +the resource since the manual reconciliation request was made. + ## 0.0.10 (2020-09-23) This prerelease adds support for Helm charts from `Bucket` sources, diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 077eaa449..5a7f89eb4 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.0.10 + newTag: v0.1.0 diff --git a/go.mod b/go.mod index c84fee740..d2093765a 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.0.10 + github.com/fluxcd/helm-controller/api v0.1.0 github.com/fluxcd/pkg/apis/meta v0.0.2 github.com/fluxcd/pkg/recorder v0.0.5 github.com/fluxcd/pkg/runtime v0.0.6