Skip to content

Commit bc558eb

Browse files
authored
Merge pull request #64 from fluxcd/release-v0.0.1
Release v0.0.1
2 parents 042f366 + 283c0a5 commit bc558eb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.0.1 (2020-06-24)
6+
7+
This is the first prerelease ready for public testing. To get started
8+
testing, see the [GitOps Toolkit guide](https://toolkit.fluxcd.io/get-started/).
9+
510
## 0.0.1-beta.2 (2020-06-10)
611

712
This beta release comes with improvements to the
@@ -62,4 +67,4 @@ This is the first alpha release of source controller.
6267
The controller is an implementation of the
6368
[source.fluxcd.io/v1alpha1](https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1) API
6469
based on the specifications described in the
65-
[Source Controller Proposal](https://github.com/fluxcd/source-controller/tree/master/docs/spec).
70+
[Source Controller Proposal](https://github.com/fluxcd/source-controller/tree/master/docs/spec).

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.0.1-beta.2
9+
newTag: v0.0.1

docs/spec/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source Controller Proposal
1+
# Source Controller
22

33
The main goal is to define a set of Kubernetes objects that cluster
44
admins and various automated operators can interact with to offload

0 commit comments

Comments
 (0)