From 825100f0ee7c6b9028c05168796471fb1958da46 Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:07:42 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'