From da0ac88fda140cbb5438cf880c1c75f994da214f Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Thu, 2 May 2024 09:03:25 +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 0a603f9e..6674a5a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,7 @@ Minor Changes ------------- - Add new module `grafana_silence` to create and delete silences through the API +- Add role components for `grafana_silence` module - lookup - grafana_dashboards - add `validate_certs` and `ca_path` options to plugin for custom certs validation Removed Features (previously deprecated) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0f1c4d1c..b745beb6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -284,6 +284,7 @@ releases: minor_changes: - Add new module `grafana_silence` to create and delete silences through the API + - Add role components for `grafana_silence` module - lookup - grafana_dashboards - add `validate_certs` and `ca_path` options to plugin for custom certs validation removed_features: @@ -294,4 +295,5 @@ releases: - 355-rm-dashboard-message-argument.yml - 356-lookup-dashboards-add-custom-certs-verification-logic.yml - 357-module-grafana-silence.yml + - 358-role-grafana-silence.yml release_date: '2024-04-30'