Releases: oamg/convert2rhel
Releases · oamg/convert2rhel
Release 0.13
Changes in this version include:
- allow conversions of CentOS and Oracle Linux 8 (#82, #112)
- fix "TypeError: execve()" py2.6-related error when calling external commands (#114)
- remove unused code related to using an offline snapshot of RHEL repositories (#99)
- remove all Red Hat Network (RHN)-related code as RHN has been shut down (#115)
- set POSIX/C locale at the start of running the tool (#83)
- remove python-syspurpose dependency from spec - not available on OL 7 and 8 (#117)
- replace the word blacklist with exclude/excluded (#106)
- clearing yum versionlock that could cause the conversion to fail (#92)
- printing rpm files that were modified during the conversion (#90)
- minor UX improvements (#113) and test infrastructure improvements (#104, #108, #110)
Release 0.12
- Fixes:
- require --enablerepo with --disable-submgr (#45)
- fix failing conversions if gpgcheck=1 not in used custom repos (#31)
- add missing python-setuptools dependency on RHEL 6 to a spec file (#73)
- fix parsing RHSM output due to its change in RHEL 7.8 (#72)
- fix stopping the convert2rhel execution when not running as root (#81)
- do not traceback when intentionally stopping the conversion (#87)
- do not ask for subscription SKU pool IDs when activation key is used (#91)
- Enhancements:
- always logging debug info to the log file (#41)
- unnecessary backup of kernel packages is not being performed (#61)
- unregister from RHN Classic if in use (#47)
- change a temporary folder path from /tmp/convert2rhel/ to /var/lib/convert2rhel (#74)
- add the ability to specify custom RHSM server URL (#64)
- unsubscribe from RHSM during a rollback (#60)
- drop the support for conversions of RHEL 5 (#75)
- make sure that RHEL kernel has been installed correctly during the conversion (#58)
- the convert2rhel.log file is not being overwritten but appended (#85)
Release 0.11
- updated license in spec files from GPLv3 to GPLv3+
- set up automated pylint and unit test coverage checks in GitHub
- removed packit smoke test
- fixed packit configuration for downstream release proposals
Release 0.10
- Fixed rpm dependencies
- Blacklisted kmod-kvdo causing a transaction failure on CentOS 7
- convert2rhel exits with 0 on a help message
- Added packit configuration for Copr builds and unit testing on a PR
Release 0.9
Initial release.