Create a stable branch for ansible.posix version 1.x as stable-1

* 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 <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2024-10-09 18:44:14 +09:00
parent 098b5bee70
commit e270777b8d
3 changed files with 8 additions and 2 deletions

View 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).