mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-03-27 12:05:05 +00:00
Compare commits
2 Commits
v1.17.2-rc
...
v1.17.2-rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7013a4097f | ||
|
|
b188701862 |
@@ -16,6 +16,7 @@ https://velero.io/docs/v1.17/upgrade-to-1.17/
|
||||
* 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)
|
||||
* Add Role, RoleBinding, ClusterRole, and ClusterRoleBinding in restore sequence. (#9479, @blackpiglet)
|
||||
|
||||
|
||||
## v1.17.1
|
||||
|
||||
@@ -113,7 +113,11 @@ var (
|
||||
"datauploads.velero.io",
|
||||
"persistentvolumes",
|
||||
"persistentvolumeclaims",
|
||||
"clusterroles",
|
||||
"roles",
|
||||
"serviceaccounts",
|
||||
"clusterrolebindings",
|
||||
"rolebindings",
|
||||
"secrets",
|
||||
"configmaps",
|
||||
"limitranges",
|
||||
|
||||
Reference in New Issue
Block a user