Skip to content

Commit

Permalink
Create a stable branch for ansible.posix version 1.x as stable-1
Browse files Browse the repository at this point in the history
* Created sable-1 branch for version 1.x release
* Reverted removal of skippy plugin
* Chabnged the scheduled removal to December 5, 2024.

Signed-off-by: Hideki Saito <[email protected]>
  • Loading branch information
saito-hideki committed Oct 10, 2024
1 parent 098b5be commit e270777
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelogs/fragments/572_revert_removal_of_skippy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
trivial:
- Create a stable branch stable-1 for version 1.x release
- skippy - Update deprecation message to include removal version 2.0.0 (https://github.com/ansible-collections/ansible.posix/pull/556).
bugfixes:
- skippy - Revert removal of skippy plugin. It will be removed in version 2.0.0 (https://github.com/ansible-collections/ansible.posix/issues/573).
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugin_routing:
callback:
skippy:
deprecation:
removal_date: "2022-06-01"
removal_date: "2024-12-05"
warning_text: See the plugin documentation for more details
2 changes: 1 addition & 1 deletion plugins/callback/skippy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
short_description: Ansible screen output that ignores skipped status
deprecated:
why: The 'default' callback plugin now supports this functionality
removed_at_date: '2022-06-01'
removed_at_date: '2024-12-05'
alternative: "'default' callback plugin with 'display_skipped_hosts = no' option"
extends_documentation_fragment:
- default_callback
Expand Down

0 comments on commit e270777

Please sign in to comment.