Skip to content

Release 0.12.0

Compare
Choose a tag to compare
@drehak drehak released this 20 Oct 17:35

Packaging

  • Require new leapp framework capability 1.3
  • Fix python macro error in spec file

Upgrade handling

Fixes

  • Do not inhibit if winbind or wins is used in nsswitch.conf (as the issue is fixed in RHEL 8.2)
  • Do not remove java from the upgrade transaction
  • Fix handling of events with same initial releases and input packages
  • Fix storing of logs from initramfs
  • Fix traceback on repos with a mirrorlist or metalink
  • Make sure "default.target.wants" dir exists
  • authselect: Fix mkhomedir issues after authselect conversion

Enhancements

  • Enable upgrades on AWS and Azure
  • Check usage of removed/deprecated leapp env vars
  • Improve remediation instructions for HA clusters

Additional changes interesting for devels

  • Deprecated the GrubDevice model (use get_grub_device() function instead)
  • Deprecated the UpdateGrub model (use get_grub_device() function instead)
  • Deprecated leapp.libraries.common.testutils.logger_mocked.warn() to be consistent with Python upsrteam decision