Skip to content

Commit dfa82b6

Browse files
authored
Merge pull request #730 from fluxcd/release-v0.34.0
Release v0.34.0
2 parents 228dc28 + 2ed1583 commit dfa82b6

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-reflector-controller
77
newName: fluxcd/image-reflector-controller
8-
newTag: v0.33.0
8+
newTag: v0.34.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)