Skip to content

Commit d5e199b

Browse files
authored
Merge pull request #614 from fluxcd/releaase-v0.37.0
Release v0.37.0
2 parents 6b6b836 + 0055364 commit d5e199b

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

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-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.36.1
8+
newTag: v0.37.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)