From d2865cc5dbcc72399c87a8bc745333e2235dc7e9 Mon Sep 17 00:00:00 2001 From: Olga O Date: Mon, 30 Aug 2021 15:44:02 -0500 Subject: [PATCH] update 1.11.1 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 39df8f9..0598820 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/istio/istioctl" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.11.0" +- "1.11.1" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/istio/istio/tree/master/istioctl" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "1.11.0" + org.opencontainers.image.version: "1.11.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "istio" ## 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/istio/istio/releases/download/1.11.0/istioctl-1.11.0-linux-amd64.tar.gz +- url: https://github.com/istio/istio/releases/download/1.11.1/istioctl-1.11.1-linux-amd64.tar.gz filename: istioctl.tar.gz validation: type: "sha256" - value: "67feee307255ec0ae698e78bda7415681156745bd77b5aacf2b3b9d7dc1fb533" + value: "0d3918076e904cdc5e18b9a71ea51602be31ab4ad28181c9b723a2b124991dac" # List of project maintainers maintainers: -- GitLab