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'