File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.30.0
4+
5+ ** Release date:** 2023-02-16
6+
7+ This prerelease comes with support for the new ` ImagePolicy ` v1beta2 API. See
8+ [ image-reflector-controller
9+ changelog] ( https://github.com/fluxcd/image-reflector-controller/blob/v0.25.0/CHANGELOG.md#0250 )
10+ for instructions about updating the ` ImagePolicies ` .
11+
12+ :warning : Also note that the autologin flags in image-reflector-controller have
13+ been deprecated and the ` ImageRepositories ` that use the autologin feature have
14+ to be updated with ` .spec.provider ` field to continue working. Refer the
15+ [ docs] ( https://fluxcd.io/flux/components/image/imagerepositories/#provider ) for
16+ details and examples.
17+
18+ In addition, the controller dependencies have been updated to their latest
19+ versions.
20+
21+ Improvements:
22+ - Set rate limiter option in test reconcilers
23+ [ #475 ] ( https://github.com/fluxcd/image-automation-controller/pull/475 )
24+ - Update dependencies
25+ [ #486 ] ( https://github.com/fluxcd/image-automation-controller/pull/486 )
26+ - Update image-reflector API to v1beta2
27+ [ #485 ] ( https://github.com/fluxcd/image-automation-controller/pull/485 )
28+
329## 0.29.0
430
531** Release date:** 2023-02-01
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.29 .0
8+ newTag : v0.30 .0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/ProtonMail/go-crypto v0.0.0-20230214155104-81033d7f4442
1111 github.com/cyphar/filepath-securejoin v0.2.3
1212 github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4
13- github.com/fluxcd/image-automation-controller/api v0.29 .0
13+ github.com/fluxcd/image-automation-controller/api v0.30 .0
1414 github.com/fluxcd/image-reflector-controller/api v0.25.0
1515 github.com/fluxcd/pkg/apis/acl v0.1.0
1616 github.com/fluxcd/pkg/apis/event v0.4.0
You can’t perform that action at this time.
0 commit comments