File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.29.0
4
+
5
+ ** Release date:** 2023-02-01
6
+
7
+ This prerelease disables caching of Secrets and ConfigMaps to improve memory
8
+ usage. To opt-out from this behavior, start the controller with:
9
+ ` --feature-gates=CacheSecretsAndConfigMaps=true ` .
10
+
11
+ In addition, the controller dependencies have been updated to Kubernetes
12
+ v1.26.1 and controller-runtime v0.14.2. The controller base image has been
13
+ updated to Alpine 3.17.
14
+
15
+ Improvements:
16
+ - build: Enable SBOM and SLSA Provenance
17
+ [ #478 ] ( https://github.com/fluxcd/image-automation-controller/pull/478 )
18
+ - Disable caching of Secrets and ConfigMaps
19
+ [ #479 ] ( https://github.com/fluxcd/image-automation-controller/pull/479 )
20
+ - Update dependencies
21
+ [ #480 ] ( https://github.com/fluxcd/image-automation-controller/pull/480 )
22
+
3
23
## 0.28.0
4
24
5
25
** Release date:** 2022-12-21
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-automation-controller
7
7
newName : fluxcd/image-automation-controller
8
- newTag : v0.28 .0
8
+ newTag : v0.29 .0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/ProtonMail/go-crypto v0.0.0-20230201104953-d1d05f4e2bfb
11
11
github.com/cyphar/filepath-securejoin v0.2.3
12
12
github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4
13
- github.com/fluxcd/image-automation-controller/api v0.28 .0
13
+ github.com/fluxcd/image-automation-controller/api v0.29 .0
14
14
github.com/fluxcd/image-reflector-controller/api v0.24.0
15
15
github.com/fluxcd/pkg/apis/acl v0.1.0
16
16
github.com/fluxcd/pkg/apis/event v0.3.0
You can’t perform that action at this time.
0 commit comments