Skip to content

Commit 41ff9ce

Browse files
Bump version to 0.26 (#506)
* Bump version to 0.26 Enhancements - Support RHEL EUS version 8.4 - Auto-attach subscription if only one is available - Improve check for packages to update from - Improve installation of subscription manager packages - Fix unavailable repos on CentOS Linux 8 in Ansible playbook - Improve message on how to disable Secure Boot - Update release mapping to 8.10 - Improve clarity over a variety of logging and messages - Untrack previously installed subscription manager packages - Add (unsupported) possibility to convert from Rocky Linux 8 - Add (unsupported) possibility to convert from AlmaLinux 8 - Improve code stability of subprocess calls Security hardening - Prevent users on same system from gaining RHSM password through proccess list (CVE-2022-0852) - Use password file in Ansible playbook to prevent leaking password through proccess list (CVE-2022-1662) Bug fixes - Fix KeyError when handling alphabetical characters in boot entries - Exclude iwlax2xx-firmware dependency in Oracle Linux 8 - Prevent duplicate logging when getting package updates - Prevent backing up specific package that is not available on latest minor version - Fixed logs of previous runs being moved instead of copied - Prevent user from not selecting a response when queried - Fixed minor version not being added correctly when creating RHEL GRUB entry * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 82c661b commit 41ff9ce

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

convert2rhel/__init__.py

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

packaging/convert2rhel.spec

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

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

@@ -110,6 +110,34 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
110110
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*
111111

112112
%changelog
113+
* Fri Jun 3 2022 Eric Gustavsson <egustavs@redhat.com> 0.26
114+
- Support RHEL EUS version 8.4
115+
- Auto-attach subscription if only one is available
116+
- Improve check for packages to update from
117+
- Improve installation of subscription manager packages
118+
- Fix unavailable repos on CentOS Linux 8 in Ansible playbook
119+
- Improve message on how to disable Secure Boot
120+
- Update release mapping to 8.10
121+
- Improve clarity over a variety of logging and messages
122+
- Untrack previously installed subscription manager packages
123+
- Add (unsupported) possibility to convert from Rocky Linux 8
124+
- Add (unsupported) possibility to convert from AlmaLinux 8
125+
- Improve code stability of subprocess calls
126+
- Use password file in Ansible playbook to prevent leaking password through proccess list (CVE-2022-1662)
127+
- Fix KeyError when handling alphabetical characters in boot entries
128+
- Exclude iwlax2xx-firmware dependency in Oracle Linux 8
129+
- Prevent duplicate logging when getting package updates
130+
- Prevent backing up specific package that is not available on latest minor version
131+
- Fixed logs of previous runs being moved instead of copied
132+
- Prevent user from not selecting a response when queried
133+
- Fixed minor version not being added correctly when creating RHEL GRUB entry
134+
135+
* Fri Apr 8 2022 Eric Gustavsson <egustavs@redhat.com> 0.25-4
136+
- Fix pexpect spawn not being correct column width
137+
138+
* Wed Apr 6 2022 Eric Gustavsson <egustavs@redhat.com> 0.25-3
139+
- Fix sending subscription-manager password to command line
140+
113141
* Mon Dec 13 2021 Eric Gustavsson <egustavs@redhat.com> 0.25-1
114142
- Fix python3-cloud-what package issue
115143
- Fix yum distro-sync returning non-zero value for no change

0 commit comments

Comments
 (0)