From b900dcc1c22d079deefc1407e6616f0cbddcf6bb Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 12 Mar 2026 11:32:17 +0000 Subject: [PATCH 1/2] Add changelog entry for v1.8.1 Signed-off-by: Matheus Pimenta --- 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 From 664a42c3f4c187c3bd5b7bd3eec28cabafcd3ba2 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 12 Mar 2026 11:36:12 +0000 Subject: [PATCH 2/2] Release v1.8.1 Signed-off-by: Matheus Pimenta --- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c1105100a..9cdf58b5d 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.0 + newTag: v1.8.1 diff --git a/go.mod b/go.mod index 619bc2382..b15d5f77c 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.0 + github.com/fluxcd/source-controller/api v1.8.1 github.com/go-git/go-billy/v5 v5.7.0 github.com/go-git/go-git/v5 v5.16.5 github.com/go-logr/logr v1.4.3