diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5db17ed..93ee13ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project are documented in this file. +## 1.8.5 + +**Release date:** 2026-05-20 + +This patch release hardens path handling in the source reconcilers and updates +go-git to v5.19.1, which fixes +[CVE-2026-45571](https://github.com/advisories/GHSA-crhj-59gh-8x96) (crafted +repositories may modify the main and submodule `.git` directories) and +[CVE-2026-45570](https://github.com/advisories/GHSA-m7cr-m3pv-hgrp) (improper +single-quote escaping in the SSH transport). It also fixes Helm chart +resolution for OCI tags that encode semver build metadata, updates Helm to +v4.2.0 to align with helm-controller, and adds support for GCP sovereign cloud +artifact registries via the fluxcd/pkg update. + +Fixes: +- Improve path handling in source reconcilers + [#2055](https://github.com/fluxcd/source-controller/pull/2055) +- Support Helm semver encoding in OCI repositories + [#2051](https://github.com/fluxcd/source-controller/pull/2051) + +Improvements: +- Update Helm to v4.2.0 + [#2049](https://github.com/fluxcd/source-controller/pull/2049) +- Upgrade k8s to 1.36.1, c-r to 0.24.1, cli-utils to 1.2.1 + [#2052](https://github.com/fluxcd/source-controller/pull/2052) +- Update fluxcd/pkg dependencies + [#2056](https://github.com/fluxcd/source-controller/pull/2056) + ## 1.8.4 **Release date:** 2026-05-12 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1eea55c09..fc0ce5b74 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v1.8.4 + newTag: v1.8.5 diff --git a/go.mod b/go.mod index f447f8d5b..993217949 100644 --- a/go.mod +++ b/go.mod @@ -39,7 +39,7 @@ require ( github.com/fluxcd/pkg/tar v0.17.0 github.com/fluxcd/pkg/testserver v0.13.0 github.com/fluxcd/pkg/version v0.12.0 - github.com/fluxcd/source-controller/api v1.8.4 + github.com/fluxcd/source-controller/api v1.8.5 github.com/go-git/go-billy/v5 v5.9.0 github.com/go-git/go-git/v5 v5.19.1 github.com/go-logr/logr v1.4.3