Fix Restic v0.14.0 HIGH grade CVEs.

Signed-off-by: Xun Jiang <blackpiglet@gmail.com>
This commit is contained in:
Xun Jiang
2023-02-02 10:46:09 +08:00
parent 3de7951161
commit 29ebd16253
3 changed files with 99 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ https://velero.io/docs/v1.10/
https://velero.io/docs/v1.10/upgrade-to-1.10/
### All changes
* Fix Restic v0.14.0 HIGH grade CVEs. (#5817, @blackpiglet)
* Bump up golang net to fix CVE-2022-41721 (#5811, @Lyndon-Li)
* Bump up golang to 1.18.10 for Velero (#5780, @Lyndon-Li)
* Add PR container build action, which will not push image. Add GOARM parameter. Remove container-builder-env section. (#5770, @blackpiglet)