From 663dc1d6f651dae531ce7d2a7ffff7995041090c Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 21 Apr 2026 10:27:34 +0100 Subject: [PATCH] Add changelog entry for v1.8.3 Signed-off-by: Matheus Pimenta (cherry picked from commit 489330c88f4ac7761e5a2dec614846682a7fca5b) Signed-off-by: Matheus Pimenta --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5992fcab..8852e62c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project are documented in this file. +## 1.8.3 + +**Release date:** 2026-04-21 + +This patch release updates go-git to v5.18.0, which includes performance +improvements for Git operations, and comes with dependency updates. + +Improvements: +- Update go-git to v5.18.0 (includes perf improvements) + [#2031](https://github.com/fluxcd/source-controller/pull/2031) + [#2036](https://github.com/fluxcd/source-controller/pull/2036) + ## 1.8.2 **Release date:** 2026-04-07