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 22
33All notable changes to this project are documented in this file.
44
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+
524## 0.19.2
625
726** Release date:** 2021-12-09
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.19.2
9+ newTag : v0.20.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 github.com/fluxcd/pkg/ssh v0.2.0
1919 github.com/fluxcd/pkg/untar v0.1.0
2020 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
2222 github.com/go-git/go-billy/v5 v5.3.1
2323 github.com/go-git/go-git/v5 v5.4.2
2424 github.com/go-logr/logr v1.2.2
You can’t perform that action at this time.
0 commit comments