Merge pull request #64 from fluxcd/release-v0.0.1

Release v0.0.1
This commit is contained in:
Hidde Beydals 2020-06-24 16:35:31 +02:00 committed by GitHub
commit bc558eb00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
All notable changes to this project are documented in this file.
## 0.0.1 (2020-06-24)
This is the first prerelease ready for public testing. To get started
testing, see the [GitOps Toolkit guide](https://toolkit.fluxcd.io/get-started/).
## 0.0.1-beta.2 (2020-06-10)
This beta release comes with improvements to the
@ -62,4 +67,4 @@ 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).
[Source Controller Proposal](https://github.com/fluxcd/source-controller/tree/master/docs/spec).

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.0.1-beta.2
newTag: v0.0.1

View File

@ -1,4 +1,4 @@
# Source Controller Proposal
# Source Controller
The main goal is to define a set of Kubernetes objects that cluster
admins and various automated operators can interact with to offload