Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.32.0 #559

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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