Skip to content

Commit d14492b

Browse files
authored
Merge pull request #26 from fluxcd/release-v0.0.1-alpha.1
Release v0.0.1-alpha.1
2 parents ecc2c62 + 7c35de9 commit d14492b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project are documented in this file.
4+
5+
## 0.0.1-alpha.1 (2020-04-16)
6+
7+
This is the first alpha release of source controller.
8+
The controller is an implementation of the
9+
[source.fluxcd.io/v1alpha1](https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1) API
10+
based on the specifications described in the
11+
[Source Controller Proposal](https://github.com/fluxcd/source-controller/tree/master/docs/spec).

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Source controller
22

3-
Experimental source manager and artifact provider.
3+
The source-controller is an implementation of the
4+
[source.fluxcd.io](https://github.com/fluxcd/source-controller/tree/master/docs/spec/v1alpha1) API
5+
based on the specifications described in the
6+
[Source Controller Proposal](https://github.com/fluxcd/source-controller/tree/master/docs/spec).
7+
8+
Integrations:
9+
* [kustomize-controller](https://github.com/fluxcd/kustomize-controller)

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ resources:
77
images:
88
- name: fluxcd/source-controller
99
newName: fluxcd/source-controller
10-
newTag: latest
10+
newTag: v0.0.1-alpha.1

0 commit comments

Comments
 (0)