From e9441834587820765afa1d84a1a0f46ced00a3f8 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 18 Jun 2021 17:27:56 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.19.12 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 414e04f..5bfa3b5 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.19/kubeadm-1.19" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.19.11" +- "v1.19.12" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://kubernetes.io/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "v1.19.11" + org.opencontainers.image.version: "v1.19.12" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "kubernetes" ## 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/kubernetes/kubernetes/archive/v1.19.11.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.19.12.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: 85cf92acfe33e84847783e331582e853c0a6986534f36ed46fac47cc0ddcb151 + value: 8d1abf301fccd24ac494c50bb6a01036548933e368406fa2017a6442e86f5f18 - filename: crictl-v1.19.0-linux-amd64.tar.gz url: https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.19.0/crictl-v1.19.0-linux-amd64.tar.gz validation: -- GitLab