mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
* 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