Skip to content

Commit

Permalink
Drop support for running on Debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Dec 20, 2024
1 parent b14ac24 commit c814207
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="ProjectServer-Operating-System_{context}"]
= {ProjectServer} operating system

{Project} has packages for {EL} 9, Debian 11, Debian 12 and Ubuntu 22.04.
{Project} has packages for {EL} 9, Debian 12 and Ubuntu 22.04.
Katello plugin packages, which provide content management capabilities, are only available for {EL}.

{Team} only packages {Project} for x86_64.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
// List of supported operating systems for foreman-deb has to match "guides/common/modules/proc_upgrading-a-connected-project-server.adoc"
[tabs]
=====
Debian 11 (Bullseye)::
+
--
:distribution-codename: bullseye
include::proc_configuring-repositories-deb.adoc[]
--
Debian 12 (Bookworm)::
+
--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ deb http://deb.theforeman.org/ plugins {ProjectVersion}
// List of supported operating systems for foreman-deb has to match "guides/common/modules/proc_configuring-repositories-foreman-deb.adoc"
Replace _My_Distribution_Code_Name_ with the proper distribution code name based on the operating system of your {ProjectServer}:
+
* `bullseye` for Debian 11
* `bookworm` for Debian 12
* `jammy` for Ubuntu 22.04
. Update to {Project} {ProjectVersion}:
Expand Down
1 change: 0 additions & 1 deletion guides/common/modules/ref_supported-operating-systems.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ifdef::satellite[]
| {RHEL} 9 | x86_64 only |
endif::[]
ifdef::foreman-deb[]
| Debian 11 (Bullseye) | amd64 |
| Debian 12 (Bookworm) | amd64 |
| Ubuntu 22.04 (Jammy) | amd64 |
endif::[]
Expand Down
17 changes: 6 additions & 11 deletions guides/doc-Release_Notes/topics/foreman.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
[id="foreman-headline-features"]
== Headline Features

ifndef::foreman-deb[]
There are no highlights with Foreman {ProjectVersion}.
endif::[]
ifdef::foreman-deb[]
=== Running Foreman on Debian 12 (Bookworm)

Foreman now supports running on Debian 12 (Bookworm).
endif::[]

[id="foreman-upgrade-warnings"]
== Upgrade Warnings
Expand All @@ -21,14 +14,16 @@ ifndef::foreman-deb[]
There are no upgrade warnings with Foreman {ProjectVersion}.
endif::[]
ifdef::foreman-deb[]
=== Running Foreman on Ubuntu 20.04 (Focal) is not supported anymore
=== Running Foreman on Debian 11 (Bullseye) is not supported anymore

Foreman supports running on Ubuntu 22.04 LTS (Jammy Jellyfish) since 3.11.
Running Foreman on Ubuntu 20.04 LTS has been deprecated since 3.12.
Support for running Foreman on Ubuntu 20.04 LTS has been removed.
Foreman supports running on Debian 12 (Bullseye) since 3.11.4.
Running Foreman on Debian 11 has been deprecated since 3.13.
Support for running Foreman on Debian 11 has been removed.

Note this is for running Foreman itself.
Clients will remain supported.

For more details, see the https://community.theforeman.org/t/drop-debian-11-ruby-2-7-and-nodejs-14-support-in-foreman-3-14/40503[removal RFC].
endif::[]

[id="foreman-deprecations"]
Expand Down

0 comments on commit c814207

Please sign in to comment.