From ba5f0c8e031fb9ecb8f90f13bb479a9866a6cb3f Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 13 Sep 2024 18:08:25 +0200 Subject: [PATCH] Fixes #37817 - Update katello-certs to 19.0.1 for custom certs This version fixes a regression with custom certs. --- Puppetfile | 2 +- Puppetfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Puppetfile b/Puppetfile index a58d9d06..ab612cbe 100644 --- a/Puppetfile +++ b/Puppetfile @@ -14,5 +14,5 @@ mod 'theforeman/foreman', '~> 25.2.1' mod 'theforeman/foreman_proxy', '~> 26.1.0' mod 'theforeman/puppet', '~> 20.0.0' mod 'katello/foreman_proxy_content', '~> 29.0.1' -mod 'katello/certs', '~> 19.0.0' +mod 'katello/certs', '~> 19.0.1' mod 'katello/katello', '~> 25.2.0' diff --git a/Puppetfile.lock b/Puppetfile.lock index a6681cf2..02894d1e 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -6,7 +6,7 @@ FORGE puppetlabs-concat (>= 1.0.0, < 10.0.0) puppetlabs-postgresql (>= 9.2.0, < 11.0.0) puppetlabs-stdlib (>= 9.0.0, < 10.0.0) - katello-certs (19.0.0) + katello-certs (19.0.1) puppet-extlib (>= 3.0.0, < 8.0.0) puppetlabs-stdlib (>= 4.25.0, < 10.0.0) katello-foreman_proxy_content (29.0.1) @@ -99,7 +99,7 @@ FORGE DEPENDENCIES katello-candlepin (~> 16.1.0) - katello-certs (~> 19.0.0) + katello-certs (~> 19.0.1) katello-foreman_proxy_content (~> 29.0.1) katello-katello (~> 25.2.0) puppet-redis (>= 8.5.0)