From a9313cf3900fb41c22e67e4378350e3215ffc08d Mon Sep 17 00:00:00 2001 From: Michal Bocek Date: Thu, 7 Sep 2023 13:55:26 +0000 Subject: [PATCH] Bump version to 1.4.0 (#893) --- convert2rhel/__init__.py | 2 +- packaging/convert2rhel.spec | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/convert2rhel/__init__.py b/convert2rhel/__init__.py index f708a9b20..3e8d9f946 100644 --- a/convert2rhel/__init__.py +++ b/convert2rhel/__init__.py @@ -1 +1 @@ -__version__ = "1.3.2" +__version__ = "1.4.0" diff --git a/packaging/convert2rhel.spec b/packaging/convert2rhel.spec index cd84c842c..8372f4ca9 100644 --- a/packaging/convert2rhel.spec +++ b/packaging/convert2rhel.spec @@ -9,7 +9,7 @@ %endif Name: convert2rhel -Version: 1.3.2 +Version: 1.4.0 Release: 1%{?dist} Summary: Automates the conversion of RHEL derivative distributions to RHEL @@ -122,6 +122,19 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel. %attr(0644,root,root) %{_mandir}/man8/%{name}.8* %changelog +* Thu Sep 07 2023 Michal Bocek 1.4.0 +- Add `convert2rhel analysis` as a new CLI subcommand +- Stop uninstalling subscription-mananager and unregistering the system by default +- Remove 8.4 from supported EUS versions +- Allow a pre-conversion report action to report multiple messages +- Standardize timestamp to ISO format with timezones +- Report the pre-conversion analysis in a JSON file +- Expand pre-conversion report message attributes +- Change level from warning to info for dbus check skip +- Fix package names with periods breaking conversion +- Prevent simultaneous instances of convert2rhel on a single system +- Oracle Linux 7: Fix lsmod not being found + * Thu Jul 06 2023 Eric Gustavsson 1.3.2 - Fix package names with periods breaking conversion