File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.34.0
4+
5+ ** Release date:** 2025-02-13
6+
7+ This prerelease comes with various bug fixes and improvements.
8+
9+ In addition, the Kubernetes dependencies have been updated to v1.32.1
10+ and various other controller dependencies have been updated to their latest
11+ version.
12+
13+ Fixes:
14+ - Remove deprecated object metrics from controllers
15+ [ #677 ] ( https://github.com/fluxcd/image-reflector-controller/pull/677 )
16+ - Various CI fixes
17+ [ #678 ] ( https://github.com/fluxcd/image-reflector-controller/pull/678 )
18+ [ #688 ] ( https://github.com/fluxcd/image-reflector-controller/pull/688 )
19+
20+ Improvements:
21+ - Various dependency updates
22+ [ #647 ] ( https://github.com/fluxcd/image-reflector-controller/pull/647 )
23+ [ #682 ] ( https://github.com/fluxcd/image-reflector-controller/pull/682 )
24+ [ #683 ] ( https://github.com/fluxcd/image-reflector-controller/pull/683 )
25+ [ #687 ] ( https://github.com/fluxcd/image-reflector-controller/pull/687 )
26+ [ #698 ] ( https://github.com/fluxcd/image-reflector-controller/pull/698 )
27+ [ #717 ] ( https://github.com/fluxcd/image-reflector-controller/pull/717 )
28+ [ #725 ] ( https://github.com/fluxcd/image-reflector-controller/pull/725 )
29+ [ #728 ] ( https://github.com/fluxcd/image-reflector-controller/pull/728 )
30+
331## 0.33.0
432
533** Release date:** 2024-09-26
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/image-reflector-controller
77 newName : fluxcd/image-reflector-controller
8- newTag : v0.33 .0
8+ newTag : v0.34 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/Masterminds/semver/v3 v3.3.1
1010 github.com/dgraph-io/badger/v3 v3.2103.5
1111 github.com/elazarl/goproxy v1.7.0
12- github.com/fluxcd/image-reflector-controller/api v0.33 .0
12+ github.com/fluxcd/image-reflector-controller/api v0.34 .0
1313 github.com/fluxcd/pkg/apis/acl v0.6.0
1414 github.com/fluxcd/pkg/apis/event v0.16.0
1515 github.com/fluxcd/pkg/apis/meta v1.10.0
You can’t perform that action at this time.
0 commit comments