oamg / convert2rhel

A tool to automate converting Oracle/CentOS/Scientific/Rocky/Alma Linux to Red Hat Enterprise Linux
GNU General Public License v3.0
104 stars 83 forks source link

Bump version to 2.0.0 #1243

Closed hosekadam closed 3 months ago

hosekadam commented 3 months ago

What's Changed

Breaking Changes 🛠

New Contributors

Full Changelog: https://github.com/oamg/convert2rhel/compare/v1.7.1...v2.0.0

has-bot commented 3 months ago

This PR does not require integration tests to be run.


Comment generated by an automation.

Log | Bot Usage
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.74%. Comparing base (bb263d7) to head (3fb3939). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ 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 ``` | [Flag](https://app.codecov.io/gh/oamg/convert2rhel/pull/1243/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=oamg) | Coverage Δ | | |---|---|---| | [centos-linux-7](https://app.codecov.io/gh/oamg/convert2rhel/pull/1243/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=oamg) | `90.93% <100.00%> (ø)` | | | [centos-linux-8](https://app.codecov.io/gh/oamg/convert2rhel/pull/1243/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=oamg) | `91.86% <100.00%> (ø)` | | | [centos-linux-9](https://app.codecov.io/gh/oamg/convert2rhel/pull/1243/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=oamg) | `91.91% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=oamg#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Venefilyn commented 3 months ago

Rollback task using "Convert" instead of "Rollback" by @r0x0d in https://github.com/oamg/convert2rhel/pull/1130

We need a Jira issue for this if it's in the release notes

Check if rollback failed when handling InhibitorFound exception by @hosekadam in https://github.com/oamg/convert2rhel/pull/1224

Same with this one

Return a list instead of string for disablerepo command by @r0x0d in https://github.com/oamg/convert2rhel/pull/1237

And this

Add debug logs to host-metering by @r0x0d in https://github.com/oamg/convert2rhel/pull/1141

And this

hosekadam commented 3 months ago

Updated!

r0x0d commented 3 months ago

Rollback task using "Convert" instead of "Rollback" by @r0x0d in #1130

We need a Jira issue for this if it's in the release notes

Check if rollback failed when handling InhibitorFound exception by @hosekadam in #1224

Same with this one

Return a list instead of string for disablerepo command by @r0x0d in #1237

And this

Add debug logs to host-metering by @r0x0d in

1141

And this

Let me create at least the placeholder jira so we can add them here

hosekadam commented 3 months ago

Updated the names and added the missing Jira thanks to @r0x0d