File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-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.2
6+
7+ ** Release date:** 2026-04-07
8+
9+ This patch release fixes the Azure Blob prefix option not being passed
10+ to the storage client, and improves the error message when using encrypted
11+ SSH keys without a password.
12+
13+ Fixes:
14+ - Fix azure blob prefix option not passed
15+ [ #2014 ] ( https://github.com/fluxcd/source-controller/pull/2014 )
16+
17+ Improvements:
18+ - Improve error message for encrypted SSH keys without password
19+ [ #2013 ] ( https://github.com/fluxcd/source-controller/pull/2013 )
20+
521## 1.8.1
622
723** Release date:** 2026-03-12
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.1
9+ newTag : v1.8.2
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.1
42+ github.com/fluxcd/source-controller/api v1.8.2
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