From f74a247cc8338097043dffdd3a3f476972f8924c Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Fri, 26 May 2023 18:31:03 +0530 Subject: [PATCH] Release v0.28.0 Signed-off-by: Sanskar Jaiswal --- CHANGELOG.md | 18 ++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a0c939..8d559a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.28.0 + +**Release date:** 2023-05-26 + +This prerelease comes with support for Kubernetes v1.27 and updates to the +controller's dependencies. + +Improvements: + +- Update dependencies and Kubernetes to 1.27.2 + [#378](https://github.com/fluxcd/image-reflector-controller/pull/378) +- Remove the tini supervisor + [#379](https://github.com/fluxcd/image-reflector-controller/pull/379) +- Update workflows and enable dependabot + [#380](https://github.com/fluxcd/image-reflector-controller/pull/380) +- Bump github/codeql-action from 2.3.3 to 2.3.4 + [#381](https://github.com/fluxcd/image-reflector-controller/pull/381) + ## 0.27.2 **Release date:** 2023-05-12 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9c341b6c..e0e4db7b 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.27.2 + newTag: v0.28.0 diff --git a/go.mod b/go.mod index f98576aa..a0d3654c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 github.com/Masterminds/semver/v3 v3.2.1 github.com/dgraph-io/badger/v3 v3.2103.5 - github.com/fluxcd/image-reflector-controller/api v0.27.2 + github.com/fluxcd/image-reflector-controller/api v0.28.0 github.com/fluxcd/pkg/apis/acl v0.1.0 github.com/fluxcd/pkg/apis/event v0.5.0 github.com/fluxcd/pkg/apis/meta v1.1.0