File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 1.9.4
6+
7+ ** Release date:** 2026-08-07
8+
9+ This patch release aligns Helm repository index loading with upstream Helm v4 by
10+ skipping empty entries, improves the error handling in the ` Bucket ` reconciler
11+ for optional fields in Azure responses, resolves OCI Helm charts by digest so
12+ that verification and download operate on the same content, and limits GCS
13+ static authentication to secrets holding service account keys. It also updates
14+ the fluxcd/pkg dependencies, which align the ECR host detection with upstream.
15+
16+ Fixes:
17+ - Align index loading with upstream Helm v4
18+ [ #2121 ] ( https://github.com/fluxcd/source-controller/pull/2121 )
19+ - Improve error handling in Bucket reconciliation
20+ [ #2123 ] ( https://github.com/fluxcd/source-controller/pull/2123 )
21+ - Pin OCI chart verification by digest
22+ [ #2125 ] ( https://github.com/fluxcd/source-controller/pull/2125 )
23+ - Limit GCS static authentication to service account keys
24+ [ #2130 ] ( https://github.com/fluxcd/source-controller/pull/2130 )
25+
26+ Improvements:
27+ - Update fluxcd/pkg dependencies
28+ [ #2131 ] ( https://github.com/fluxcd/source-controller/pull/2131 )
29+
530## 1.9.3
631
732** Release date:** 2026-07-13
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v1.9.3
9+ newTag : v1.9.4
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ require (
4040 github.com/fluxcd/pkg/tar v1.2.0
4141 github.com/fluxcd/pkg/testserver v0.14.0
4242 github.com/fluxcd/pkg/version v0.16.0
43- github.com/fluxcd/source-controller/api v1.9.3
43+ github.com/fluxcd/source-controller/api v1.9.4
4444 github.com/go-git/go-billy/v5 v5.9.0
4545 github.com/go-git/go-git/v5 v5.19.1
4646 github.com/go-logr/logr v1.4.3
You can’t perform that action at this time.
0 commit comments