From 6cf1d1f410093e564bc845c64d74f1fdf87c2484 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:33:03 +0000 Subject: [PATCH] velero: Update to version 1.11.0 --- bucket/velero.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/velero.json b/bucket/velero.json index e836699597..f3b178ba7a 100644 --- a/bucket/velero.json +++ b/bucket/velero.json @@ -1,13 +1,13 @@ { - "version": "1.10.2", + "version": "1.11.0", "description": "Safely backup, restore and perform disaster recovery, migrate Kubernetes cluster resources and persistent volumes.", "homepage": "https://velero.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/vmware-tanzu/velero/releases/download/v1.10.2/velero-v1.10.2-windows-amd64.tar.gz", - "hash": "52822245647e2bfdc7a28f6e33cbc56a4248acc1afb0d006ab6b974185a8f635", - "extract_dir": "velero-v1.10.2-windows-amd64" + "url": "https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-windows-amd64.tar.gz", + "hash": "933956a852ae4154cc36012ad3290d81dd5b8de86866a2dfe81759aea1ae301a", + "extract_dir": "velero-v1.11.0-windows-amd64" } }, "bin": "velero.exe",