From ac31f997acdab373608c7ce2695ea24e11e67c09 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 17 Jun 2021 01:21:55 +0000 Subject: [PATCH 1/3] Update renovate/renovate:25.41.7 Docker digest to 45a4309 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 68d6ba5..8b669c2 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -38,7 +38,7 @@ labels: # List of resources to make available to the offline build context resources: - tag: renovate/renovate:25.41.7 - url: docker://docker.io/renovate/renovate@sha256:f17b00b4ef9006a2fce709bc5cb2b740e549be265f6bb09d62036ee1c89cfc80 + url: docker://docker.io/renovate/renovate@sha256:45a43099e7415d8e646068e95e592a0ded09b7db21158a73b22284a81d001c44 - filename: helm-docs.tar.gz url: https://github.com/norwoodj/helm-docs/releases/download/v1.5.0/helm-docs_1.5.0_Linux_x86_64.tar.gz validation: -- GitLab From 42a58287b54f8cff3ec3201e9666faf3bdd4fb58 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 17 Jun 2021 01:21:59 +0000 Subject: [PATCH 2/3] Update dependency gitlab-triage to v1.19.0 --- lib/manager/ironbank/__fixtures__/hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/manager/ironbank/__fixtures__/hardening_manifest.yaml b/lib/manager/ironbank/__fixtures__/hardening_manifest.yaml index 7f6911e..1b42918 100644 --- a/lib/manager/ironbank/__fixtures__/hardening_manifest.yaml +++ b/lib/manager/ironbank/__fixtures__/hardening_manifest.yaml @@ -17,7 +17,7 @@ resources: type: sha256 value: e7983572181f5e1522d9c98453462384ee92a0be7fac5f1413a1e35c56cc0461 - filename: gitlab-triage-1.15.0.gem - url: https://rubygems.org/downloads/gitlab-triage-1.15.0.gem + url: https://rubygems.org/downloads/gitlab-triage-1.19.0.gem validation: type: sha256 - value: e516d720a67c9e3447db858775b48f44aae210b184dd96f7a20fe4fbb4022834 + value: 098dd94b7252f8ab066cd405835c328df8bd30fb779b5df7a7063b97ec8a6f23 -- GitLab From 2a629a3533affef4d91299e668a76ec4f09e7064 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 17 Jun 2021 01:22:05 +0000 Subject: [PATCH 3/3] Update renovate/renovate Docker tag to v25.44.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b68366..e79e3a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14 ARG BASE_TAG=14.17.0 -FROM renovate/renovate:25.41.7 as builder +FROM renovate/renovate:25.44.0 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 68d6ba5..4456d2a 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "container-hardening-tools/renovate/renovate" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "25.41.7" +- "25.44.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/renovatebot/renovate" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "WhiteSource" - org.opencontainers.image.version: "25.41.7" + org.opencontainers.image.version: "25.44.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "automation,dependency,updates" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: renovate/renovate:25.41.7 - url: docker://docker.io/renovate/renovate@sha256:f17b00b4ef9006a2fce709bc5cb2b740e549be265f6bb09d62036ee1c89cfc80 +- tag: renovate/renovate:25.44.0 + url: docker://docker.io/renovate/renovate@sha256:c5b73cd4a3e63b6e13072bf81d0773d515c857602d928102099047ec28087f96 - filename: helm-docs.tar.gz url: https://github.com/norwoodj/helm-docs/releases/download/v1.5.0/helm-docs_1.5.0_Linux_x86_64.tar.gz validation: -- GitLab