File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-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.7
6+
7+ ** Release date:** 2022-06-22
8+
9+ This prerelease comes with an improvement in the SSH managed transport error
10+ messages related to known hosts check and removes a deadlock in the SSH smart
11+ subtransport.
12+
13+ Fixes:
14+ - libgit2: remove deadlock
15+ [ #785 ] ( https://github.com/fluxcd/source-controller/pull/785 )
16+
17+ Improvements:
18+ - libgit2: improve known_hosts error messages
19+ [ #783 ] ( https://github.com/fluxcd/source-controller/pull/783 )
20+
521## 0.25.6
622
723** Release date:** 2022-06-14
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.6
9+ newTag : v0.25.7
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.6
35+ github.com/fluxcd/source-controller/api v0.25.7
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