File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.25.8
6
+
7
+ ** Release date:** 2022-06-24
8
+
9
+ This prerelease fixes an authentication issue when using libgit2 managed
10
+ transport to checkout repos on BitBucket server.
11
+
12
+ Fixes:
13
+ - set request auth if both username and password are non empty
14
+ [ #794 ] ( https://github.com/fluxcd/source-controller/pull/794 )
15
+
16
+ Improvements:
17
+ - libgit2/managed/http: test for incomplete creds
18
+ [ #796 ] ( https://github.com/fluxcd/source-controller/pull/796 )
19
+
5
20
## 0.25.7
6
21
7
22
** Release date:** 2022-06-22
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
newName : fluxcd/source-controller
9
- newTag : v0.25.7
9
+ newTag : v0.25.8
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ require (
32
32
github.com/fluxcd/pkg/testserver v0.2.0
33
33
github.com/fluxcd/pkg/untar v0.1.0
34
34
github.com/fluxcd/pkg/version v0.1.0
35
- github.com/fluxcd/source-controller/api v0.25.7
35
+ github.com/fluxcd/source-controller/api v0.25.8
36
36
github.com/go-git/go-billy/v5 v5.3.1
37
37
github.com/go-git/go-git/v5 v5.4.2
38
38
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments