File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.37.0
4+
5+ ** Release date:** 2023-12-11
6+
7+ This prerelease comes with updates to the controller's YAML parser and fixes
8+ all the issues with YAML multi-line strings being flattened.
9+
10+ In addition, the controller dependencies have been updated to Kubernetes 1.28
11+ and the container base image has been updated to Alpine 3.19.
12+
13+ Improvements:
14+ - Remove dependence on ` kustomize/setters2 `
15+ [ #604 ] ( https://github.com/fluxcd/image-automation-controller/pull/604 )
16+ - Update dependencies to Kubernetes v1.28
17+ [ #605 ] ( https://github.com/fluxcd/image-automation-controller/pull/605 )
18+ - Update Git dependencies
19+ [ #607 ] ( https://github.com/fluxcd/image-automation-controller/pull/607 )
20+ - build: update Alpine to 3.19
21+ [ #610 ] ( https://github.com/fluxcd/image-automation-controller/pull/610 )
22+ - Update Kustomize to v5.3.0
23+ [ #611 ] ( https://github.com/fluxcd/image-automation-controller/pull/611 )
24+ - Update dependencies
25+ [ #613 ] ( https://github.com/fluxcd/image-automation-controller/pull/613 )
26+
327## 0.36.1
428
529** Release date:** 2023-09-18
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.36.1
8+ newTag : v0.37.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/Masterminds/sprig/v3 v3.2.3
1616 github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e
1717 github.com/cyphar/filepath-securejoin v0.2.4
18- github.com/fluxcd/image-automation-controller/api v0.36.1
18+ github.com/fluxcd/image-automation-controller/api v0.37.0
1919 github.com/fluxcd/image-reflector-controller/api v0.31.1
2020 github.com/fluxcd/pkg/apis/acl v0.1.0
2121 github.com/fluxcd/pkg/apis/event v0.6.0
You can’t perform that action at this time.
0 commit comments