Merge pull request #534 from fluxcd/release-v0.20.1

Release v0.20.1
This commit is contained in:
Stefan Prodan 2022-01-07 11:17:14 +02:00 committed by GitHub
commit 07d1a4f599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View File

@ -2,6 +2,19 @@
All notable changes to this project are documented in this file. All notable changes to this project are documented in this file.
## 0.20.1
**Release date:** 2022-01-07
This prerelease comes with an update for `github.com/containerd/containerd` to `v1.5.9`
to please static security analysers and fix any warnings for CVE-2021-43816.
Improvements:
- Log the error when tmp cleanup fails
[#533](https://github.com/fluxcd/source-controller/pull/533)
- Update containerd to v1.5.9 (fix CVE-2021-43816)
[#532](https://github.com/fluxcd/source-controller/pull/532)
## 0.20.0 ## 0.20.0
**Release date:** 2022-01-05 **Release date:** 2022-01-05

View File

@ -6,4 +6,4 @@ resources:
images: images:
- name: fluxcd/source-controller - name: fluxcd/source-controller
newName: fluxcd/source-controller newName: fluxcd/source-controller
newTag: v0.20.0 newTag: v0.20.1

2
go.mod
View File

@ -18,7 +18,7 @@ require (
github.com/fluxcd/pkg/ssh v0.2.0 github.com/fluxcd/pkg/ssh v0.2.0
github.com/fluxcd/pkg/untar v0.1.0 github.com/fluxcd/pkg/untar v0.1.0
github.com/fluxcd/pkg/version v0.1.0 github.com/fluxcd/pkg/version v0.1.0
github.com/fluxcd/source-controller/api v0.20.0 github.com/fluxcd/source-controller/api v0.20.1
github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2 github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v1.2.2 github.com/go-logr/logr v1.2.2