mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
catapult: deprecation (#10329)
* catapult: deprecation * add changelog frag * Update changelogs/fragments/10329-catapult-deprecation.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update meta/runtime.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/catapult.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/catapult.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
2
changelogs/fragments/10329-catapult-deprecation.yml
Normal file
2
changelogs/fragments/10329-catapult-deprecation.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
deprecated_features:
|
||||
- catapult - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/issues/10318, https://github.com/ansible-collections/community.general/pull/10329).
|
||||
@@ -116,6 +116,10 @@ plugin_routing:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: Project Atomic was sunset by the end of 2019.
|
||||
catapult:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: DNS fails to resolve the API endpoint used by the module since Oct 2024. See https://github.com/ansible-collections/community.general/issues/10318 for details.
|
||||
cisco_spark:
|
||||
redirect: community.general.cisco_webex
|
||||
clc_alert_policy:
|
||||
|
||||
@@ -16,6 +16,12 @@ module: catapult
|
||||
short_description: Send a sms / mms using the catapult bandwidth API
|
||||
description:
|
||||
- Allows notifications to be sent using SMS / MMS using the catapult bandwidth API.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: >-
|
||||
DNS fails to resolve the API endpoint used by the module since Oct 2024.
|
||||
See L(the associated issue, https://github.com/ansible-collections/community.general/issues/10318) for details.
|
||||
alternative: There is none.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user