You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an assertion to ensure only one kernel-devel package is installed. (#272)
Improved pre-check to specifically require GRUB2 for conversions. Updated the README.md requirements. (#259)
Added pre-checks to block conversion if deprecated CentOS 7 repositories are detected (#269)
Added pre-checks to block conversion if an IP address is used as a repository source
Added an assertion to ensure no absolute path links in the root directory
LEAPP_OVL_SIZE support
Added ability to set LEAPP_OVL_SIZE environment variable, helpful when space is limited for installing necessary packages in the leapp overlay. (#287, #281)
The default value for LEAPP_OVL_SIZE is set to 4096. (#287, #281)
Amavis Antivirus support
Reinstalled Amavis antivirus during conversion to prevent email delivery issues (#288)
Blocked conversion if Amavis is installed and there is not enough RAM
Other improvements:
Support for repositories from Rackspace EPEL (#311)
Support mariadb installations from yum.mariadb.org repository (#309)
Decreased PHP constraints to support both PHP 5.6 and PHP 7.0
Remove pre-checkers for revert action
Prevent starting several instances of centos2almal tool by adding a lock file
Eliminated potential issues by removing libidn2 and lua-socket packages prior to conversion to address package version conflicts
Bug Fixes:
Prevent actions.json removal when conversion fails on finish.
Fixed reversion process when actions.json is missing
Solved issues caused by starting linked mysqld service during finishing stage
Support kernel version parsing from Linode repository to prevent crashes (#259)