|
2 | 2 | title: 'ELevate Changelog' |
3 | 3 | --- |
4 | 4 |
|
5 | | -###### last updated: 2025-01-08 |
| 5 | +###### last updated: 2025-05-22 |
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-23 |
| 12 | +Released from Testing to Stable: |
| 13 | + |
| 14 | +#### Leapp code enhancements |
| 15 | +* Synced leapp code 0.21 with upstream’s [latest pre-0.22 state](https://github.com/oamg/leapp-repository/commit/518722058ca53e94c8efa8958ca8fd7cac40dca7) (version 0.21.0-5). |
| 16 | +* Fix pes events scanner crashing when there are duplicate packages in the received instructions. |
| 17 | +* Fix pes events scanner not respecting user’s transaction configuration. |
| 18 | +* Fix storage scanner crashing when command outputs contain colon character. |
| 19 | +* Activate LVM VGs with `--sysinit` option to correct the use in the upgrade initramfs. |
| 20 | +* Minor improvements in preupgrade reports. |
| 21 | +* Resolves: RHEL-67621, RHEL-34570, RHEL-44596, RHEL-50076. |
| 22 | + |
11 | 23 | ## 2025-01-08 |
12 | 24 | Released from Testing to Stable: |
13 | 25 |
|
@@ -68,12 +80,12 @@ Released from Testing to Stable: |
68 | 80 |
|
69 | 81 | ## 2024-10-09 |
70 | 82 | Released from Testing to Stable: |
71 | | -* Fixed leapp actions that were causing packages removal and as so the upgrade process to fail: |
72 | | - * For configurations with **Imunify360** repository enabled, a *replace* leapp action will be taken for the `libunwind` package. |
| 83 | +* Fixed leapp actions that were causing packages removal and as so the upgrade process to fail: |
| 84 | + * For configurations with **Imunify360** repository enabled, a *replace* leapp action will be taken for the `libunwind` package. |
73 | 85 | * For configurations with **EPEL** repository enabled, a *move* leapp action will be taken for the `GeoIP` package. |
74 | 86 | * For other configurations, these packages will be removed during the upgrade process. |
75 | 87 | * Added **CloudLinux Imunify360 alt-php** 3rd party repository support for EL7 to EL8 upgrades for all supported systems. |
76 | | - * Before the upgrade, you must replace the `<imunify360_alt-php_token>` string in the `/etc/yum.repos.d/imunify360-alt-php.repo` config with the token from the `/etc/leapp/files/vendors.d/imunify360-alt-php.repo`. |
| 88 | + * Before the upgrade, you must replace the `<imunify360_alt-php_token>` string in the `/etc/yum.repos.d/imunify360-alt-php.repo` config with the token from the `/etc/leapp/files/vendors.d/imunify360-alt-php.repo`. |
77 | 89 | * Unnecessery `openssl-libs` package split was removed for EL8 to EL9 upgrades for all supported systems. |
78 | 90 |
|
79 | 91 | ## 2024-09-24 |
|
0 commit comments