diff --git a/changelogs/CHANGELOG-1.17.md b/changelogs/CHANGELOG-1.17.md index e56ba3a76..c5ba4d6a0 100644 --- a/changelogs/CHANGELOG-1.17.md +++ b/changelogs/CHANGELOG-1.17.md @@ -1,3 +1,23 @@ +## v1.17.2 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.17.2 + +### Container Image +`velero/velero:v1.17.2` + +### Documentation +https://velero.io/docs/v1.17/ + +### Upgrading +https://velero.io/docs/v1.17/upgrade-to-1.17/ + +### All Changes + * Track actual resource names for GenerateName in restore status (#9409, @shubham-pampattiwar) + * Fix managed fields patch for resources using GenerateName (#9408, @shubham-pampattiwar) + * don't copy securitycontext from first container if configmap found (#9394, @sseago) + + ## v1.17.1 ### Download diff --git a/changelogs/unreleased/9394-sseago b/changelogs/unreleased/9394-sseago deleted file mode 100644 index f054c96e3..000000000 --- a/changelogs/unreleased/9394-sseago +++ /dev/null @@ -1 +0,0 @@ -don't copy securitycontext from first container if configmap found diff --git a/changelogs/unreleased/9408-shubham-pampattiwar b/changelogs/unreleased/9408-shubham-pampattiwar deleted file mode 100644 index 8d6e16dc3..000000000 --- a/changelogs/unreleased/9408-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Fix managed fields patch for resources using GenerateName \ No newline at end of file diff --git a/changelogs/unreleased/9409-shubham-pampattiwar b/changelogs/unreleased/9409-shubham-pampattiwar deleted file mode 100644 index 744fb3a67..000000000 --- a/changelogs/unreleased/9409-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Track actual resource names for GenerateName in restore status \ No newline at end of file