diff --git a/CHANGELOG.md b/CHANGELOG.md index 85049d48..5af09ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project are documented in this file. +## 0.0.18 (2020-09-23) + +This prerelease fixes a reconciliation bug that prevented +resources recovering from transient errors. +Container images for ARMv7 and ARMv8 are published to +`ghcr.io/fluxcd/source-controller-arm64`. +The Helm package was updated to v3.3.4. + ## 0.0.17 (2020-09-18) This prerelease comes with support for S3 compatible storage sources diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 016fc58f..3b4b58dd 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.17 + newTag: v0.0.18 diff --git a/go.mod b/go.mod index 913bbcdd..43c0017c 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/fluxcd/pkg/runtime v0.0.3 github.com/fluxcd/pkg/ssh v0.0.5 github.com/fluxcd/pkg/untar v0.0.5 - github.com/fluxcd/source-controller/api v0.0.17 + github.com/fluxcd/source-controller/api v0.0.18 github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-git/v5 v5.1.0 github.com/go-logr/logr v0.1.0