|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 45 | ## 0.32.0 |
4 | 46 |
|
5 | 47 | **Release date:** 2024-05-06 |
|
0 commit comments