1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

pushbullet: deprecation (#11224)

* pushbullet: deprecation

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-11-27 21:49:28 +13:00 committed by GitHub
parent 6b4100d70f
commit 1ab9be152f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
deprecated_features:
- pushbullet - module relies on Python package supporting Python 3.2 only; the module will be removed from community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/11224).

View file

@ -837,6 +837,10 @@ plugin_routing:
tombstone:
removal_version: 3.0.0
warning_text: Use purestorage.flashblade.purefb_info instead.
pushbullet:
deprecation:
removal_version: 13.0.0
warning_text: Module relies on Python package pushbullet.py which is not maintained and supports only up to Python 3.2.
python_requirements_facts:
tombstone:
removal_version: 3.0.0

View file

@ -14,6 +14,10 @@ module: pushbullet
short_description: Sends notifications to Pushbullet
description:
- This module sends push notifications through Pushbullet to channels or devices.
deprecated:
removed_in: 13.0.0
why: Module relies on Python package pushbullet.py which is not maintained and supports only up to Python 3.2.
alternative: There is none.
extends_documentation_fragment:
- community.general.attributes
attributes: