Skip to content

Commit

Permalink
Bump version to 1.4.0 (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocekm authored Sep 7, 2023
1 parent 65f7c48 commit a9313cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convert2rhel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.2"
__version__ = "1.4.0"
15 changes: 14 additions & 1 deletion packaging/convert2rhel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 <mbocek@redhat.com> 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 <egustavs@redhat.com> 1.3.2
- Fix package names with periods breaking conversion

Expand Down

0 comments on commit a9313cf

Please sign in to comment.