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 version to 1.0 #576

Merged
merged 1 commit into from
Aug 19, 2022
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 +1 @@
__version__ = "0.26"
__version__ = "1.0"
19 changes: 18 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: 0.26
Version: 1.0
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

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

%changelog
* Fri Aug 19 2022 Michal Bocek <[email protected]> 1.0
- Check if a new version of convert2rhel is available
- Update grub bootloader images
- Warn if multiple authentication sources are specified
- Improve log messages
- Introduce a user-customizable config file for passing RHSM credentials safely
- Use dbus API for RHSM registration to safely pass the activation key
- Verify GPG key for UBI and CentOS 6 Linux repositories
- Deprecate `-f` `--password-from-file` parameter option
- Fix logging error with unavailable RHSM certificate
- Fix gnome-documents-libs package conflict
- Fix handling shim-x64 package protection on non-UEFI systems
- Fix unknown tag in an rpm query
- Clear yum cache before first yum call
- Add missing eus_rhsm_repoids key into OS 6 config files
- Fix Ansible playbook example for CentOS Linux 8 conversions

* Fri Jun 3 2022 Eric Gustavsson <[email protected]> 0.26
- Support RHEL EUS version 8.4
- Auto-attach subscription if only one is available
Expand Down