mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Merge pull request #572 from saito-hideki/stable-1
Create a stable branch for ansible.posix version 1.x as stable-1 SUMMARY We are creating a stable branch to improve maintainability and ensure more accurate releases in preparation for the version 2.x release. The new features(A.K.A minor-changes and major-changes) will be reflected in main branch only, but bug fixes can be backported to the stable branch. Fixes #463 Fixes #573 ISSUE TYPE Feature Pull Request COMPONENT NAME ansible.posix ADDITIONAL INFORMATION None Reviewed-by: Andrew Klychkov <aklychko@redhat.com> Reviewed-by: Adam Miller <admiller@redhat.com> Reviewed-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
commit
5717de0974
3 changed files with 8 additions and 2 deletions
6
changelogs/fragments/572_revert_removal_of_skippy.yml
Normal file
6
changelogs/fragments/572_revert_removal_of_skippy.yml
Normal file
|
|
@ -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).
|
||||||
|
|
@ -4,5 +4,5 @@ plugin_routing:
|
||||||
callback:
|
callback:
|
||||||
skippy:
|
skippy:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_date: "2022-06-01"
|
removal_date: "2024-12-05"
|
||||||
warning_text: See the plugin documentation for more details
|
warning_text: See the plugin documentation for more details
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ DOCUMENTATION = '''
|
||||||
short_description: Ansible screen output that ignores skipped status
|
short_description: Ansible screen output that ignores skipped status
|
||||||
deprecated:
|
deprecated:
|
||||||
why: The 'default' callback plugin now supports this functionality
|
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"
|
alternative: "'default' callback plugin with 'display_skipped_hosts = no' option"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- default_callback
|
- default_callback
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue