Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for running on Debian 11 #3539

Merged
merged 2 commits into from
Dec 23, 2024
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
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
@@ -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)::
+
--
Original file line number Diff line number Diff line change
@@ -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}:
1 change: 0 additions & 1 deletion guides/common/modules/ref_supported-operating-systems.adoc
Original file line number Diff line number Diff line change
@@ -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::[]
17 changes: 6 additions & 11 deletions guides/doc-Release_Notes/topics/foreman.adoc
Original file line number Diff line number Diff line change
@@ -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
@@ -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"]