|
2 | 2 | title: 'ELevate Changelog' |
3 | 3 | --- |
4 | 4 |
|
5 | | -###### last updated: 2024-12-10 |
| 5 | +###### last updated: 2025-01-08 |
6 | 6 |
|
7 | 7 | # ELevate Changelog |
8 | 8 |
|
9 | 9 | **Note**, this changelog only includes updates made from 2024-09-24 onwards, and does not include any changes made prior to this date. |
10 | 10 |
|
| 11 | +## 2025-01-08 |
| 12 | +Released from Testing to Stable: |
| 13 | + |
| 14 | +#### General updates |
| 15 | + |
| 16 | +* 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. |
| 17 | +* Leapp version updated to `0.21.0-4.elevate.4`. |
| 18 | + |
| 19 | +#### PES data updates |
| 20 | +* `pes-events.json` updated to the latest upstream state. |
| 21 | +* `config.json` updates: |
| 22 | + * Add new repository replacements for RHEL10-HighAvailability and RHEL10-SAP-Solutions (except for Oracle Linux). |
| 23 | + * Add RHEL9-Supplementary to the removable repositories list for all supported OSes. |
| 24 | + * Add RHEL10-HighAvailability and RHEL10-SAP-Solutions to the removable repositories list for Oracle Linux. |
| 25 | + * Add RedHat cloud-client-configuration to the removable packages for all supported upgrade scenarios. |
| 26 | +* `epel_pes.json_template` cleanup: fixed duplicated `ids` and `set_ids`. |
| 27 | +* `pes_events_build_date` package updated version and release: `0.5-1.20241127`. |
| 28 | + |
| 29 | +#### Leapp code enhancements |
| 30 | +* Leapp code updated to [the latest upstream version](https://github.com/oamg/leapp-repository/commit/3c3421a0f155fe3bdfaee74c5345e86874684a09). |
| 31 | +* Introduce the upgrade path from EL 8.10 to EL 9.6. |
| 32 | +* Require leapp-framework 6.0+ and updated dependency packages. |
| 33 | +* 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. |
| 34 | +* Enable `net.naming-scheme` by default. |
| 35 | +* Enable upgrade for systems with LUKS bound to Clevis with TPM 2.0 token. |
| 36 | +* Capped sparse file sizes to 1TiB for storage optimization. |
| 37 | +* Adjust resource limitations for leapp to be able to perform the upgrade. |
| 38 | +* Fix problems with the bootloader when upgrading to EL 9.6 on ARM. |
| 39 | +* Fix the report when handling broken parsing of kernel cmdline. |
| 40 | +* Handle default kernel cmdline when multiple boot entries for the default kernel are defined. |
| 41 | +* Generate proper error message instead of ModelViolationError when parsing invalid repository definition. |
| 42 | +* Skip checking of (PKI) `directory-hash` dir to speed up the upgrade process and clean logs. |
| 43 | +* Update leapp upgrade data files. |
| 44 | + |
| 45 | +#### Vendor-Specific Changes |
| 46 | +* 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`. |
| 47 | +* Remove `0006-ReadOfKernelArgsError-fix-the-error.patch` that has been incorporated upstream. |
| 48 | +* Add the `9.6` version as supported for all supported operating systems. |
| 49 | +* Remove the `9.6` version from the upgrade path for all supported operating systems until this version is released. |
| 50 | +* Add PostgreSQL support for ARM architecture (signature: `6c7cb6ef305d49d6`). |
| 51 | + |
| 52 | + |
11 | 53 | ## 2024-12-10 |
12 | 54 | * 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/). |
13 | 55 |
|
|
0 commit comments