-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| major_changes: | ||
| - k8s - Remove ``kubernetes.core.k8s`` inventory plugin | ||
| (https://github.com/ansible-collections/kubernetes.core/pull/902). | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ plugin_routing: | |
| openshift: | ||
| redirect: community.okd.openshift | ||
| k8s: | ||
| deprecation: | ||
| tombstone: | ||
| removal_version: 6.0.0 | ||
| warning_text: >- | ||
| The k8s inventory plugin has been deprecated and | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To have it passed, you need to put a version like Ideally, 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
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.
Is this the correct category of change? Should it be
breaking_changesorminor_changesinstead?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.
The change type here is
breaking_changes