From fd5bf1d02c8aa196d95e6a785d113c7077ed47cf Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Wed, 5 Jun 2024 10:17:26 +0200 Subject: [PATCH 1/3] Added Ubuntu 24.04 to supported platforms Added Ubuntu 24.04 (x86-64 & arm64) to supported platforms for hub and client. Ticket: ENT-11309 Changelog: None Signed-off-by: Lars Erik Wik --- release-notes/supported-platforms.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-notes/supported-platforms.markdown b/release-notes/supported-platforms.markdown index 4eeeac80d..b374e6ad9 100644 --- a/release-notes/supported-platforms.markdown +++ b/release-notes/supported-platforms.markdown @@ -17,8 +17,8 @@ for all supported platforms and [binary packages for popular Linux distributions | CentOS/RHEL | 7, 8.1+, 9 | x86-64 | | Debian | 9, 10, 11, 12 | x86-64 | | Debian | 11, 12 | arm64 | -| Ubuntu | 16.04, 18.04, 20.04, 22.04 | x86-64 | -| Ubuntu | 22.04 | arm64 | +| Ubuntu | 16.04, 18.04, 20.04, 22.04, 24.04 | x86-64 | +| Ubuntu | 22.04, 24.04 | arm64 | Any supported host can be a policy server in Community installations of CFEngine. @@ -33,8 +33,8 @@ Any supported host can be a policy server in Community installations of CFEngine | HP-UX | 11.31+ | Itanium | | SLES | 12, 15 | x86-64 | | Solaris | 11 | UltraSparc | -| Ubuntu | 16.04 18.04, 20.04, 22.04 | x86-64 | -| Ubuntu | 22.04 | arm64 | +| Ubuntu | 16.04 18.04, 20.04, 22.04, 24.04 | x86-64 | +| Ubuntu | 22.04, 24.04 | arm64 | | Windows | 2012, 2016, 2019 | x86-64, x86 | From 72065c78fa9ac63bfd196d1ea42680f9af22e799 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Wed, 5 Jun 2024 10:19:03 +0200 Subject: [PATCH 2/3] Aligned supported platforms tables Ticket: None Changelog: None Signed-off-by: Lars Erik Wik --- release-notes/supported-platforms.markdown | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/release-notes/supported-platforms.markdown b/release-notes/supported-platforms.markdown index b374e6ad9..cd45b7c03 100644 --- a/release-notes/supported-platforms.markdown +++ b/release-notes/supported-platforms.markdown @@ -12,11 +12,11 @@ for all supported platforms and [binary packages for popular Linux distributions ## Hub -| Platform | Versions | Architecture | -|:-----------:|:--------------------------:|:------------:| -| CentOS/RHEL | 7, 8.1+, 9 | x86-64 | -| Debian | 9, 10, 11, 12 | x86-64 | -| Debian | 11, 12 | arm64 | +| Platform | Versions | Architecture | +|:-----------:|:---------------------------------:|:------------:| +| CentOS/RHEL | 7, 8.1+, 9 | x86-64 | +| Debian | 9, 10, 11, 12 | x86-64 | +| Debian | 11, 12 | arm64 | | Ubuntu | 16.04, 18.04, 20.04, 22.04, 24.04 | x86-64 | | Ubuntu | 22.04, 24.04 | arm64 | @@ -24,18 +24,18 @@ Any supported host can be a policy server in Community installations of CFEngine ## Clients -| Platform | Versions | Architectures | -|:-----------:|:-------------------------:|:-------------:| -| AIX | 7.1, 7.2 | PowerPC | -| CentOS/RHEL | 6, 7, 8.1, 9 | x86-64 | -| Debian | 9, 10, 11, 12 | x86-64 | -| Debian | 11, 12 | arm64 | -| HP-UX | 11.31+ | Itanium | -| SLES | 12, 15 | x86-64 | -| Solaris | 11 | UltraSparc | +| Platform | Versions | Architectures | +|:-----------:|:--------------------------------:|:-------------:| +| AIX | 7.1, 7.2 | PowerPC | +| CentOS/RHEL | 6, 7, 8.1, 9 | x86-64 | +| Debian | 9, 10, 11, 12 | x86-64 | +| Debian | 11, 12 | arm64 | +| HP-UX | 11.31+ | Itanium | +| SLES | 12, 15 | x86-64 | +| Solaris | 11 | UltraSparc | | Ubuntu | 16.04 18.04, 20.04, 22.04, 24.04 | x86-64 | | Ubuntu | 22.04, 24.04 | arm64 | -| Windows | 2012, 2016, 2019 | x86-64, x86 | +| Windows | 2012, 2016, 2019 | x86-64, x86 | [Known issues][] also includes platform-specific notes. From 8d3caf1b6bd9a9b7860b5f11b11c9ba461e43cd7 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Wed, 5 Jun 2024 12:46:17 -0500 Subject: [PATCH 3/3] Update release-notes/supported-platforms.markdown --- release-notes/supported-platforms.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/supported-platforms.markdown b/release-notes/supported-platforms.markdown index cd45b7c03..5432d14f2 100644 --- a/release-notes/supported-platforms.markdown +++ b/release-notes/supported-platforms.markdown @@ -27,7 +27,7 @@ Any supported host can be a policy server in Community installations of CFEngine | Platform | Versions | Architectures | |:-----------:|:--------------------------------:|:-------------:| | AIX | 7.1, 7.2 | PowerPC | -| CentOS/RHEL | 6, 7, 8.1, 9 | x86-64 | +| CentOS/RHEL | 6, 7, 8.1+, 9 | x86-64 | | Debian | 9, 10, 11, 12 | x86-64 | | Debian | 11, 12 | arm64 | | HP-UX | 11.31+ | Itanium |