From efe21667c9d390fbdca044a945a4ef57eea0f136 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 05:00:29 +0000 Subject: [PATCH] velero: Update to version 1.9.2 --- bucket/velero.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/velero.json b/bucket/velero.json index 5353817215..bf3a21f4c4 100644 --- a/bucket/velero.json +++ b/bucket/velero.json @@ -1,13 +1,13 @@ { - "version": "1.9.1", + "version": "1.9.2", "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.9.1/velero-v1.9.1-windows-amd64.tar.gz", - "hash": "c3fda5eb577371314c0113ec63e1982779c1a804027908a49a1984c213b21161", - "extract_dir": "velero-v1.9.1-windows-amd64" + "url": "https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/velero-v1.9.2-windows-amd64.tar.gz", + "hash": "39934ac9e125873789e4b49a0136e7e2bceebaa77e3e4876c083d145dcdd5ee6", + "extract_dir": "velero-v1.9.2-windows-amd64" } }, "bin": "velero.exe",