From 73a1517acb22bde67538c3e72c7046f5397e9ae7 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 12 Mar 2026 11:32:17 +0000 Subject: [PATCH] Add changelog entry for v1.8.1 Signed-off-by: Matheus Pimenta (cherry picked from commit b900dcc1c22d079deefc1407e6616f0cbddcf6bb) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5e14d8a..f9c6a4344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project are documented in this file. +## 1.8.1 + +**Release date:** 2026-03-12 + +This patch release fixes Azure Container Registry authentication by using the +ACR-specific auth scope instead of the generic registry scope. + +Improvements: +- Remove no longer needed workaround for Flux 2.8 + [#1993](https://github.com/fluxcd/source-controller/pull/1993) +- Update fluxcd/pkg dependencies + [#2001](https://github.com/fluxcd/source-controller/pull/2001) + [#2005](https://github.com/fluxcd/source-controller/pull/2005) + ## 1.8.0 **Release date:** 2026-02-17