From 7b7a08d21f08a4579de12e9c65432791e5bd9267 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 11 Jun 2024 19:11:06 +0900 Subject: [PATCH] Update supported versions Change-Id: Iecd7ecdfd10b015a427763e5a2d3a204ed1a9ab0 --- doc/source/install/supported-platforms.rst | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/source/install/supported-platforms.rst b/doc/source/install/supported-platforms.rst index 55e8cff..112f288 100644 --- a/doc/source/install/supported-platforms.rst +++ b/doc/source/install/supported-platforms.rst @@ -5,14 +5,21 @@ Supported Platforms The following OS/version are supported by the Puppet modules: - RHEL / CentOS 7 with Queens up to Train -- RHEL / CentOS 8 with Train and beyond +- RHEL / CentOS 8 with Train up to Yoga +- RHEL / CentOS 9 with Yoga and beyond - Ubuntu 16.04 (Xenial) with Ocata up to Queens - Ubuntu 18.04 (Bionic) with Rocky up to Victoria -- Ubuntu 20.04 (Focal) with Wallaby and beyond -- Debian 9.0 (Stretch) with Rocky and beyond +- Ubuntu 20.04 (Focal) with Wallaby and Zed +- Ubuntu 22.04 (Jammy) with Antelope and beyond +- Debian 9.0 (Stretch) with Rocky up to Ussuri +- Debian 10.0 (Buster) with Victoria up to Wallaby +- Debian 11.0 (Bullseye) with Xena and beyond -The modules are tested on Puppet 4 up to Queens and then Puppet 5 and 6 from there. +The following puppet versions are tested with the modules: -Puppet 3 or earlier is NOT supported. Puppet 4 is NOT supported as of the Train release. +- Puppet 4 up to Rocky +- Puppet 5 with Stein to Ussuri +- Puppet 6 with Ussuri up to Antelope +- Puppet 7 with Xena and beyond See `Continuous Integration `_ to see what is currently tested.