From e3a473981644d51145d42c2dffa4dfc5d588bd96 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Mon, 21 Mar 2022 10:27:07 +0100 Subject: [PATCH] Release v0.17.0 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0da106..10dccd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 0.17.0 + +**Release date:** 2022-03-21 + +This prerelease updates various dependencies to their latest versions, thereby +eliminating at least 13 OSVs, and preparing the code base for more standardized +controller runtime operations. + +In addition, the Azure Scope has been fixed to work correctly with Azure +Environment Credentials. + +Improvements: +- Refactor logging to be more consistent + [#232](https://github.com/fluxcd/image-reflector-controller/pull/232) +- Update dependencies + [#234](https://github.com/fluxcd/image-reflector-controller/pull/234) + [#236](https://github.com/fluxcd/image-reflector-controller/pull/236) + [#238](https://github.com/fluxcd/image-reflector-controller/pull/238) +- Update `pkg/runtime` and `apis/meta` + [#235](https://github.com/fluxcd/image-reflector-controller/pull/235) + +Fixes: +- Invalid Azure Scope + [#231](https://github.com/fluxcd/image-reflector-controller/pull/231) +- Refactor registry test code and fix fuzz integration + [#233](https://github.com/fluxcd/image-reflector-controller/pull/233) +- Run tidy before Go test + [#240](https://github.com/fluxcd/image-reflector-controller/pull/240) + ## 0.16.0 **Release date:** 2022-01-31 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 760d9d59..1c1d463f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-reflector-controller newName: fluxcd/image-reflector-controller - newTag: v0.16.0 + newTag: v0.17.0 diff --git a/go.mod b/go.mod index 33258c16..e42c9f69 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/Masterminds/semver/v3 v3.1.1 github.com/aws/aws-sdk-go v1.43.20 github.com/dgraph-io/badger/v3 v3.2103.2 - github.com/fluxcd/image-reflector-controller/api v0.16.0 + github.com/fluxcd/image-reflector-controller/api v0.17.0 github.com/fluxcd/pkg/apis/acl v0.0.3 github.com/fluxcd/pkg/apis/meta v0.12.1 github.com/fluxcd/pkg/runtime v0.13.2