File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
323## 0.28.0
424
525** Release date:** 2022-12-21
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.28 .0
8+ newTag : v0.29 .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-20230201104953-d1d05f4e2bfb
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.28 .0
13+ github.com/fluxcd/image-automation-controller/api v0.29 .0
1414 github.com/fluxcd/image-reflector-controller/api v0.24.0
1515 github.com/fluxcd/pkg/apis/acl v0.1.0
1616 github.com/fluxcd/pkg/apis/event v0.3.0
You can’t perform that action at this time.
0 commit comments