Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion web/content/index.adoc.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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)]
Expand All @@ -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 %>