From 0553e2a1cc7a4a723aecd5319d5826681761da3b Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Wed, 5 Jun 2024 10:07:17 +0200 Subject: [PATCH 1/4] Removed Ubuntu 16.04 hub from supported platforms Ticket: ENT-11309 Changelog: None Signed-off-by: Lars Erik Wik --- 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 4eeeac80d..1b41a84cf 100644 --- a/release-notes/supported-platforms.markdown +++ b/release-notes/supported-platforms.markdown @@ -17,7 +17,7 @@ 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 | 18.04, 20.04, 22.04 | x86-64 | | Ubuntu | 22.04 | arm64 | Any supported host can be a policy server in Community installations of CFEngine. From 3936f563a2f5bea3f5e0d09c33606011d49d2165 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Wed, 5 Jun 2024 10:08:24 +0200 Subject: [PATCH 2/4] 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 1b41a84cf..fd0eb3822 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 | 18.04, 20.04, 22.04 | x86-64 | -| Ubuntu | 22.04 | arm64 | +| Ubuntu | 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 1e7c4fec848b9fed57b21f6eab31ca66c8992f7a Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Wed, 5 Jun 2024 10:10:59 +0200 Subject: [PATCH 3/4] Aligned supported platforms tables Ticket: None Changelog: None Signed-off-by: Lars Erik Wik --- release-notes/supported-platforms.markdown | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/release-notes/supported-platforms.markdown b/release-notes/supported-platforms.markdown index fd0eb3822..5071570a0 100644 --- a/release-notes/supported-platforms.markdown +++ b/release-notes/supported-platforms.markdown @@ -15,27 +15,27 @@ for all supported platforms and [binary packages for popular Linux distributions | Platform | Versions | Architecture | |:-----------:|:--------------------------:|:------------:| | CentOS/RHEL | 7, 8.1+, 9 | x86-64 | -| Debian | 9, 10, 11, 12 | x86-64 | -| Debian | 11, 12 | arm64 | +| Debian | 9, 10, 11, 12 | x86-64 | +| Debian | 11, 12 | arm64 | | Ubuntu | 18.04, 20.04, 22.04, 24.04 | x86-64 | -| Ubuntu | 22.04, 24.04 | arm64 | +| Ubuntu | 22.04, 24.04 | arm64 | 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 278e61ccfc10618c059424ffb82f30c396d68e40 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Wed, 5 Jun 2024 12:45:31 -0500 Subject: [PATCH 4/4] Update release-notes/supported-platforms.markdown Co-authored-by: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> --- 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 5071570a0..0746f465a 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 |