diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..49587a12 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project are documented in this file. + +## 0.0.1-alpha.1 (2020-04-16) + +This is the first alpha release of source controller. +The controller is an implementation of the +[source.fluxcd.io/v1alpha1](https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1) API +based on the specifications described in the +[Source Controller Proposal](https://github.com/fluxcd/source-controller/tree/master/docs/spec). \ No newline at end of file diff --git a/README.md b/README.md index 4e94fbba..679f7db0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Source controller -Experimental source manager and artifact provider. +The source-controller is an implementation of the +[source.fluxcd.io](https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1) API +based on the specifications described in the +[Source Controller Proposal](https://github.com/fluxcd/source-controller/tree/master/docs/spec). + +Integrations: +* [kustomize-controller](https://github.com/fluxcd/kustomize-controller) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index dbc44c3d..2edf08b8 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -7,4 +7,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: latest + newTag: v0.0.1-alpha.1