File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
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+ ` source.toolkit.fluxcd.io ` API to ` v1beta1 ` and removes support for
9+ ` v1alpha1 ` .
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+
516## 0.0.18 (2020-09-23)
617
718This prerelease fixes a reconciliation bug that prevented
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.0.18
9+ newTag : v0.1.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/fluxcd/pkg/runtime v0.0.6
1515 github.com/fluxcd/pkg/ssh v0.0.5
1616 github.com/fluxcd/pkg/untar v0.0.5
17- github.com/fluxcd/source-controller/api v0.0.18
17+ github.com/fluxcd/source-controller/api v0.1.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
Original file line number Diff line number Diff line change @@ -1063,8 +1063,6 @@ k8s.io/utils v0.0.0-20200603063816-c1c6865ac451/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
10631063rsc.io/letsencrypt v0.0.3 h1:H7xDfhkaFFSYEJlKeq38RwX2jYcnTeHuDQyT+mMNMwM =
10641064rsc.io/letsencrypt v0.0.3 /go.mod h1:buyQKZ6IXrRnB7TdkHP0RyEybLx18HHyOSoTyoOLqNY =
10651065sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.7 /go.mod h1:PHgbrJT7lCHcxMU+mDHEm+nx46H4zuuHZkDP6icnhu0 =
1066- sigs.k8s.io/controller-runtime v0.6.2 h1:jkAnfdTYBpFwlmBn3pS5HFO06SfxvnTZ1p5PeEF/zAA =
1067- sigs.k8s.io/controller-runtime v0.6.2 /go.mod h1:vhcq/rlnENJ09SIRp3EveTaZ0yqH526hjf9iJdbUJ/E =
10681066sigs.k8s.io/controller-runtime v0.6.3 h1:SBbr+inLPEKhvlJtrvDcwIpm+uhDvp63Bl72xYJtoOE =
10691067sigs.k8s.io/controller-runtime v0.6.3 /go.mod h1:WlZNXcM0++oyaQt4B7C2lEE5JYRs8vJUzRP4N4JpdAY =
10701068sigs.k8s.io/kustomize v2.0.3+incompatible h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0 =
You can’t perform that action at this time.
0 commit comments