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

Bump to version 1.6.0 #1008

Merged
merged 1 commit into from
Dec 8, 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,2 +1,2 @@
__metaclass__ = type
__version__ = "1.5.0"
__version__ = "1.6.0"
16 changes: 15 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.5.0
Version: 1.6.0
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

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

%changelog
* Fri Dec 08 2023 Preston Watson <prwatson@redhat.com> 1.6.0
- Change Action results so that no information is given in SUCCESS results
- Add OVERRIDABLE result to the third party package analysis
- Add OVERRIDABLE result to package up to date analysis
- Change the sorting order for the analysis report
- Revert OVERRIDABLE result in package handling check
- Update package handling check to properly report removed packages
- Identify highest status in json report
- Fix backtrace in kernel signature verification
- Try to rollback all changes even if one of them fails
- Fix error message when repoquery fails to retrieve information on kmod packages
- Fix an exception when listing third-party packages with Epoch 2
- Recover file changes during a rollback

* Mon Oct 30 2023 Michal Bocek <mbocek@redhat.com> 1.5.0
- Display system packages that are not up to date in alphabetical order
- Change the default message of an empty report message field
Expand Down