diff --git a/web/content/index.adoc.erb b/web/content/index.adoc.erb index 530b1b711a9..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] @@ -34,7 +37,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)] @@ -47,4 +50,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 (containerized)] <% end %>