From c56163c24b2413833da5102a736899b36b5872f4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 18:02:02 +0000 Subject: [PATCH] velero: Update to version 1.7.1 --- bucket/velero.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/velero.json b/bucket/velero.json index b1453a8a4a..e095aedaba 100644 --- a/bucket/velero.json +++ b/bucket/velero.json @@ -1,13 +1,13 @@ { - "version": "1.7.0", + "version": "1.7.1", "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.7.0/velero-v1.7.0-windows-amd64.tar.gz", - "hash": "fdc355597f06951ea73ba058a387eb37394d63cb0d1e5ef2996e9060645c9a91", - "extract_dir": "velero-v1.7.0-windows-amd64" + "url": "https://github.com/vmware-tanzu/velero/releases/download/v1.7.1/velero-v1.7.1-windows-amd64.tar.gz", + "hash": "e3cbd9a92e3a6338e873fda7756d6c8c95709f3f23ac0a3e81f8cd860c33df75", + "extract_dir": "velero-v1.7.1-windows-amd64" } }, "bin": "velero.exe",