Skip to content

Commit

Permalink
Merge pull request #383 from aryan9600/release-v0.28.0
Browse files Browse the repository at this point in the history
Release v0.28.0
  • Loading branch information
stefanprodan committed May 26, 2023
2 parents 35eb9c6 + f74a247 commit 0a35c15
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-reflector-controller
newName: fluxcd/image-reflector-controller
newTag: v0.27.2
newTag: v0.28.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a35c15

Please sign in to comment.