Skip to content

Commit

Permalink
Merge pull request #546 from sboldyreva/elevate-changelog
Browse files Browse the repository at this point in the history
Elevate changelog
  • Loading branch information
andrewlukoshko authored Jan 8, 2025
2 parents 47d25e7 + 475e206 commit cf41fca
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion docs/elevate/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,54 @@
title: 'ELevate Changelog'
---

###### last updated: 2024-12-10
###### last updated: 2025-01-08

# 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.

## 2025-01-08
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 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`).


## 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/).

Expand Down

0 comments on commit cf41fca

Please sign in to comment.