File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-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.2.0 (2020-10-29)
6+
7+ This is the second MINOR prerelease, it comes with breaking changes:
8+
9+ * Due to a change of semver library to exclude pre-releases from ` 1.0.x `
10+ ranges, support for more complex ranges like
11+ ` >=1.0.0 <2.0.0 || >=3.0.0 !3.0.1-beta.1 ` has been dropped.
12+ * The histogram metric ` gotk_reconcile_duration ` was renamed to ` gotk_reconcile_duration_seconds `
13+
14+ Other notable changes:
15+
16+ * Ambiguous semver matches are now sorted by the timestamp of the source
17+ system to use the most recent match.
18+ * Added support for downloading dependencies for Helm charts from
19+ ` GitRepository ` and ` Bucket ` sources.
20+ * Added support for creating artifacts for packaged Helm charts (` .tgz ` )
21+ from ` GitRepository ` and ` Bucket ` sources.
22+ * The annotation ` fluxcd.io/reconcileAt ` was renamed to ` reconcile.fluxcd.io/requestedAt ` ,
23+ the former will be removed in a next release but is backwards
24+ compatible for now.
25+
526## 0.1.1 (2020-10-13)
627
728This prerelease comes with Prometheus instrumentation for the controller's resources.
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.1.1
9+ newTag : v0.2.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/fluxcd/pkg/ssh v0.0.5
1515 github.com/fluxcd/pkg/untar v0.0.5
1616 github.com/fluxcd/pkg/version v0.0.1
17- github.com/fluxcd/source-controller/api v0.1.1
17+ github.com/fluxcd/source-controller/api v0.2.0
1818 github.com/go-git/go-billy/v5 v5.0.0
1919 github.com/go-git/go-git/v5 v5.1.0
2020 github.com/go-logr/logr v0.1.0
You can’t perform that action at this time.
0 commit comments