We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7352bce + a45536a commit 6b2556dCopy full SHA for 6b2556d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project are documented in this file.
4
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
11
## 0.0.1-alpha.6 (2020-05-06)
12
13
This alpha release comes with [improvements](https://github.com/fluxcd/source-controller/pull/52)
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
- newTag: v0.0.1-alpha.6
+ newTag: v0.0.1-beta.1
0 commit comments