Skip to content

Commit 3dcb142

Browse files
authored
Merge pull request #795 from aryan9600/release-v0.25.8
Release v0.25.8
2 parents 60cf11a + 3896911 commit 3dcb142

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project are documented in this file.
44

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+
520
## 0.25.7
621

722
**Release date:** 2022-06-22

config/manager/kustomization.yaml

+1-1
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: v0.25.7
9+
newTag: v0.25.8

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/fluxcd/pkg/testserver v0.2.0
3333
github.com/fluxcd/pkg/untar v0.1.0
3434
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
3636
github.com/go-git/go-billy/v5 v5.3.1
3737
github.com/go-git/go-git/v5 v5.4.2
3838
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)