File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-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.0
6
+
7
+ ** Release date:** 2022-01-05
8
+
9
+ This prerelease comes with an update to the Kubernetes and controller-runtime dependencies
10
+ to align them with the Kubernetes 1.23 release, including an update of Helm to ` v3.7.2 ` .
11
+
12
+ In addition, the controller is now built with Go 1.17, and
13
+ ` github.com/containerd/containerd ` was updated to ` v1.5.8 ` to please
14
+ static security analysers and fix any warnings for GHSA-5j5w -g665-5m35.
15
+
16
+ Improvements:
17
+ - Update Go to v1.17
18
+ [ #473 ] ( https://github.com/fluxcd/source-controller/pull/473 )
19
+ - Update build dependencies
20
+ [ #520 ] ( https://github.com/fluxcd/source-controller/pull/520 )
21
+ - Update containerd to v1.5.8 (fix GHSA-5j5w -g665-5m35)
22
+ [ #529 ] ( https://github.com/fluxcd/source-controller/pull/529 )
23
+
5
24
## 0.19.2
6
25
7
26
** Release date:** 2021-12-09
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.19.2
9
+ newTag : v0.20.0
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.19.2
21
+ github.com/fluxcd/source-controller/api v0.20.0
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