Skip to content

Commit 6b2556d

Browse files
authored
Merge pull request #58 from fluxcd/release-v0.0.1-beta.1
Release v0.0.1-beta.1
2 parents 7352bce + a45536a commit 6b2556d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## 0.0.1-beta.1 (2020-05-29)
6+
7+
This is the first beta release of source controller. This release adds
8+
support for [excluding files](https://github.com/fluxcd/source-controller/pull/55)
9+
when packaging artifacts from Git repositories.
10+
511
## 0.0.1-alpha.6 (2020-05-06)
612

713
This alpha release comes with [improvements](https://github.com/fluxcd/source-controller/pull/52)

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-alpha.6
9+
newTag: v0.0.1-beta.1

0 commit comments

Comments
 (0)