commit
bc558eb00f
|
@ -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).
|
||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/source-controller
|
||||
newName: fluxcd/source-controller
|
||||
newTag: v0.0.1-beta.2
|
||||
newTag: v0.0.1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue