From 121085fe16e5f2f2c4e4c4348aa0a50d7cf5bc37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:29:43 +0000 Subject: [PATCH] velero: Update to version 1.13.0 --- bucket/velero.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/velero.json b/bucket/velero.json index 269da3f741..59364453e8 100644 --- a/bucket/velero.json +++ b/bucket/velero.json @@ -1,13 +1,13 @@ { - "version": "1.12.3", + "version": "1.13.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.12.3/velero-v1.12.3-windows-amd64.tar.gz", - "hash": "d5c726dee7e59615f0153583aa999bc02864434ecb8ae74829c645d0770ccc52", - "extract_dir": "velero-v1.12.3-windows-amd64" + "url": "https://github.com/vmware-tanzu/velero/releases/download/v1.13.0/velero-v1.13.0-windows-amd64.tar.gz", + "hash": "561abfb4c4645874970dd4cd9510f7774d57f811b6eedd5a32b43dc5e4a76bf6", + "extract_dir": "velero-v1.13.0-windows-amd64" } }, "bin": "velero.exe",