From 234d9b2a7349bcff16cffc8275106b291101b019 Mon Sep 17 00:00:00 2001 From: renovate <renovate@support.dsop.io> Date: Fri, 3 Jun 2022 13:29:39 +0000 Subject: [PATCH 1/3] Update dependency ghcr.io/fluxcd/source-controller to v0.25.1 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1aa87121..a9b07d44 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -3,7 +3,7 @@ apiVersion: v1 name: fluxcd/source-controller tags: -- v0.25.0 +- v0.25.1 - latest args: @@ -17,7 +17,7 @@ labels: org.opencontainers.image.licenses: Apache-2.0 org.opencontainers.image.url: https://github.com/fluxcd/source-controller org.opencontainers.image.vendor: fluxcd - org.opencontainers.image.version: v0.25.0 + org.opencontainers.image.version: v0.25.1 mil.dso.ironbank.image.keywords: gitops,kubernetes mil.dso.ironbank.image.type: opensource mil.dso.ironbank.product.name: fluxcd -- GitLab From 67823f68ce6aa69b0cad2429d55af3e84795f581 Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz <andre.maksymowicz@centauricorp.com> Date: Fri, 3 Jun 2022 17:58:10 +0000 Subject: [PATCH 2/3] Update hardening_manifest.yaml --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index a9b07d44..7610e823 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -24,7 +24,7 @@ labels: resources: - filename: source-controller.tar.gz - url: https://github.com/fluxcd/source-controller/archive/refs/tags/v0.25.0.tar.gz + url: https://github.com/fluxcd/source-controller/archive/refs/tags/v0.25.1.tar.gz validation: type: sha256 value: 5fd482caca0e38286dff8bd07f2ab332e7effc2dc7e20945110a5251d8c23b00 -- GitLab From 883767aa1c2f2c6f902c2acbf32959bee881164a Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz <andre.maksymowicz@centauricorp.com> Date: Fri, 3 Jun 2022 18:02:37 +0000 Subject: [PATCH 3/3] Update hardening_manifest.yaml --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 7610e823..3f4b5eb5 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -27,7 +27,7 @@ resources: url: https://github.com/fluxcd/source-controller/archive/refs/tags/v0.25.1.tar.gz validation: type: sha256 - value: 5fd482caca0e38286dff8bd07f2ab332e7effc2dc7e20945110a5251d8c23b00 + value: d0730d2951f1b3defba9d1502518b8aa28a0128f3a7f297cce824553b635d965 - filename: libgit2.tar.gz url: https://github.com/libgit2/libgit2/archive/refs/tags/v1.3.1.tar.gz validation: -- GitLab