From 1119af910f996ecc7672b672ddf58a0a0be3b4a6 Mon Sep 17 00:00:00 2001 From: Alex Band Date: Tue, 2 Jul 2024 09:18:24 +0200 Subject: [PATCH 1/2] Remove EOL systems --- doc/manual/source/installation.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/manual/source/installation.rst b/doc/manual/source/installation.rst index 0c7a7215..97cd9f0f 100644 --- a/doc/manual/source/installation.rst +++ b/doc/manual/source/installation.rst @@ -52,8 +52,6 @@ to get started. - Debian Bookworm 12 - Debian Bullseye 11 - - Debian Buster 10 - - Debian Stretch 9 Packages for the ``amd64``/``x86_64`` architecture are available for all listed versions. In addition, we offer ``armhf`` architecture @@ -127,8 +125,6 @@ to get started. - Ubuntu Jammy 22.04 (LTS) - Ubuntu Focal 20.04 (LTS) - - Ubuntu Bionic 18.04 (LTS) - - Ubuntu Xenial 16.04 (LTS) Packages are available for the ``amd64``/``x86_64`` architecture only. @@ -196,7 +192,7 @@ to get started. .. group-tab:: RHEL/CentOS To install a Routinator package, you need Red Hat Enterprise Linux - (RHEL) 7, 8 or 9, or compatible operating system such as Rocky Linux. + (RHEL) 8 or 9, or compatible operating system such as Rocky Linux. Packages are available for the ``amd64``/``x86_64`` architecture only. First create a file named :file:`/etc/yum.repos.d/nlnetlabs.repo`, From e3f83c2e6b34c61cd9d2ffe98aa68a32ea27282b Mon Sep 17 00:00:00 2001 From: Alex Band Date: Wed, 3 Jul 2024 11:33:57 +0200 Subject: [PATCH 2/2] Remove Centos reference --- doc/manual/source/installation.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/manual/source/installation.rst b/doc/manual/source/installation.rst index 97cd9f0f..f3e76049 100644 --- a/doc/manual/source/installation.rst +++ b/doc/manual/source/installation.rst @@ -189,7 +189,7 @@ to get started. sudo journalctl --unit=routinator - .. group-tab:: RHEL/CentOS + .. group-tab:: RHEL To install a Routinator package, you need Red Hat Enterprise Linux (RHEL) 8 or 9, or compatible operating system such as Rocky Linux. @@ -354,7 +354,7 @@ Updating sudo apt --only-upgrade install routinator - .. group-tab:: RHEL/CentOS + .. group-tab:: RHEL To update an existing Routinator installation, you can use this command to get an overview of the available versions: @@ -422,7 +422,7 @@ a specific version, if needed. .. code-block:: bash - sudo apt install routinator=0.9.0~rc2-1buster + sudo apt install routinator=0.13.0~rc3-1bookworm .. group-tab:: Ubuntu @@ -457,9 +457,9 @@ a specific version, if needed. .. code-block:: bash - sudo apt install routinator=0.9.0~rc2-1bionic + sudo apt install routinator=0.13.0~rc3-1jammy - .. group-tab:: RHEL/CentOS + .. group-tab:: RHEL To install release candidates of Routinator, create an additional repo file named :file:`/etc/yum.repos.d/nlnetlabs-testing.repo`, enter this @@ -483,7 +483,7 @@ a specific version, if needed. .. code-block:: bash - sudo yum install -y routinator-0.9.0~rc2 + sudo yum install -y routinator-0.13.0~rc3 .. group-tab:: Docker @@ -491,9 +491,9 @@ a specific version, if needed. builds based on the latest main branch are available on `Docker Hub `_. - For example, installing Routinator 0.9.0 RC2 is as simple as: + For example, installing Routinator 0.13.0 RC3 is as simple as: .. code-block:: text - sudo docker run nlnetlabs/routinator:v0.9.0-rc2 + sudo docker run nlnetlabs/routinator:v0.13.0-rc3