Skip to content

Commit 812f6e4

Browse files
author
Paulo Gomes
authored
Merge pull request #784 from pjbgf/release-v0.25.6
Release v0.25.6
2 parents 0a993a8 + 305df79 commit 812f6e4

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.25.6
6+
7+
**Release date:** 2022-06-14
8+
9+
This prerelease fixes an issue with leaked SSH connections on
10+
managed transport and adds some general build and libgit2
11+
improvements.
12+
13+
Fixes:
14+
- libgit2: dispose connections in SubTransport.Close
15+
[#775](https://github.com/fluxcd/source-controller/pull/775)
16+
17+
Improvements:
18+
- build: enable -race for go test
19+
[#615](https://github.com/fluxcd/source-controller/pull/615)
20+
- libgit2: refactor tests to use managed and unmanaged transport cleanly
21+
[#777](https://github.com/fluxcd/source-controller/pull/777)
22+
- libgit2: add contextual logging to subtransports
23+
[#778](https://github.com/fluxcd/source-controller/pull/778)
24+
- libgit2: fix managed transport enabled flag update
25+
[#781](https://github.com/fluxcd/source-controller/pull/781)
26+
527
## 0.25.5
628

729
**Release date:** 2022-06-08

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: v0.25.5
9+
newTag: v0.25.6

go.mod

Lines changed: 1 addition & 1 deletion
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.5
35+
github.com/fluxcd/source-controller/api v0.25.6
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)