Skip to content

Commit 6b10a9e

Browse files
authored
Merge pull request #2132 from fluxcd/release-v1.9.4
Release v1.9.4
2 parents 9dbb071 + 5e277c3 commit 6b10a9e

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All 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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v1.9.3
9+
newTag: v1.9.4

go.mod

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

0 commit comments

Comments
 (0)