From 04f21fcffa2ee741ecb3996c5a6d8794f66c0e54 Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:16:51 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.rst | 6 +----- changelogs/changelog.yaml | 7 +++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bf6e3504..0a603f9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,14 +7,10 @@ Grafana Collection Release Notes v1.9.0 ====== -Major Changes -------------- - -- grafana_silence ; adding new module to create and delete silences through the API - Minor Changes ------------- +- Add new module `grafana_silence` to create and delete silences through the API - 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 cdfe3f60..0f1c4d1c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -281,10 +281,9 @@ releases: release_date: '2024-02-21' 1.9.0: changes: - major_changes: - - grafana_silence ; adding new module to create and delete silences through - the API minor_changes: + - Add new module `grafana_silence` to create and delete silences through the + API - lookup - grafana_dashboards - add `validate_certs` and `ca_path` options to plugin for custom certs validation removed_features: @@ -294,5 +293,5 @@ releases: - 354-fix-find-grafana-versions.yml - 355-rm-dashboard-message-argument.yml - 356-lookup-dashboards-add-custom-certs-verification-logic.yml - - add grafana_silence module.yml + - 357-module-grafana-silence.yml release_date: '2024-04-30'