File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project are documented in this file.
4
+
5
+ ## 0.0.1-alpha.1 (2020-04-16)
6
+
7
+ This is the first alpha release of source controller.
8
+ The controller is an implementation of the
9
+ [ source.fluxcd.io/v1alpha1] ( https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1 ) API
10
+ based on the specifications described in the
11
+ [ Source Controller Proposal] ( https://github.com/fluxcd/source-controller/tree/master/docs/spec ) .
Original file line number Diff line number Diff line change 1
1
# Source controller
2
2
3
- Experimental source manager and artifact provider.
3
+ The source-controller is an implementation of the
4
+ [ source.fluxcd.io] ( https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1 ) API
5
+ based on the specifications described in the
6
+ [ Source Controller Proposal] ( https://github.com/fluxcd/source-controller/tree/master/docs/spec ) .
7
+
8
+ Integrations:
9
+ * [ kustomize-controller] ( https://github.com/fluxcd/kustomize-controller )
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ resources:
7
7
images :
8
8
- name : fluxcd/source-controller
9
9
newName : fluxcd/source-controller
10
- newTag : latest
10
+ newTag : v0.0.1-alpha.1
You can’t perform that action at this time.
0 commit comments