Release v0.0.1-alpha.1
This commit is contained in:
parent
ecc2c62ed7
commit
7c35de918d
|
@ -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).
|
|
@ -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)
|
||||
|
|
|
@ -7,4 +7,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/source-controller
|
||||
newName: fluxcd/source-controller
|
||||
newTag: latest
|
||||
newTag: v0.0.1-alpha.1
|
||||
|
|
Loading…
Reference in New Issue