generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 158
Delete deprecated inventory plugin #902
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
Closed
beeankha
wants to merge
3
commits into
ansible-collections:main
from
beeankha:remove_inventory_plugin
Closed
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update deprecation warning to tombstone entry
- Loading branch information
commit c9c1471fc59e8affb8f7bb65194252edb0db863b
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
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 am getting the following sanity test error:
Do we need to wait until after 6.0.0 is release before we change
deprecation:totombstone:?Uh oh!
There was an error while loading. Please reload this page.
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.
To have it passed, you need to put a version like
6.0.0-dev0in the galaxy.yaml as I did in the #867Ideally, to complete ACA-2407 and as the preparation to ACA-2406 I recommend following:
/att @gravesm as the reporter of ACA-2407 and one of repo maintainer.
ps: I can help with the #867 and associated CI issues, if any, You can see that I have some contributions over the last year
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.
@yurnov thanks so much for listing this all out. The two
github_actionsPRs have been merged; there is a merge conflict in #867, please let me know if you need any help with it.Once we get the conflict sorted out and the CI re-run, we can take another look at that PR.