From 3d7501e0721c5a1360233e7244032c3b7564fdae Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 8 Mar 2021 18:22:51 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.18.16 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 783d37b..e52cfc1 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.18/kube-proxy-1.18" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.18.15" +- "v1.18.16" - "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.18.15" + org.opencontainers.image.version: "v1.18.16" ## 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.18.15.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.18.16.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: 4a8b322a25c05312d0c67d14e7502fec1b35673b5d6ded490ccc25c4520361fe + value: 8c5b0376e330322715ede38b5d8b319cb0115669381431dfdfe4015693bccfd8 - filename: texinfo.tar.gz url: "https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.gz" validation: -- GitLab