File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 1.8.1
6+
7+ ** Release date:** 2026-03-12
8+
9+ This patch release fixes Azure Container Registry authentication by using the
10+ ACR-specific auth scope instead of the generic registry scope.
11+
12+ Improvements:
13+ - Remove no longer needed workaround for Flux 2.8
14+ [ #1993 ] ( https://github.com/fluxcd/source-controller/pull/1993 )
15+ - Update fluxcd/pkg dependencies
16+ [ #2001 ] ( https://github.com/fluxcd/source-controller/pull/2001 )
17+ [ #2005 ] ( https://github.com/fluxcd/source-controller/pull/2005 )
18+
519## 1.8.0
620
721** Release date:** 2026-02-17
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v1.8.0
9+ newTag : v1.8.1
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ require (
3939 github.com/fluxcd/pkg/tar v0.17.0
4040 github.com/fluxcd/pkg/testserver v0.13.0
4141 github.com/fluxcd/pkg/version v0.12.0
42- github.com/fluxcd/source-controller/api v1.8.0
42+ github.com/fluxcd/source-controller/api v1.8.1
4343 github.com/go-git/go-billy/v5 v5.7.0
4444 github.com/go-git/go-git/v5 v5.16.5
4545 github.com/go-logr/logr v1.4.3
You can’t perform that action at this time.
0 commit comments