Skip to content

Commit ccf96a6

Browse files
Venefilynbocekm
authored andcommitted
Bump version to 1.2
1 parent 8875f2c commit ccf96a6

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

convert2rhel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1"
1+
__version__ = "1.2"

packaging/convert2rhel.spec

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

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

@@ -124,6 +124,26 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel.
124124
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*
125125

126126
%changelog
127+
* Mon Feb 22 2023 Eric Gustavsson <egustavs@redhat.com> 1.2
128+
- Remove RHEL 6 conversion capability
129+
- Check for kernel boot files after conversion
130+
- Allow overriding the kernel module inhibitor
131+
- Remove shim-x64 related workaround for Oracle Linux 7
132+
- Always print the RHSM rollback task "title"
133+
- Verify both RHSM org and key is passed
134+
- Improve logging and handling of RHSM facts
135+
- Change the debug FILE label in log file to DEBUG
136+
- Add progress indicators for the main package replacement
137+
- Man/help page to mention config file location
138+
- Enable opt out for telemetry
139+
- Hide RHSM username and org from logs and breadcrumbs
140+
- Fix conversion with "LANGUAGE" envar
141+
- Deduplicate log messages about imported keys
142+
- Update address for internet connection check
143+
- Fix a traceback when checking if the latest kernel is loaded
144+
- Make TASK log messages consistent
145+
- Fix partition number usage when creating RHEL UEFI bootloader entry
146+
127147
* Wed Nov 30 2022 Eric Gustavsson <egustavs@redhat.com> 1.1
128148
- Add RHEL 8.6 among the supported EUS minor versions
129149
- Merge yum transactions into a single one to improve stability

0 commit comments

Comments
 (0)