datadog_monitor: deprecate mute and unmute states (#11988)

* feat(datadog_monitor): deprecate mute and unmute states

The Datadog mute/unmute monitor API is deprecated upstream, and the
module's silenced parameter was never correctly wired to the mute
endpoint. Direct users to community.general.datadog_downtime instead.
Planned removal in 15.0.0.

Fixes #1535

* feat(datadog_monitor): add changelog fragment for #11988
This commit is contained in:
Alexei Znamensky
2026-05-06 17:50:49 +12:00
committed by GitHub
parent 1047f45bec
commit 41b8d4e40f
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
deprecated_features:
- datadog_monitor - the ``mute`` and ``unmute`` states are deprecated and will be removed in
community.general 15.0.0; use the ``community.general.datadog_downtime`` module to manage
monitor downtimes instead (https://github.com/ansible-collections/community.general/issues/1535,
https://github.com/ansible-collections/community.general/pull/11988).