From c988b2394c09c19d74e6777a181e553ae62c54b1 Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:40:43 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e99596e..60f2e27f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,7 @@ Bugfixes - Add missing function argument in `grafana_contact_point` for org handling - Fix var prefixes in silence-task in role +- Fixed check if grafana_api_key is defined for `grafana_dashboard` lookup v2.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 12ad88fe..3560444b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -338,6 +338,7 @@ releases: bugfixes: - Add missing function argument in `grafana_contact_point` for org handling - 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 minor_changes: @@ -347,5 +348,6 @@ releases: - 379-contact-points-org-name-func-args.yml - 381-sub-folders.yml - 382-notification-channel-deprecation.yml + - 392-dashboard-lookup-apikey.yml - patch-1.yaml release_date: '2024-07-03'