File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.0.1 (2020-06-24)
6
+
7
+ This is the first prerelease ready for public testing. To get started
8
+ testing, see the [ GitOps Toolkit guide] ( https://toolkit.fluxcd.io/get-started/ ) .
9
+
5
10
## 0.0.1-beta.2 (2020-06-10)
6
11
7
12
This beta release comes with improvements to the
@@ -62,4 +67,4 @@ This is the first alpha release of source controller.
62
67
The controller is an implementation of the
63
68
[ source.fluxcd.io/v1alpha1] ( https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1 ) API
64
69
based on the specifications described in the
65
- [ Source Controller Proposal] ( https://github.com/fluxcd/source-controller/tree/master/docs/spec ) .
70
+ [ Source Controller Proposal] ( https://github.com/fluxcd/source-controller/tree/master/docs/spec ) .
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
newName : fluxcd/source-controller
9
- newTag : v0.0.1-beta.2
9
+ newTag : v0.0.1
Original file line number Diff line number Diff line change 1
- # Source Controller Proposal
1
+ # Source Controller
2
2
3
3
The main goal is to define a set of Kubernetes objects that cluster
4
4
admins and various automated operators can interact with to offload
You can’t perform that action at this time.
0 commit comments