File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.1.0 (2020-09-30)
6+
7+ This is the first MINOR prerelease, it promotes the
8+ ` helm.toolkit.fluxcd.io ` API to ` v2beta1 ` and removes support for
9+ ` v2alpha1 ` .
10+
11+ Going forward, changes to the API will be accompanied by a conversion
12+ mechanism. With this release the API becomes more stable, but while in
13+ beta phase there are no guarantees about backwards compatibility
14+ between beta releases.
15+
16+ A breaking change was introduced to the ` Status ` object, as the
17+ ` LastObservedTime ` field has been removed in favour of the newly
18+ introduced ` LastHandledReconcileAt ` . This field records the value
19+ of the ` fluxcd.io/reconcilateAt ` annotation, which makes it possible
20+ for e.g. the ` gotk ` CLI to observe if the controller has handled
21+ the resource since the manual reconciliation request was made.
22+
523## 0.0.10 (2020-09-23)
624
725This prerelease adds support for Helm charts from ` Bucket ` sources,
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v0.0.10
8+ newTag : v0.1.0
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/helm-controller/api => ./api
66
77require (
8- github.com/fluxcd/helm-controller/api v0.0.10
8+ github.com/fluxcd/helm-controller/api v0.1.0
99 github.com/fluxcd/pkg/apis/meta v0.0.2
1010 github.com/fluxcd/pkg/recorder v0.0.5
1111 github.com/fluxcd/pkg/runtime v0.0.6
You can’t perform that action at this time.
0 commit comments