Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.3.0 Swallowtail #842

Merged
merged 1 commit into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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