Merge pull request #6204 from Lyndon-Li/release-1.10

Add 1.10.3 change log
This commit is contained in:
lyndon
2023-04-27 12:02:23 +08:00
committed by GitHub
6 changed files with 22 additions and 5 deletions
+22
View File
@@ -1,3 +1,25 @@
## v1.10.3
### 2023-04-27
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.10.3
### Container Image
`velero/velero:v1.10.3`
### Documentation
https://velero.io/docs/v1.10/
### Upgrading
https://velero.io/docs/v1.10/upgrade-to-1.10/
### All changes
* Fix issue #6182. If pod is not running, don't treat it as an error, let it go and leave a warning. (#6188, @Lyndon-Li)
* Bump v1.10's Golang version to v1.20 (#6143, @blackpiglet)
* Ignore not found error during patching managedFields (#6135, @ywk253100)
* Fix issue #5972, don't assume errorField as error type when dealing with logger.WithError (#6086, @Lyndon-Li)
* Restore Services before Clusters (#6058, @ywk253100)
## v1.10.2
### 2023-02-22
-1
View File
@@ -1 +0,0 @@
Restore Services before Clusters
-1
View File
@@ -1 +0,0 @@
Fix issue #5972, don't assume errorField as error type when dealing with logger.WithError
-1
View File
@@ -1 +0,0 @@
Ignore not found error during patching managedFields
-1
View File
@@ -1 +0,0 @@
Bump v1.10's Golang version to v1.20
-1
View File
@@ -1 +0,0 @@
Fix issue #6182. If pod is not running, don't treat it as an error, let it go and leave a warning.