From 0e73026efb2e210c488d3f5e15488a631a99da4b Mon Sep 17 00:00:00 2001 From: oadp-team-rebase-bot Date: Wed, 29 Jul 2026 16:51:19 +0000 Subject: [PATCH 1/3] UPSTREAM: : Updating go modules --- go.mod | 4 ++-- go.sum | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 9ad60c31e6..9d4d07bbc4 100644 --- a/go.mod +++ b/go.mod @@ -194,8 +194,8 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -replace github.com/vmware-tanzu/velero => github.com/openshift/velero v0.10.2-0.20260708153014-21da6ab34f9e +replace github.com/vmware-tanzu/velero => github.com/openshift/velero v0.10.2-0.20260729163737-c291ff770dcf -replace github.com/kopia/kopia => github.com/migtools/kopia v0.0.0-20260706200344-e16b6993d3fe +replace github.com/kopia/kopia => github.com/migtools/kopia v0.0.0-20260715152616-8c9b4fe2502c exclude github.com/kcp-dev/kcp/sdk v0.0.0-00010101000000-000000000000 diff --git a/go.sum b/go.sum index 64c5f15eb7..9338fa9dae 100644 --- a/go.sum +++ b/go.sum @@ -518,8 +518,9 @@ github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2c github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= +github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= +github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= @@ -533,8 +534,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= -github.com/hanwen/go-fuse/v2 v2.4.0 h1:12OhD7CkXXQdvxG2osIdBQLdXh+nmLXY9unkUIe/xaU= -github.com/hanwen/go-fuse/v2 v2.4.0/go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs= +github.com/hanwen/go-fuse/v2 v2.5.1 h1:OQBE8zVemSocRxA4OaFJbjJ5hlpCmIWbGr7r0M4uoQQ= +github.com/hanwen/go-fuse/v2 v2.5.1/go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/cronexpr v1.1.2 h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A= @@ -671,8 +672,8 @@ github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzp github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/migtools/kopia v0.0.0-20260706200344-e16b6993d3fe h1:TcnykW6HPutE4j4ofAYZ5jfJzvTqJxD19NiYg/qRLy0= -github.com/migtools/kopia v0.0.0-20260706200344-e16b6993d3fe/go.mod h1:QoY5bt3VB6a4xDpsfMSArlIwy4f8V/66lvEPVgIOWzs= +github.com/migtools/kopia v0.0.0-20260715152616-8c9b4fe2502c h1:+g2piZd5b7KtaiXr1HMhrmJQOIURmRg55SAe3SEzfP0= +github.com/migtools/kopia v0.0.0-20260715152616-8c9b4fe2502c/go.mod h1:NQlrDgcD5AWNk/KWH/o9nGdKPnncix1A7jnuOXX0ed8= github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37/go.mod h1:dYWq+UWoFCDY1TndvFUQuhBbIYmZpjreC8adEAx93zE= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= @@ -744,8 +745,8 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k= github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY= github.com/openshift/api v0.0.0-20240214165302-89248c87b7fc h1:/QQKBisQey7+qtKJS4fReHmXx/GyGRS8Tb+IU2WOMh0= github.com/openshift/api v0.0.0-20240214165302-89248c87b7fc/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4= -github.com/openshift/velero v0.10.2-0.20260708153014-21da6ab34f9e h1:vFYedvZdrPJ7TTQzLYBJf1IurM3HVf33+FJvSAshslw= -github.com/openshift/velero v0.10.2-0.20260708153014-21da6ab34f9e/go.mod h1:ckgLJqhW/Am7j4U7ZCQWvKfqjRovrv5xR6MMBkTthEE= +github.com/openshift/velero v0.10.2-0.20260729163737-c291ff770dcf h1:stKjP6PkIT5z0CAVEBzWBwMdsphJ3tk5YRNGEgwpW94= +github.com/openshift/velero v0.10.2-0.20260729163737-c291ff770dcf/go.mod h1:ckgLJqhW/Am7j4U7ZCQWvKfqjRovrv5xR6MMBkTthEE= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/operator-framework/api v0.10.0/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI= github.com/operator-framework/api v0.10.7 h1:GlZJ6m+0WSVdSsSjTbhKKAvHXamWJXhwXHUhVwL8LBE= From 39f7d6bd93de8459647adeb70e5e3263b94d666b Mon Sep 17 00:00:00 2001 From: oadp-team-rebase-bot Date: Wed, 29 Jul 2026 16:51:20 +0000 Subject: [PATCH 2/3] UPSTREAM: : update Velero CRDs @ oadp-1.4 --- config/crd/bases/velero.io_backuprepositories.yaml | 2 +- config/crd/bases/velero.io_backups.yaml | 3 +-- config/crd/bases/velero.io_backupstoragelocations.yaml | 5 +---- config/crd/bases/velero.io_datadownloads.yaml | 2 +- config/crd/bases/velero.io_datauploads.yaml | 2 +- config/crd/bases/velero.io_deletebackuprequests.yaml | 2 +- config/crd/bases/velero.io_downloadrequests.yaml | 2 +- config/crd/bases/velero.io_podvolumebackups.yaml | 3 +-- config/crd/bases/velero.io_podvolumerestores.yaml | 3 +-- config/crd/bases/velero.io_restores.yaml | 2 +- config/crd/bases/velero.io_schedules.yaml | 3 +-- config/crd/bases/velero.io_serverstatusrequests.yaml | 2 +- config/crd/bases/velero.io_volumesnapshotlocations.yaml | 3 +-- 13 files changed, 13 insertions(+), 21 deletions(-) diff --git a/config/crd/bases/velero.io_backuprepositories.yaml b/config/crd/bases/velero.io_backuprepositories.yaml index d5cc0c51b0..68ba71a383 100644 --- a/config/crd/bases/velero.io_backuprepositories.yaml +++ b/config/crd/bases/velero.io_backuprepositories.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: backuprepositories.velero.io spec: group: velero.io diff --git a/config/crd/bases/velero.io_backups.yaml b/config/crd/bases/velero.io_backups.yaml index 1e79dcdea8..fb04573bb6 100644 --- a/config/crd/bases/velero.io_backups.yaml +++ b/config/crd/bases/velero.io_backups.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: backups.velero.io spec: group: velero.io @@ -63,7 +63,6 @@ spec: DefaultVolumesToRestic specifies whether restic should be used to take a backup of all pod volumes by default. - Deprecated: this field is no longer used and will be removed entirely in future. Use DefaultVolumesToFsBackup instead. nullable: true type: boolean diff --git a/config/crd/bases/velero.io_backupstoragelocations.yaml b/config/crd/bases/velero.io_backupstoragelocations.yaml index c87adab481..8764147c5f 100644 --- a/config/crd/bases/velero.io_backupstoragelocations.yaml +++ b/config/crd/bases/velero.io_backupstoragelocations.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: backupstoragelocations.velero.io spec: group: velero.io @@ -89,7 +89,6 @@ spec: description: |- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - TODO: Add other useful fields. apiVersion, kind, uid? type: string optional: description: Specify whether the Secret or its key must be defined @@ -141,7 +140,6 @@ spec: description: |- AccessMode is an unused field. - Deprecated: there is now an AccessMode field on the Spec and this field will be removed entirely as of v2.0. enum: @@ -153,7 +151,6 @@ spec: LastSyncedRevision is the value of the `metadata/revision` file in the backup storage location the last time the BSL's contents were synced into the cluster. - Deprecated: this field is no longer updated or used for detecting changes to the location's contents and will be removed entirely in v2.0. type: string diff --git a/config/crd/bases/velero.io_datadownloads.yaml b/config/crd/bases/velero.io_datadownloads.yaml index a3f994dc61..8199d57e9c 100644 --- a/config/crd/bases/velero.io_datadownloads.yaml +++ b/config/crd/bases/velero.io_datadownloads.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: datadownloads.velero.io spec: group: velero.io diff --git a/config/crd/bases/velero.io_datauploads.yaml b/config/crd/bases/velero.io_datauploads.yaml index 3502eeac74..08ba388e0c 100644 --- a/config/crd/bases/velero.io_datauploads.yaml +++ b/config/crd/bases/velero.io_datauploads.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: datauploads.velero.io spec: group: velero.io diff --git a/config/crd/bases/velero.io_deletebackuprequests.yaml b/config/crd/bases/velero.io_deletebackuprequests.yaml index 9d301e8043..5825524785 100644 --- a/config/crd/bases/velero.io_deletebackuprequests.yaml +++ b/config/crd/bases/velero.io_deletebackuprequests.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: deletebackuprequests.velero.io spec: group: velero.io diff --git a/config/crd/bases/velero.io_downloadrequests.yaml b/config/crd/bases/velero.io_downloadrequests.yaml index 03644a56bb..3b1f3f4161 100644 --- a/config/crd/bases/velero.io_downloadrequests.yaml +++ b/config/crd/bases/velero.io_downloadrequests.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: downloadrequests.velero.io spec: group: velero.io diff --git a/config/crd/bases/velero.io_podvolumebackups.yaml b/config/crd/bases/velero.io_podvolumebackups.yaml index 08e703ef27..9ccff4124a 100644 --- a/config/crd/bases/velero.io_podvolumebackups.yaml +++ b/config/crd/bases/velero.io_podvolumebackups.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: podvolumebackups.velero.io spec: group: velero.io @@ -96,7 +96,6 @@ spec: the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. - TODO: this design is not final and this field is subject to change in the future. type: string kind: description: |- diff --git a/config/crd/bases/velero.io_podvolumerestores.yaml b/config/crd/bases/velero.io_podvolumerestores.yaml index 1c38a7d71c..888ac16696 100644 --- a/config/crd/bases/velero.io_podvolumerestores.yaml +++ b/config/crd/bases/velero.io_podvolumerestores.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: podvolumerestores.velero.io spec: group: velero.io @@ -93,7 +93,6 @@ spec: the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. - TODO: this design is not final and this field is subject to change in the future. type: string kind: description: |- diff --git a/config/crd/bases/velero.io_restores.yaml b/config/crd/bases/velero.io_restores.yaml index e276172919..2b79afe504 100644 --- a/config/crd/bases/velero.io_restores.yaml +++ b/config/crd/bases/velero.io_restores.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: restores.velero.io spec: group: velero.io diff --git a/config/crd/bases/velero.io_schedules.yaml b/config/crd/bases/velero.io_schedules.yaml index bb844abbbf..fd3483405a 100644 --- a/config/crd/bases/velero.io_schedules.yaml +++ b/config/crd/bases/velero.io_schedules.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: schedules.velero.io spec: group: velero.io @@ -102,7 +102,6 @@ spec: DefaultVolumesToRestic specifies whether restic should be used to take a backup of all pod volumes by default. - Deprecated: this field is no longer used and will be removed entirely in future. Use DefaultVolumesToFsBackup instead. nullable: true type: boolean diff --git a/config/crd/bases/velero.io_serverstatusrequests.yaml b/config/crd/bases/velero.io_serverstatusrequests.yaml index a0e8c6bcef..af35815fed 100644 --- a/config/crd/bases/velero.io_serverstatusrequests.yaml +++ b/config/crd/bases/velero.io_serverstatusrequests.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: serverstatusrequests.velero.io spec: group: velero.io diff --git a/config/crd/bases/velero.io_volumesnapshotlocations.yaml b/config/crd/bases/velero.io_volumesnapshotlocations.yaml index 4986a427da..0eba68aa40 100644 --- a/config/crd/bases/velero.io_volumesnapshotlocations.yaml +++ b/config/crd/bases/velero.io_volumesnapshotlocations.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 name: volumesnapshotlocations.velero.io spec: group: velero.io @@ -60,7 +60,6 @@ spec: description: |- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - TODO: Add other useful fields. apiVersion, kind, uid? type: string optional: description: Specify whether the Secret or its key must be defined From b471b47daec6f708fd4ddee49edc13cd96e69f86 Mon Sep 17 00:00:00 2001 From: oadp-team-rebase-bot Date: Wed, 29 Jul 2026 16:51:55 +0000 Subject: [PATCH 3/3] UPSTREAM: : make bundle update --- bundle/manifests/velero.io_backuprepositories.yaml | 2 +- bundle/manifests/velero.io_backups.yaml | 3 +-- bundle/manifests/velero.io_backupstoragelocations.yaml | 5 +---- bundle/manifests/velero.io_datadownloads.yaml | 2 +- bundle/manifests/velero.io_datauploads.yaml | 2 +- bundle/manifests/velero.io_deletebackuprequests.yaml | 2 +- bundle/manifests/velero.io_downloadrequests.yaml | 2 +- bundle/manifests/velero.io_podvolumebackups.yaml | 3 +-- bundle/manifests/velero.io_podvolumerestores.yaml | 3 +-- bundle/manifests/velero.io_restores.yaml | 2 +- bundle/manifests/velero.io_schedules.yaml | 3 +-- bundle/manifests/velero.io_serverstatusrequests.yaml | 2 +- bundle/manifests/velero.io_volumesnapshotlocations.yaml | 3 +-- 13 files changed, 13 insertions(+), 21 deletions(-) diff --git a/bundle/manifests/velero.io_backuprepositories.yaml b/bundle/manifests/velero.io_backuprepositories.yaml index a173e6611a..41e8c333c1 100644 --- a/bundle/manifests/velero.io_backuprepositories.yaml +++ b/bundle/manifests/velero.io_backuprepositories.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: backuprepositories.velero.io spec: diff --git a/bundle/manifests/velero.io_backups.yaml b/bundle/manifests/velero.io_backups.yaml index 95ca05e2fa..5fcbc73ad0 100644 --- a/bundle/manifests/velero.io_backups.yaml +++ b/bundle/manifests/velero.io_backups.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: backups.velero.io spec: @@ -63,7 +63,6 @@ spec: DefaultVolumesToRestic specifies whether restic should be used to take a backup of all pod volumes by default. - Deprecated: this field is no longer used and will be removed entirely in future. Use DefaultVolumesToFsBackup instead. nullable: true type: boolean diff --git a/bundle/manifests/velero.io_backupstoragelocations.yaml b/bundle/manifests/velero.io_backupstoragelocations.yaml index 5ff6f60f55..57825523e1 100644 --- a/bundle/manifests/velero.io_backupstoragelocations.yaml +++ b/bundle/manifests/velero.io_backupstoragelocations.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: backupstoragelocations.velero.io spec: @@ -89,7 +89,6 @@ spec: description: |- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - TODO: Add other useful fields. apiVersion, kind, uid? type: string optional: description: Specify whether the Secret or its key must be defined @@ -141,7 +140,6 @@ spec: description: |- AccessMode is an unused field. - Deprecated: there is now an AccessMode field on the Spec and this field will be removed entirely as of v2.0. enum: @@ -153,7 +151,6 @@ spec: LastSyncedRevision is the value of the `metadata/revision` file in the backup storage location the last time the BSL's contents were synced into the cluster. - Deprecated: this field is no longer updated or used for detecting changes to the location's contents and will be removed entirely in v2.0. type: string diff --git a/bundle/manifests/velero.io_datadownloads.yaml b/bundle/manifests/velero.io_datadownloads.yaml index f38d76707d..46e77995e6 100644 --- a/bundle/manifests/velero.io_datadownloads.yaml +++ b/bundle/manifests/velero.io_datadownloads.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: datadownloads.velero.io spec: diff --git a/bundle/manifests/velero.io_datauploads.yaml b/bundle/manifests/velero.io_datauploads.yaml index 8e6f9de986..d534a90c48 100644 --- a/bundle/manifests/velero.io_datauploads.yaml +++ b/bundle/manifests/velero.io_datauploads.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: datauploads.velero.io spec: diff --git a/bundle/manifests/velero.io_deletebackuprequests.yaml b/bundle/manifests/velero.io_deletebackuprequests.yaml index 994d668a8f..e22a8b34ba 100644 --- a/bundle/manifests/velero.io_deletebackuprequests.yaml +++ b/bundle/manifests/velero.io_deletebackuprequests.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: deletebackuprequests.velero.io spec: diff --git a/bundle/manifests/velero.io_downloadrequests.yaml b/bundle/manifests/velero.io_downloadrequests.yaml index ff13ae9d6a..e1d1915fad 100644 --- a/bundle/manifests/velero.io_downloadrequests.yaml +++ b/bundle/manifests/velero.io_downloadrequests.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: downloadrequests.velero.io spec: diff --git a/bundle/manifests/velero.io_podvolumebackups.yaml b/bundle/manifests/velero.io_podvolumebackups.yaml index bc0ef1fc95..d6d8749302 100644 --- a/bundle/manifests/velero.io_podvolumebackups.yaml +++ b/bundle/manifests/velero.io_podvolumebackups.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: podvolumebackups.velero.io spec: @@ -96,7 +96,6 @@ spec: the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. - TODO: this design is not final and this field is subject to change in the future. type: string kind: description: |- diff --git a/bundle/manifests/velero.io_podvolumerestores.yaml b/bundle/manifests/velero.io_podvolumerestores.yaml index 117fc0935f..c67c3e3508 100644 --- a/bundle/manifests/velero.io_podvolumerestores.yaml +++ b/bundle/manifests/velero.io_podvolumerestores.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: podvolumerestores.velero.io spec: @@ -93,7 +93,6 @@ spec: the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. - TODO: this design is not final and this field is subject to change in the future. type: string kind: description: |- diff --git a/bundle/manifests/velero.io_restores.yaml b/bundle/manifests/velero.io_restores.yaml index 60a38676d5..7590aba8d0 100644 --- a/bundle/manifests/velero.io_restores.yaml +++ b/bundle/manifests/velero.io_restores.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: restores.velero.io spec: diff --git a/bundle/manifests/velero.io_schedules.yaml b/bundle/manifests/velero.io_schedules.yaml index 635e5613ef..5a9e8991b6 100644 --- a/bundle/manifests/velero.io_schedules.yaml +++ b/bundle/manifests/velero.io_schedules.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: schedules.velero.io spec: @@ -102,7 +102,6 @@ spec: DefaultVolumesToRestic specifies whether restic should be used to take a backup of all pod volumes by default. - Deprecated: this field is no longer used and will be removed entirely in future. Use DefaultVolumesToFsBackup instead. nullable: true type: boolean diff --git a/bundle/manifests/velero.io_serverstatusrequests.yaml b/bundle/manifests/velero.io_serverstatusrequests.yaml index 30a7599152..cb1b843f52 100644 --- a/bundle/manifests/velero.io_serverstatusrequests.yaml +++ b/bundle/manifests/velero.io_serverstatusrequests.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: serverstatusrequests.velero.io spec: diff --git a/bundle/manifests/velero.io_volumesnapshotlocations.yaml b/bundle/manifests/velero.io_volumesnapshotlocations.yaml index 85ed48d82d..4e5b079e9a 100644 --- a/bundle/manifests/velero.io_volumesnapshotlocations.yaml +++ b/bundle/manifests/velero.io_volumesnapshotlocations.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.5 creationTimestamp: null name: volumesnapshotlocations.velero.io spec: @@ -60,7 +60,6 @@ spec: description: |- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - TODO: Add other useful fields. apiVersion, kind, uid? type: string optional: description: Specify whether the Secret or its key must be defined