-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Deprecate module_utils.redhat #6663
Merged
felixfontein
merged 1 commit into
ansible-collections:main
from
ptoscano:deprecate-module_utils.redhat
Jun 10, 2023
Merged
Deprecate module_utils.redhat #6663
felixfontein
merged 1 commit into
ansible-collections:main
from
ptoscano:deprecate-module_utils.redhat
Jun 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This module contains bits that are either unused (the Rhsm* classes), or used only by deprecated modules (the RegistrationBase class). Considering that the bits here have not seen updates in years, it is unlikely that anyone is actually using them as "library". Hence, deprecate the whole module altogether: - the Rhsm* classes, as not used by anything, are slated for removal in 9.0.0 - the RegistrationBase class is slated for removal in 10.0.0, together with its only user (i.e. the rhn_register module)
b516763
to
2d3617b
Compare
felixfontein
approved these changes
Jun 10, 2023
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6666 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Jun 10, 2023
This module contains bits that are either unused (the Rhsm* classes), or used only by deprecated modules (the RegistrationBase class). Considering that the bits here have not seen updates in years, it is unlikely that anyone is actually using them as "library". Hence, deprecate the whole module altogether: - the Rhsm* classes, as not used by anything, are slated for removal in 9.0.0 - the RegistrationBase class is slated for removal in 10.0.0, together with its only user (i.e. the rhn_register module) (cherry picked from commit 78c42de)
@ptoscano thanks for your contribution! |
felixfontein
pushed a commit
that referenced
this pull request
Jun 10, 2023
…6666) Deprecate module_utils.redhat (#6663) This module contains bits that are either unused (the Rhsm* classes), or used only by deprecated modules (the RegistrationBase class). Considering that the bits here have not seen updates in years, it is unlikely that anyone is actually using them as "library". Hence, deprecate the whole module altogether: - the Rhsm* classes, as not used by anything, are slated for removal in 9.0.0 - the RegistrationBase class is slated for removal in 10.0.0, together with its only user (i.e. the rhn_register module) (cherry picked from commit 78c42de) Co-authored-by: Pino Toscano <[email protected]>
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
This module contains bits that are either unused (the
Rhsm*
classes), or used only by deprecated modules (theRegistrationBase
class). Considering that the bits here have not seen updates in years, it is unlikely that anyone is actually using them as "library".Hence, deprecate the whole module altogether:
Rhsm*
classes, as not used by anything, are slated for removal in 9.0.0RegistrationBase
class is slated for removal in 10.0.0, together with its only user (i.e. therhn_register
module)ISSUE TYPE
COMPONENT NAME
plugins/module_utils/redhat.py