Skip to content

Commit

Permalink
Release v0.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny <github@darkowlzz.space>
  • Loading branch information
darkowlzz committed Apr 17, 2024
1 parent 84e96db commit 9c5636f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 0.32.0

**Release date:** 2024-05-06

This prerelease comes with an update to the Kubernetes dependencies to v1.30.0
and various other controller dependencies have been updated to their latest
version. In addition, the controller is now built with Go 1.22.

Improvements:
- docs: Remove references to aad pod identity
[#557](https://github.com/fluxcd/image-reflector-controller/pull/557)
- Update dependencies to Kubernetes 1.30
[#551](https://github.com/fluxcd/image-reflector-controller/pull/551)
- Add note to restart image-reflector-controller after AWS IAM role change
[#508](https://github.com/fluxcd/image-reflector-controller/pull/508)
- Update dependencies to Go 1.22 and Kubernetes 1.29.3
[#535](https://github.com/fluxcd/image-reflector-controller/pull/535)
- updating controller-gen to v0.14.0
[#519](https://github.com/fluxcd/image-reflector-controller/pull/519)
- Add ImageRepository TLS test
[#511](https://github.com/fluxcd/image-reflector-controller/pull/511)
- Various dependency updates
[#504](https://github.com/fluxcd/image-reflector-controller/pull/504)
[#515](https://github.com/fluxcd/image-reflector-controller/pull/515)
[#529](https://github.com/fluxcd/image-reflector-controller/pull/529)
[#534](https://github.com/fluxcd/image-reflector-controller/pull/534)
[#538](https://github.com/fluxcd/image-reflector-controller/pull/538)
[#549](https://github.com/fluxcd/image-reflector-controller/pull/549)
[#546](https://github.com/fluxcd/image-reflector-controller/pull/546)
[#545](https://github.com/fluxcd/image-reflector-controller/pull/545)
[#544](https://github.com/fluxcd/image-reflector-controller/pull/544)
[#553](https://github.com/fluxcd/image-reflector-controller/pull/553)
[#555](https://github.com/fluxcd/image-reflector-controller/pull/555)

## 0.31.2

**Release date:** 2024-02-01
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.2
newTag: v0.32.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-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.2
github.com/fluxcd/image-reflector-controller/api v0.32.0
github.com/fluxcd/pkg/apis/acl v0.3.0
github.com/fluxcd/pkg/apis/event v0.9.0
github.com/fluxcd/pkg/apis/meta v1.5.0
Expand Down

0 comments on commit 9c5636f

Please sign in to comment.