From c1fc115edc3b525d77d5dc8660af9364658c6522 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 13 Aug 2021 04:08:09 +0000 Subject: [PATCH] Update dependency vmware-tanzu/velero to v1.6.3 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 6439306..d6d1914 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/velero/velero" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.6.2" +- "v1.6.3" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://velero.io" # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "vmware" - org.opencontainers.image.version: "v1.6.2" + org.opencontainers.image.version: "v1.6.3" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "backup,kubernetes,migration,recovery" # This value can be "opensource" or "commercial" @@ -37,11 +37,11 @@ labels: # List of resources to make available to the offline build context resources: -- url: "https://github.com/vmware-tanzu/velero/releases/download/v1.6.2/velero-v1.6.2-linux-amd64.tar.gz" +- url: "https://github.com/vmware-tanzu/velero/releases/download/v1.6.3/velero-v1.6.3-linux-amd64.tar.gz" filename: "velero.tar.gz" validation: type: sha256 - value: 90259b2808d58ead2ad5b068e68b427bf9c2181ccfed300dc03804374d7d27bf + value: 020509975792d3bfc4b7b7d6ec8ddd95588f677ea50a51be790c3117fb6709ca - url: "https://github.com/restic/restic/releases/download/v0.12.1/restic_0.12.1_linux_amd64.bz2" filename: "restic_linux_amd64.bz2" validation: -- GitLab