From cb95a817867446459df0d7ffac52619660a78a66 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Wed, 8 Oct 2025 13:59:20 +0100 Subject: [PATCH] Add changelog entry for v1.7.2 Signed-off-by: Matheus Pimenta (cherry picked from commit 5aa403727707588ffe4b7581d92eec0a4f813397) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f099617c4..534c65698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project are documented in this file. +## 1.7.2 + +**Release date:** 2025-10-08 + +This patch release comes with various dependency updates. + +The controller is now built with Go 1.25.2 which includes +fixes for vulnerabilities in the Go stdlib: +[CVE-2025-58183](https://github.com/golang/go/issues/75677), +[CVE-2025-58188](https://github.com/golang/go/issues/75675) +and many others. The full list of security fixes can be found +[here](https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ). + +Improvements: +- Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 + [#1908](https://github.com/fluxcd/source-controller/pull/1908) + ## 1.7.1 **Release date:** 2025-10-06