File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-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+ ## 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
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 : v0.25.5
9+ newTag : v0.25.6
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments