Skip to content

Commit afa3554

Browse files
authored
Merge pull request #311 from SpyTec/bump_0.22
Bump version to 0.22
2 parents 5041164 + ad72fd9 commit afa3554

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-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.21"
1+
__version__ = "0.22"

packaging/convert2rhel.spec

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

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

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

112112
%changelog
113+
* Tue Jun 29 2021 Eric Gustavsson <egustavs@redhat.com> 0.22-1
114+
- Add support for future minor releases
115+
- Add custom repo validation
116+
- Add support for offline Satellite-managed systems
117+
- Rename --disable-submgr parameter to --no-rhsm
118+
- Fix faulty dependency error resolution with yum packages
119+
- Fix accidental removals of all katello packages
120+
- Fix activation keys with whitespace now supported
121+
- Fix python-requests failing conversions
122+
- Improve logging with tasks and kernel modules
123+
113124
* Mon May 10 2021 Eric Gustavsson <egustavs@redhat.com> 0.21-1
114125
- Inhibit systems with non-standard RHEL kernel
115126
- Unregister the system before removing subscription-manager

0 commit comments

Comments
 (0)