From 8ef62fabd96561e227d785312043a171765e2117 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 26 May 2021 15:21:47 +0200 Subject: [PATCH] Release v0.10.0 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 15 +++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dab69af..4826dccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.10.0 + +**Release date:** 2021-05-26 + +This prerelease updates the source-controller dependencies to `v0.13.0` +to include changes to Git and OpenPGP related dependencies. + +Improvements: +* Update source-controller to v0.13.0 + [#169](https://github.com/fluxcd/image-automation-controller/pull/169) +* Switch to `github.com/ProtonMail/go-crypto/openpgp` + [#169](https://github.com/fluxcd/image-automation-controller/pull/169) +* Update source-controller/api to v0.13.0 + [#170](https://github.com/fluxcd/image-automation-controller/pull/170) + ## 0.9.1 **Release date:** 2021-05-06 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0bd6ff5c..771f5700 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-automation-controller newName: fluxcd/image-automation-controller - newTag: v0.9.1 + newTag: v0.10.0 diff --git a/go.mod b/go.mod index dd6a2bfa..6f5121de 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api require ( github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 github.com/cyphar/filepath-securejoin v0.2.2 - github.com/fluxcd/image-automation-controller/api v0.9.1 + github.com/fluxcd/image-automation-controller/api v0.10.0 // If you bump this, change REFLECTOR_VER in the Makefile to match github.com/fluxcd/image-reflector-controller/api v0.9.1 github.com/fluxcd/pkg/apis/meta v0.9.0