diff --git a/CHANGELOG.md b/CHANGELOG.md index 629608b5..b5c51f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project are documented in this file. +## 0.0.1-alpha.4 (2020-04-28) + +This alpha release comes with [integrity checks](https://github.com/fluxcd/source-controller/pull/45) +for artifacts produced from Git repositories. + ## 0.0.1-alpha.3 (2020-04-27) This alpha release contains a [bug fix](https://github.com/fluxcd/source-controller/pull/42) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1d4748ca..0779bd05 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.0.1-alpha.3 + newTag: v0.0.1-alpha.4