Skip to content

Release 1.3.0 Swallowtail

Compare
Choose a tag to compare
@Venefilyn Venefilyn released this 25 May 17:27
· 551 commits to main since this release
d011723

Highlights

Enables a technical preview of our pre-conversion analyze command that is planned for full release in v1.4. This feature will look through the system and give any details about the system's known ideal state for conversion. It does not guarantee a fail-safe conversion but highlights areas that are common issues. The pre-conversion analysis command can be enabled by setting the CONVERT2RHEL_EXPERIMENTAL_ANALYSIS environment variable to 1.

What's Changed

Enhancements 🎉

  • [RHELC-724] Move adding of NullHandler to the root logger. by @abadger in #732
  • [RHELC-869] Remove el6 related code by @SpyTec in #754
  • [RHELC-667] Improve package version comparison by @pr-watson in #713
  • [RHELC-667] Additional validation for package version comparison by @pr-watson in #762
  • [RHELC-832] Add ability to do micro releases by @pr-watson in #752
  • [RHELC-875] Porting out optparse to argparse by @r0x0d in #782
  • [RHELC-750] Rewrite the log messages in check_needed_repos_availability() to not use "unsupported" by @Andrew-ang9 in #729
  • [RHELC-751] Implement a pre-assessment tech preview by @abadger in #761
  • [RHELC-901] Allow username and organization in the config file by @r0x0d in #826
  • [RHELC-781, RHELC-821] Improve UX with SCA enabled: Don't require --pool or --auto-attach by @pr-watson in #814

Security Hardening 🔒

Bug Fixes 🐛

  • [RHELC-885] Fix Ctrl + C during conversion not starting rollback during certain tasks by @r0x0d in #759
  • RHSM: do not use the force D-Bus registration option by @ptoscano in #812
  • [RHELC-1009] Fix the log message for invalid package detection by @pr-watson in #829
  • [RHELC-1010] Handle empty arch in package information by @r0x0d in #828
  • [RHELC-1003] Allow to skip kernel check even if packages are available by @wombelix in #817
  • [RHELC-899] Prevent packages marked for update to reinstall by @r0x0d in #833

New Contributors

Full Changelog: v1.2...v1.3.0