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

Add warning about upcoming linux distribution support change. #329

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
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: 0 additions & 6 deletions install/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ Add Repository
$ curl -fsSL https://dl.packager.io/srv/zammad/zammad/key | \
gpg --dearmor | tee /etc/apt/trusted.gpg.d/pkgr-zammad.gpg> /dev/null

Ubuntu 16.04
.. code-block:: sh

$ echo "deb [signed-by=/etc/apt/trusted.gpg.d/pkgr-zammad.gpg] https://dl.packager.io/srv/deb/zammad/zammad/stable/ubuntu 16.04 main"| \
tee /etc/apt/sources.list.d/zammad.list > /dev/null

Ubuntu 18.04
.. code-block:: sh

Expand Down
12 changes: 9 additions & 3 deletions prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ If you want to install Zammad, you need the following software.
2.2. Supported distributions
----------------------------

Zammad provides binary packages for the most recent two stable / long-term-support releases of the supported Linux distributions, until they reach their end-of-life or until they can no longer provide the technical requirements for Zammad. Using of the latest supported stable / long-term-support version is generally recommended.

Below you can find all distributions Zammad provides packages for.

.. csv-table:: Supported operating system matrix
Expand All @@ -107,7 +109,11 @@ Below you can find all distributions Zammad provides packages for.
"CentOS / RHEL", "7 & 8"
"Debian", "10, 11 & 12"
"OpenSuSE / SLES", "Leap 42.3 / 12; Leap 15.x / 15"
"Ubuntu", "16.04, 18.04, 20.04 & 22.04"
"Ubuntu", "18.04, 20.04 & 22.04"

.. warning:: **⚠ Changes with Zammad 6.2**

Zammad 6.2 will not provide packages for Debian 10, Ubuntu 18.04, and SLES 12. Users of these distributions are encouraged to update to more recent versions like Debian 12, Ubuntu 22.04, and SLES 15.

.. warning:: **⚠ SuSE users be aware**

Expand Down Expand Up @@ -138,13 +144,13 @@ installed with the Zammad-Package.

.. code-block:: sh

# Debian 10 & 11, Ubuntu 16.04, 18.04 & 20.04
# Debian & Ubuntu
$ apt install libimlib2

# openSUSE
$ zypper install imlib2

# CentOS 7 & 8
# CentOS
$ yum install epel-release
$ yum install imlib2

Expand Down