From 5f822c883fb87c87cb23f55814077deb9771ff44 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 16 Jan 2021 01:06:59 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.18.15 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8184e72..783d37b 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.13" +- "v1.18.15" - "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.13" + org.opencontainers.image.version: "v1.18.15" ## 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.13.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.18.15.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: 79dac2d1095c7176ab707a9c6349d1aa745574382802c8040843674b3c7845a4 + value: 4a8b322a25c05312d0c67d14e7502fec1b35673b5d6ded490ccc25c4520361fe - filename: texinfo.tar.gz url: "https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.gz" validation: -- GitLab