Release v0.0.1-alpha.1

This commit is contained in:
stefanprodan 2020-04-16 14:02:32 +03:00
parent ecc2c62ed7
commit 7c35de918d
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 # 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: images:
- name: fluxcd/source-controller - name: fluxcd/source-controller
newName: fluxcd/source-controller newName: fluxcd/source-controller
newTag: latest newTag: v0.0.1-alpha.1