-
Notifications
You must be signed in to change notification settings - Fork 86
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 2.0.0 #1243
Bump version to 2.0.0 #1243
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1243 +/- ##
=======================================
Coverage 95.74% 95.74%
=======================================
Files 55 55
Lines 4752 4752
Branches 834 834
=======================================
Hits 4550 4550
Misses 116 116
Partials 86 86
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
We need a Jira issue for this if it's in the release notes
Same with this one
And this And this |
packaging/convert2rhel.spec
Outdated
* Mon May 27 2024 Adam Hosek <ahosek@redhat.com> 2.0.0 | ||
- Remove deprecated CLI arguments | ||
- Remove deprecated latest kernel check env variable | ||
- Remove deprecated convert2rhel unsupported version env variable | ||
- Remove `--disable-submgr` arg | ||
- Rename incomplete rollback envvar | ||
- Remove `-v|--variant` arg | ||
- Port RestorablePackage and ChangedRPMPackagesController | ||
- Remove backup controller partition | ||
- Update RHSM custom facts during analysis | ||
- Remove ppc64 architecture from data | ||
- Add debug logs to host-metering | ||
- Add post conversion stages for Action Framework | ||
- Set consistent task prefix for pre-conversion | ||
- Migrate post conversion transaction function | ||
- Improve efi error check for PART_ENTRY_NUMBER | ||
- Unify parsing of the system release string | ||
- Drop support for 8.6 EUS conversions | ||
- Improve detection of RHSM credentials in subscription check | ||
- Update report to include post conversion actions | ||
- Satellite package backup failure fix | ||
- Drop internet connection check and its dependencies | ||
- Don't report on skipping dbus check | ||
- Modify exit code for conversion when inhibitor is found | ||
- Add RHEL 9 version support up to 9.10 | ||
- Allow converting to RHEL 7 ELS | ||
- Exit with 1 when rollback fails | ||
- Fix empty error message in Yum transaction failure | ||
- Disable RHEL repos when performing checks | ||
- Update the Red Hat package signing key | ||
- Install subscription-manager using package manager | ||
- Change result of the c2r version check to OVERRIDABLE | ||
- Restore disabled repos during conversion in rollback | ||
- Rollback task using "Convert" instead of "Rollback" | ||
- Override yum config exclude list | ||
- Fix an error message referring to a non-existing --organization option | ||
- Fix RHSM facts filepath in a log message | ||
- Remove leftover reposdir from package updates action | ||
- Require username and password to be specified | ||
- Fix check for reposdir in RestorablePackage class | ||
- Add the libreport-plugin-mantisbt to excluded list | ||
- Always backup redhat.repo | ||
- Fix cornercase with userpass and keyorg | ||
- Fix report duplication after analysis | ||
- Fix regression in installing removed packages during rollback | ||
- Check if rollback failed when handling InhibitorFound exception | ||
- Skip versionlock file in backup system actions | ||
- Raise when RestorablePackage fails to restore | ||
- Return a list instead of string for disablerepo command | ||
- Fix bug with duplicate packages check when running with Satellite offline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd reword all the breaking changes and have them near the top
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Venefilyn Like having Breaking change:
in the beginning? And I think all of them are on the top, I haven't changed the order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep!
746507b
to
2cdae06
Compare
Updated! |
Let me create at least the placeholder jira so we can add them here |
2cdae06
to
3fb3939
Compare
Updated the names and added the missing Jira thanks to @r0x0d |
What's Changed
Breaking Changes 🛠
--disable-submgr
arg by @Venefilyn in [RHELC-1425, RHELC-1429] Remove--disable-submgr
arg #1148-v|--variant
arg by @Venefilyn in [RHELC-1425, RHELC-1429] Remove-v|--variant
arg #1149Enhancements 🎉
Bug Fixes 🐛
Test Coverage Enhancements 🔧
New Contributors
Full Changelog: v1.7.1...v2.0.0