-
Notifications
You must be signed in to change notification settings - Fork 1.6k
yaml callback plugin: deprecation #9456
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
yaml callback plugin: deprecation #9456
Conversation
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.
Since yaml is (or at least used to be, not sure how many migrated to result_format=yaml
) one of the most used callback plugins, it might be warranted to have a longer deprecation period. What do you think of only removing it from 13.0.0, so users have a bit more than a full year to adjust?
agreed! |
@russoz it looks like this now has conflicts as well... |
Co-authored-by: Felix Fontein <[email protected]>
95ca5af
to
52003cc
Compare
Backport to stable-10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 17d36da on top of patchback/backports/stable-10/17d36da15049b3c8cef455db27f132d51b3ac212/pr-9456 Backporting merged PR #9456 into main
🤖 @patchback |
@russoz thanks for your contribution! |
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9469 🤖 @patchback |
* yaml callback pulign: deprecation * add changelog frag * Update plugins/callback/yaml.py Co-authored-by: Felix Fontein <[email protected]> * set removal to 13.0.0 --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 17d36da)
…tion (#9469) yaml callback plugin: deprecation (#9456) * yaml callback pulign: deprecation * add changelog frag * Update plugins/callback/yaml.py Co-authored-by: Felix Fontein <[email protected]> * set removal to 13.0.0 --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 17d36da) Co-authored-by: Alexei Znamensky <[email protected]>
* yaml callback pulign: deprecation * add changelog frag * Update plugins/callback/yaml.py Co-authored-by: Felix Fontein <[email protected]> * set removal to 13.0.0 --------- Co-authored-by: Felix Fontein <[email protected]>
* yaml callback pulign: deprecation * add changelog frag * Update plugins/callback/yaml.py Co-authored-by: Felix Fontein <[email protected]> * set removal to 13.0.0 --------- Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
The plugin itself has a note stating that since ansible-core 2.13 (as of Dec '24 the minimum verison of ansible-core supported by community.general) has the functionality implemented within its default callback plugin.
ISSUE TYPE
COMPONENT NAME
plugins/callback/yaml.py