File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.24.1
4+
5+ ** Release date:** 2022-08-10
6+
7+ This prerelease comes with panic recovery, to protect the controller from
8+ crashing when reconciliations lead to a crash.
9+
10+ Improvements:
11+ - Enable RecoverPanic
12+ [ #416 ] ( https://github.com/fluxcd/image-automation-controller/pull/416 )
13+
314## 0.24.0
415
516** Release date:** 2022-08-09
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.24.0
8+ newTag : v0.24.1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 github.com/Masterminds/sprig/v3 v3.2.2
1919 github.com/ProtonMail/go-crypto v0.0.0-20220730123233-d6ffb7692adf
2020 github.com/cyphar/filepath-securejoin v0.2.3
21- github.com/fluxcd/image-automation-controller/api v0.24.0
21+ github.com/fluxcd/image-automation-controller/api v0.24.1
2222 github.com/fluxcd/image-reflector-controller/api v0.20.0
2323 github.com/fluxcd/pkg/apis/acl v0.0.3
2424 github.com/fluxcd/pkg/apis/meta v0.14.2
You can’t perform that action at this time.
0 commit comments