Merge pull request #58 from fluxcd/release-v0.0.1-beta.1
Release v0.0.1-beta.1
This commit is contained in:
commit
6b2556d294
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 0.0.1-beta.1 (2020-05-29)
|
||||||
|
|
||||||
|
This is the first beta release of source controller. This release adds
|
||||||
|
support for [excluding files](https://github.com/fluxcd/source-controller/pull/55)
|
||||||
|
when packaging artifacts from Git repositories.
|
||||||
|
|
||||||
## 0.0.1-alpha.6 (2020-05-06)
|
## 0.0.1-alpha.6 (2020-05-06)
|
||||||
|
|
||||||
This alpha release comes with [improvements](https://github.com/fluxcd/source-controller/pull/52)
|
This alpha release comes with [improvements](https://github.com/fluxcd/source-controller/pull/52)
|
||||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/source-controller
|
- name: fluxcd/source-controller
|
||||||
newName: fluxcd/source-controller
|
newName: fluxcd/source-controller
|
||||||
newTag: v0.0.1-alpha.6
|
newTag: v0.0.1-beta.1
|
||||||
|
|
Loading…
Reference in New Issue