Skip to content

Commit 06a570c

Browse files
committed
Add changelog entry for v1.8.5
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent 372d3f3 commit 06a570c

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project are documented in this file.
44

5+
## 1.8.5
6+
7+
**Release date:** 2026-05-20
8+
9+
This patch release hardens path handling in the source reconcilers and updates
10+
go-git to v5.19.1, which fixes
11+
[CVE-2026-45571](https://github.com/advisories/GHSA-crhj-59gh-8x96) (crafted
12+
repositories may modify the main and submodule `.git` directories) and
13+
[CVE-2026-45570](https://github.com/advisories/GHSA-m7cr-m3pv-hgrp) (improper
14+
single-quote escaping in the SSH transport). It also fixes Helm chart
15+
resolution for OCI tags that encode semver build metadata, updates Helm to
16+
v4.2.0 to align with helm-controller, and adds support for GCP sovereign cloud
17+
artifact registries via the fluxcd/pkg update.
18+
19+
Fixes:
20+
- Improve path handling in source reconcilers
21+
[#2055](https://github.com/fluxcd/source-controller/pull/2055)
22+
- Support Helm semver encoding in OCI repositories
23+
[#2051](https://github.com/fluxcd/source-controller/pull/2051)
24+
25+
Improvements:
26+
- Update Helm to v4.2.0
27+
[#2049](https://github.com/fluxcd/source-controller/pull/2049)
28+
- Upgrade k8s to 1.36.1, c-r to 0.24.1, cli-utils to 1.2.1
29+
[#2052](https://github.com/fluxcd/source-controller/pull/2052)
30+
- Update fluxcd/pkg dependencies
31+
[#2056](https://github.com/fluxcd/source-controller/pull/2056)
32+
533
## 1.8.4
634

735
**Release date:** 2026-05-12

0 commit comments

Comments
 (0)