File tree 3 files changed +15
-2
lines changed
3 files changed +15
-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.20.1
6
+
7
+ ** Release date:** 2022-01-07
8
+
9
+ This prerelease comes with an update for ` github.com/containerd/containerd ` to ` v1.5.9 `
10
+ to please static security analysers and fix any warnings for CVE-2021 -43816.
11
+
12
+ Improvements:
13
+ - Log the error when tmp cleanup fails
14
+ [ #533 ] ( https://github.com/fluxcd/source-controller/pull/533 )
15
+ - Update containerd to v1.5.9 (fix CVE-2021 -43816)
16
+ [ #532 ] ( https://github.com/fluxcd/source-controller/pull/532 )
17
+
5
18
## 0.20.0
6
19
7
20
** Release date:** 2022-01-05
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.20.0
9
+ newTag : v0.20.1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/fluxcd/pkg/ssh v0.2.0
19
19
github.com/fluxcd/pkg/untar v0.1.0
20
20
github.com/fluxcd/pkg/version v0.1.0
21
- github.com/fluxcd/source-controller/api v0.20.0
21
+ github.com/fluxcd/source-controller/api v0.20.1
22
22
github.com/go-git/go-billy/v5 v5.3.1
23
23
github.com/go-git/go-git/v5 v5.4.2
24
24
github.com/go-logr/logr v1.2.2
You can’t perform that action at this time.
0 commit comments