From ed4ffeff3b2c4ce3f6c887354d96f4e699b419e5 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Fri, 20 Dec 2024 16:40:57 +0100 Subject: [PATCH 1/4] New ELevate changelog --- docs/elevate/Changelog.md | 44 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/docs/elevate/Changelog.md b/docs/elevate/Changelog.md index 73188af46..670ce8c75 100644 --- a/docs/elevate/Changelog.md +++ b/docs/elevate/Changelog.md @@ -2,12 +2,54 @@ title: 'ELevate Changelog' --- -###### last updated: 2024-12-10 +###### last updated: 2024-12-20 # ELevate Changelog **Note**, this changelog only includes updates made from 2024-09-24 onwards, and does not include any changes made prior to this date. +## 2024-12-20 +Released from Testing to Stable: + +#### General updates + +* Leapp data updated to [the latest upstream state](https://github.com/oamg/leapp-repository/commit/2dc7efa41ccf7206e0e33d687d7931846f3e4390) with an extended hardware support list from AlmaLinux OS 9.5. +* Leapp version updated to `0.21.0-4.elevate.4`. + +#### PES data updates +* `pes-events.json` updated to the latest upstream state. +* `config.json` updates: + * Add new repository replacements for RHEL10-HighAvailability and RHEL10-SAP-Solutions (except for Oracle Linux). + * Add RHEL9-Supplementary to the removable repositories list for all supported OSes. + * Add RHEL10-HighAvailability and RHEL10-SAP-Solutions to the removable repositories list for Oracle Linux. + * Add RedHat cloud-client-configuration to the removable packages for all supported upgrade scenarios. +* `epel_pes.json_template` cleanup: fixed duplicated `ids` and `set_ids`. +* `pes_events_build_date` package updated version and release: `0.5-1.20241127`. + +#### Leapp code enhancements +* Leapp code updated to [the latest upstream version](https://github.com/oamg/leapp-repository/commit/3c3421a0f155fe3bdfaee74c5345e86874684a09). +* Introduce the upgrade path from EL 8.10 to EL 9.6. +* Require leapp-framework 6.0+ and updated dependency packages. +* Address a number of RHEL bug reports RHEL-23473, RHEL-67621, RHEL-57064, RHEL-56251, RHEL-50686, RHEL-41193, RHEL-34570, RHEL-26459, RHEL-23473, RHEL-16881, RHEL-3294. +* Enable `net.naming-scheme` by default. +* Enable upgrade for systems with LUKS bound to Clevis with TPM 2.0 token. +* Capped sparse file sizes to 1TiB for storage optimization. +* Adjust resource limitations for leapp to be able to perform the upgrade. +* Fix problems with the bootloader when upgrading to EL 9.6 on ARM. +* Fix the report when handling broken parsing of kernel cmdline. +* Handle default kernel cmdline when multiple boot entries for the default kernel are defined. +* Generate proper error message instead of ModelViolationError when parsing invalid repository definition. +* Skip checking of (PKI) `directory-hash` dir to speed up the upgrade process and clean logs. +* Update leapp upgrade data files. + +#### Vendor-Specific Changes +* Introduce 2 new actors add_arm_bootloader_workaround, remove_upgrade_efi_entry use specific to particular OS, EFI directory location path, like `/boot/efi/EFI/$distro_dir`. +* Remove `0006-ReadOfKernelArgsError-fix-the-error.patch` that has been incorporated upstream. +* Add the `9.6` version as supported for all supported operating system. +* Remove the `9.6` version from the upgrade path for all supported operating systems until this version is released. +* Add PostgreSQL support for ARM architecture (signature: `6c7cb6ef305d49d6`). + + ## 2024-12-10 * Support for EuroLinux has been discontinued due to its [end-of-life as a Linux distribution in 23 October 2024](https://docs.euro-linux.com/). From c0e7364ab49933dcfbeb114295c9e1e5d5c78957 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Fri, 20 Dec 2024 16:42:40 +0100 Subject: [PATCH 2/4] typo --- docs/elevate/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/elevate/Changelog.md b/docs/elevate/Changelog.md index 670ce8c75..9b27eb3a5 100644 --- a/docs/elevate/Changelog.md +++ b/docs/elevate/Changelog.md @@ -45,7 +45,7 @@ Released from Testing to Stable: #### Vendor-Specific Changes * Introduce 2 new actors add_arm_bootloader_workaround, remove_upgrade_efi_entry use specific to particular OS, EFI directory location path, like `/boot/efi/EFI/$distro_dir`. * Remove `0006-ReadOfKernelArgsError-fix-the-error.patch` that has been incorporated upstream. -* Add the `9.6` version as supported for all supported operating system. +* Add the `9.6` version as supported for all supported operating systems. * Remove the `9.6` version from the upgrade path for all supported operating systems until this version is released. * Add PostgreSQL support for ARM architecture (signature: `6c7cb6ef305d49d6`). From 45c9c06c01a819b06500dd0e1928c199777a7680 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva <87830789+sboldyreva@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:14:48 +0100 Subject: [PATCH 3/4] Update Changelog.md --- docs/elevate/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/elevate/Changelog.md b/docs/elevate/Changelog.md index 9b27eb3a5..b4a37125a 100644 --- a/docs/elevate/Changelog.md +++ b/docs/elevate/Changelog.md @@ -2,7 +2,7 @@ title: 'ELevate Changelog' --- -###### last updated: 2024-12-20 +###### last updated: 2025-01-08 # ELevate Changelog From 475e20612cb7712c78974b084afbb26f57f500aa Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva <87830789+sboldyreva@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:17:11 +0100 Subject: [PATCH 4/4] Update Changelog.md --- docs/elevate/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/elevate/Changelog.md b/docs/elevate/Changelog.md index b4a37125a..e3b40d8f5 100644 --- a/docs/elevate/Changelog.md +++ b/docs/elevate/Changelog.md @@ -8,7 +8,7 @@ title: 'ELevate Changelog' **Note**, this changelog only includes updates made from 2024-09-24 onwards, and does not include any changes made prior to this date. -## 2024-12-20 +## 2025-01-08 Released from Testing to Stable: #### General updates