Skip to content

Commit e1b0d6f

Browse files
authored
Merge pull request #2022 from fluxcd/release-v1.8.2
Release v1.8.2
2 parents 725815b + 0f11ff8 commit e1b0d6f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All 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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v1.8.1
9+
newTag: v1.8.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)