Skip to content

Commit 6966ac0

Browse files
authored
Merge pull request #161 from fluxcd/release-v0.1.0
Release v0.1.0
2 parents d09494d + c176dcf commit 6966ac0

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All 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

718
This prerelease fixes a reconciliation bug that prevented

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.0.18
9+
newTag: v0.1.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,6 @@ k8s.io/utils v0.0.0-20200603063816-c1c6865ac451/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
10631063
rsc.io/letsencrypt v0.0.3 h1:H7xDfhkaFFSYEJlKeq38RwX2jYcnTeHuDQyT+mMNMwM=
10641064
rsc.io/letsencrypt v0.0.3/go.mod h1:buyQKZ6IXrRnB7TdkHP0RyEybLx18HHyOSoTyoOLqNY=
10651065
sigs.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=
10681066
sigs.k8s.io/controller-runtime v0.6.3 h1:SBbr+inLPEKhvlJtrvDcwIpm+uhDvp63Bl72xYJtoOE=
10691067
sigs.k8s.io/controller-runtime v0.6.3/go.mod h1:WlZNXcM0++oyaQt4B7C2lEE5JYRs8vJUzRP4N4JpdAY=
10701068
sigs.k8s.io/kustomize v2.0.3+incompatible h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=

0 commit comments

Comments
 (0)