Skip to content

Commit fd4d60b

Browse files
authored
Bump to version 1.6.0 (#1008)
1 parent 039ded7 commit fd4d60b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

convert2rhel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__metaclass__ = type
2-
__version__ = "1.5.0"
2+
__version__ = "1.6.0"

packaging/convert2rhel.spec

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: convert2rhel
12-
Version: 1.5.0
12+
Version: 1.6.0
1313
Release: 1%{?dist}
1414
Summary: Automates the conversion of RHEL derivative distributions to RHEL
1515

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

124124
%changelog
125+
* Fri Dec 08 2023 Preston Watson <[email protected]> 1.6.0
126+
- Change Action results so that no information is given in SUCCESS results
127+
- Add OVERRIDABLE result to the third party package analysis
128+
- Add OVERRIDABLE result to package up to date analysis
129+
- Change the sorting order for the analysis report
130+
- Revert OVERRIDABLE result in package handling check
131+
- Update package handling check to properly report removed packages
132+
- Identify highest status in json report
133+
- Fix backtrace in kernel signature verification
134+
- Try to rollback all changes even if one of them fails
135+
- Fix error message when repoquery fails to retrieve information on kmod packages
136+
- Fix an exception when listing third-party packages with Epoch 2
137+
- Recover file changes during a rollback
138+
125139
* Mon Oct 30 2023 Michal Bocek <[email protected]> 1.5.0
126140
- Display system packages that are not up to date in alphabetical order
127141
- Change the default message of an empty report message field

0 commit comments

Comments
 (0)