From 2f632f65d0e9105397d2a7e2d90aa0eb760f41c0 Mon Sep 17 00:00:00 2001 From: Jan Fiala Date: Thu, 28 May 2026 13:54:16 +0200 Subject: [PATCH 1/5] Add index-containerized-katello.html to RCs --- web/content/index.adoc.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/content/index.adoc.erb b/web/content/index.adoc.erb index 530b1b711a9..da531155e1e 100644 --- a/web/content/index.adoc.erb +++ b/web/content/index.adoc.erb @@ -34,7 +34,7 @@ If you are currently using one of the unsupported earlier releases, we recommend The future version is built in nightly: -* link:/release/nightly/[Nightly] +* link:/release/nightly/[Nightly] ** link:/release/nightly/index-foreman-el.html[Foreman on Enterprise Linux (EL)] ** link:/release/nightly/index-foreman-deb.html[Foreman on Debian/Ubuntu] ** link:/release/nightly/index-katello.html[Foreman with Katello on Enterprise Linux (EL)] @@ -45,6 +45,8 @@ A release candidate is available for testing: * link:<%= release.path %>[Foreman <%= release[:version] %>] ** link:<%= release.path %>index-foreman-el.html[Foreman on Enterprise Linux (EL)] +** link:<%= release.path %>index-foreman-el-.html[Foreman on Enterprise Linux (EL)] ** link:<%= release.path %>index-foreman-deb.html[Foreman on Debian/Ubuntu] ** link:<%= release.path %>index-katello.html[Foreman with Katello <%= release[:katello] %> on Enterprise Linux (EL)] +** link:<%= release.path %>index-containerized-katello.html[Foreman with Katello <%= release[:katello] %> (containerized) on Enterprise Linux (EL)] <% end %> From b6f79696e08970e748be4ca9ae6670016987e0bc Mon Sep 17 00:00:00 2001 From: Jan Fiala Date: Thu, 28 May 2026 14:41:43 +0200 Subject: [PATCH 2/5] Fix label --- web/content/index.adoc.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/index.adoc.erb b/web/content/index.adoc.erb index da531155e1e..ed938ebea9e 100644 --- a/web/content/index.adoc.erb +++ b/web/content/index.adoc.erb @@ -48,5 +48,5 @@ A release candidate is available for testing: ** link:<%= release.path %>index-foreman-el-.html[Foreman on Enterprise Linux (EL)] ** link:<%= release.path %>index-foreman-deb.html[Foreman on Debian/Ubuntu] ** link:<%= release.path %>index-katello.html[Foreman with Katello <%= release[:katello] %> on Enterprise Linux (EL)] -** link:<%= release.path %>index-containerized-katello.html[Foreman with Katello <%= release[:katello] %> (containerized) on Enterprise Linux (EL)] +** link:<%= release.path %>index-containerized-katello.html[Foreman with Katello (containerized)] <% end %> From ae832ba423a08e3976fb588fca5a92a49adbced7 Mon Sep 17 00:00:00 2001 From: Jan Fiala Date: Fri, 5 Jun 2026 16:30:11 +0200 Subject: [PATCH 3/5] Fix typo --- web/content/index.adoc.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/content/index.adoc.erb b/web/content/index.adoc.erb index ed938ebea9e..727baf2f992 100644 --- a/web/content/index.adoc.erb +++ b/web/content/index.adoc.erb @@ -1,4 +1,4 @@ ---- + title: Home --- @@ -45,7 +45,6 @@ A release candidate is available for testing: * link:<%= release.path %>[Foreman <%= release[:version] %>] ** link:<%= release.path %>index-foreman-el.html[Foreman on Enterprise Linux (EL)] -** link:<%= release.path %>index-foreman-el-.html[Foreman on Enterprise Linux (EL)] ** link:<%= release.path %>index-foreman-deb.html[Foreman on Debian/Ubuntu] ** link:<%= release.path %>index-katello.html[Foreman with Katello <%= release[:katello] %> on Enterprise Linux (EL)] ** link:<%= release.path %>index-containerized-katello.html[Foreman with Katello (containerized)] From 557fa4c84e9f3d7feb97bec9d25ce185506b4eb5 Mon Sep 17 00:00:00 2001 From: jafiala Date: Mon, 8 Jun 2026 04:52:30 -0400 Subject: [PATCH 4/5] Revert unwanted change --- web/content/index.adoc.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/index.adoc.erb b/web/content/index.adoc.erb index 727baf2f992..f4b7c9c427c 100644 --- a/web/content/index.adoc.erb +++ b/web/content/index.adoc.erb @@ -1,4 +1,4 @@ - +--- title: Home --- From 28ab8d049b49cb405a20ac9c3cc65aaa883b784d Mon Sep 17 00:00:00 2001 From: jafiala Date: Mon, 8 Jun 2026 05:00:30 -0400 Subject: [PATCH 5/5] Propose version check --- web/content/index.adoc.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/content/index.adoc.erb b/web/content/index.adoc.erb index f4b7c9c427c..d8384d5b00d 100644 --- a/web/content/index.adoc.erb +++ b/web/content/index.adoc.erb @@ -23,6 +23,9 @@ The following releases are supported and receive updates, including security upd ** link:<%= release.path %>index-foreman-el.html[Foreman on Enterprise Linux (EL)] ** link:<%= release.path %>index-foreman-deb.html[Foreman on Debian/Ubuntu] ** link:<%= release.path %>index-katello.html[Foreman with Katello <%= release[:katello] %> on Enterprise Linux (EL)] +<% if Gem::Version.new(release[:version]) >= Gem::Version.new('3.19') %> +** link:<%= release.path %>index-containerized-katello.html[Foreman with Katello <%= release[:katello] %> (containerized)] +<% end %> <% end %> [IMPORTANT]