File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-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.21.2
6
+
7
+ ** Release date:** 2022-02-07
8
+
9
+ This prerelease changes the default timeout of ` GitRepositories ` and ` Buckets ` from ` 20s ` to ` 60s ` .
10
+ When using the ` libgit2 ` Git implementation, increasing the timeout helps avoid
11
+ ` Error waiting on socket ` intermittent SSH cloning failures.
12
+
13
+ Improvements:
14
+ - Increase default timeout to 60s
15
+ [ #570 ] ( https://github.com/fluxcd/source-controller/pull/570 )
16
+
5
17
## 0.21.1
6
18
7
19
** Release date:** 2022-01-27
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.21.1
9
+ newTag : v0.21.2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/fluxcd/pkg/ssh v0.2.0
20
20
github.com/fluxcd/pkg/untar v0.1.0
21
21
github.com/fluxcd/pkg/version v0.1.0
22
- github.com/fluxcd/source-controller/api v0.21.1
22
+ github.com/fluxcd/source-controller/api v0.21.2
23
23
github.com/go-git/go-billy/v5 v5.3.1
24
24
github.com/go-git/go-git/v5 v5.4.2
25
25
github.com/go-logr/logr v1.2.2
You can’t perform that action at this time.
0 commit comments