Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed May 25, 2023
1 parent 62a6492 commit cb665a9
Show file tree
Hide file tree
Showing 2 changed files with 21 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.2.0"
__version__ = "1.3.0"
21 changes: 20 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.2.0
Version: 1.3.0
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

Expand Down Expand Up @@ -123,6 +123,25 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel.
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

%changelog
* Thu May 25 2023 Eric Gustavsson <egustavs@redhat.com> 1.3.0
- Move adding of `NullHandler` to the root logger
- Remove el6 related code
- Improve package version comparison
- Additional validation for package version comparison
- Add ability to do micro releases
- Porting out optparse to argparse
- Rewrite the log messages in `check_needed_repos_availability()` to not use "unsupported"
- Implement a pre-assessment tech preview
- Prevent packages marked for update to reinstall
- Improve UX with SCA enabled: Don't require --pool or --auto-attach
- Fix CodeQL warnings
- Fix Ctrl + C during conversion not starting rollback during certain tasks
- RHSM: do not use the `force` D-Bus registration option
- Fix the log message for invalid package detection
- Handle empty arch in package information
- Allow to skip kernel check even if packages are available
- Prevent packages marked for update to reinstall

* Wed Feb 22 2023 Eric Gustavsson <egustavs@redhat.com> 1.2
- Remove RHEL 6 conversion capability
- Check for kernel boot files after conversion
Expand Down

0 comments on commit cb665a9

Please sign in to comment.