Skip to content

Commit 3a0a071

Browse files
authored
Merge pull request #641 from fluxcd/release-v0.33.0
Release v0.33.0
2 parents 02b6beb + f89ff04 commit 3a0a071

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## 0.33.0
4+
5+
**Release date:** 2024-09-26
6+
7+
This prerelease comes with support for using proxy for communications with the
8+
container registry using the new `.spec.proxySecretRef` field on
9+
`ImageRepository` objects.
10+
11+
In addition, the Kubernetes dependencies have been updated to v1.31.1
12+
and various other controller dependencies have been updated to their latest
13+
version. The controller is now built with Go 1.23.
14+
15+
Fixes:
16+
- Fix incorrect use of format strings with the conditions package
17+
[#598](https://github.com/fluxcd/image-reflector-controller/pull/598)
18+
19+
Improvements:
20+
- Add proxy support for ImageRepository API
21+
[#627](https://github.com/fluxcd/image-reflector-controller/pull/627)
22+
- Build with Go 1.23
23+
[#623](https://github.com/fluxcd/image-reflector-controller/pull/623)
24+
- Add workflow for AWS tests & document the setup
25+
[#570](https://github.com/fluxcd/image-reflector-controller/pull/570)
26+
- Various dependency updates
27+
[#566](https://github.com/fluxcd/image-reflector-controller/pull/566)
28+
[#567](https://github.com/fluxcd/image-reflector-controller/pull/567)
29+
[#576](https://github.com/fluxcd/image-reflector-controller/pull/576)
30+
[#578](https://github.com/fluxcd/image-reflector-controller/pull/578)
31+
[#589](https://github.com/fluxcd/image-reflector-controller/pull/589)
32+
[#599](https://github.com/fluxcd/image-reflector-controller/pull/599)
33+
[#600](https://github.com/fluxcd/image-reflector-controller/pull/600)
34+
[#601](https://github.com/fluxcd/image-reflector-controller/pull/601)
35+
[#615](https://github.com/fluxcd/image-reflector-controller/pull/615)
36+
[#618](https://github.com/fluxcd/image-reflector-controller/pull/618)
37+
[#620](https://github.com/fluxcd/image-reflector-controller/pull/620)
38+
[#622](https://github.com/fluxcd/image-reflector-controller/pull/622)
39+
[#621](https://github.com/fluxcd/image-reflector-controller/pull/621)
40+
[#625](https://github.com/fluxcd/image-reflector-controller/pull/625)
41+
[#633](https://github.com/fluxcd/image-reflector-controller/pull/633)
42+
[#639](https://github.com/fluxcd/image-reflector-controller/pull/639)
43+
[#640](https://github.com/fluxcd/image-reflector-controller/pull/640)
44+
345
## 0.32.0
446

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

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.32.0
8+
newTag: v0.33.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.0
1010
github.com/dgraph-io/badger/v3 v3.2103.5
1111
github.com/elazarl/goproxy v0.0.0-20240726154733-8b0c20506380
12-
github.com/fluxcd/image-reflector-controller/api v0.32.0
12+
github.com/fluxcd/image-reflector-controller/api v0.33.0
1313
github.com/fluxcd/pkg/apis/acl v0.3.0
1414
github.com/fluxcd/pkg/apis/event v0.10.1
1515
github.com/fluxcd/pkg/apis/meta v1.6.1

0 commit comments

Comments
 (0)