diff --git a/changelogs/CHANGELOG-1.11.md b/changelogs/CHANGELOG-1.11.md index 9ed9fa10eb..b12b23680f 100644 --- a/changelogs/CHANGELOG-1.11.md +++ b/changelogs/CHANGELOG-1.11.md @@ -1,3 +1,26 @@ +## v1.11.1 +### 2023-07-19 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.11.1 + +### Container Image +`velero/velero:v1.11.1` + +### Documentation +https://velero.io/docs/v1.11/ + +### Upgrading +https://velero.io/docs/v1.11/upgrade-to-1.11/ + +### All changes + * Add support for OpenStack CSI drivers topology keys (#6488, @kayrus) + * Enhance the code because of #6297, the return value of GetBucketRegion is not recorded, as a result, when it fails, we have no way to get the cause (#6477, @Lyndon-Li) + * Fixed a bug where status.progress is not getting updated for backups. (#6324, @blackpiglet) + * Restore Endpoints before Services (#6316, @ywk253100) + * Fix issue #6182. If pod is not running, don't treat it as an error, let it go and leave a warning. (#6189, @Lyndon-Li) + + ## v1.11 ### 2023-04-07 diff --git a/changelogs/unreleased/6189-Lyndon-Li b/changelogs/unreleased/6189-Lyndon-Li deleted file mode 100644 index fb3999f085..0000000000 --- a/changelogs/unreleased/6189-Lyndon-Li +++ /dev/null @@ -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. \ No newline at end of file diff --git a/changelogs/unreleased/6316-ywk253100 b/changelogs/unreleased/6316-ywk253100 deleted file mode 100644 index d96d6c1fc3..0000000000 --- a/changelogs/unreleased/6316-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Restore Endpoints before Services \ No newline at end of file diff --git a/changelogs/unreleased/6324-blackpiglet b/changelogs/unreleased/6324-blackpiglet deleted file mode 100644 index 28f1fa2891..0000000000 --- a/changelogs/unreleased/6324-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where status.progress is not getting updated for backups. \ No newline at end of file diff --git a/changelogs/unreleased/6477-Lyndon-Li b/changelogs/unreleased/6477-Lyndon-Li deleted file mode 100644 index 2f414395ec..0000000000 --- a/changelogs/unreleased/6477-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Enhance the code because of #6297, the return value of GetBucketRegion is not recorded, as a result, when it fails, we have no way to get the cause \ No newline at end of file diff --git a/changelogs/unreleased/6488-kayrus b/changelogs/unreleased/6488-kayrus deleted file mode 100644 index d4c3c976c9..0000000000 --- a/changelogs/unreleased/6488-kayrus +++ /dev/null @@ -1 +0,0 @@ -Add support for OpenStack CSI drivers topology keys