diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 60f2e27f..72b29254 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,7 +15,7 @@ Minor Changes Deprecated Features ------------------- -- Deprecate `grafana_notification_channel` with removal in version 3.0.0 +- Deprecate `grafana_notification_channel`. It will be removed in version 3.0.0 Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3560444b..cc85d41c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -340,7 +340,7 @@ releases: - Fix var prefixes in silence-task in role - Fixed check if grafana_api_key is defined for `grafana_dashboard` lookup deprecated_features: - - Deprecate `grafana_notification_channel` with removal in version 3.0.0 + - Deprecate `grafana_notification_channel`. It will be removed in version 3.0.0 minor_changes: - Manage subfolders for `grafana_folder` and specify uid fragments: @@ -350,4 +350,4 @@ releases: - 382-notification-channel-deprecation.yml - 392-dashboard-lookup-apikey.yml - patch-1.yaml - release_date: '2024-07-03' + release_date: '2024-08-08'