Merge pull request #26 from fluxcd/release-v0.0.1-alpha.1

Release v0.0.1-alpha.1
This commit is contained in:
Stefan Prodan 2020-04-16 14:34:07 +03:00 committed by GitHub
commit d14492bff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

11
CHANGELOG.md Normal file
View File

@ -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).

View File

@ -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)

View File

@ -7,4 +7,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: latest
newTag: v0.0.1-alpha.1