Skip to content

Commit

Permalink
Release v0.31.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny <github@darkowlzz.space>
  • Loading branch information
darkowlzz committed Feb 1, 2024
1 parent b9d97f0 commit 6950e5a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.31.2

**Release date:** 2024-02-01

This prerelease comes with an update to the Kubernetes dependencies to
v1.28.6 and various other dependencies have been updated to their latest version
to patch upstream CVEs.

In addition, the controller is now built with Go 1.21.

Improvements:
- ci: Enable dependabot gomod updates
[#495](https://github.com/fluxcd/image-reflector-controller/pull/495)
- Update Go to 1.21
[#493](https://github.com/fluxcd/image-reflector-controller/pull/493)
- tests/int: Add separate resource cleanup step
[#489](https://github.com/fluxcd/image-reflector-controller/pull/489)
- Various dependency updates
[#501](https://github.com/fluxcd/image-reflector-controller/pull/501)
[#499](https://github.com/fluxcd/image-reflector-controller/pull/499)
[#498](https://github.com/fluxcd/image-reflector-controller/pull/498)
[#496](https://github.com/fluxcd/image-reflector-controller/pull/496)
[#494](https://github.com/fluxcd/image-reflector-controller/pull/494)
[#492](https://github.com/fluxcd/image-reflector-controller/pull/492)
[#490](https://github.com/fluxcd/image-reflector-controller/pull/490)
[#484](https://github.com/fluxcd/image-reflector-controller/pull/484)
[#483](https://github.com/fluxcd/image-reflector-controller/pull/483)

## 0.31.1

**Release date:** 2023-12-11
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.31.1
newTag: v0.31.2
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-20230811130428-ced1acdcaa24
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.31.1
github.com/fluxcd/image-reflector-controller/api v0.31.2
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.7.0
github.com/fluxcd/pkg/apis/meta v1.3.0
Expand Down

0 comments on commit 6950e5a

Please sign in to comment.