Skip to content

Commit

Permalink
build(1.9.0): release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Apr 30, 2024
1 parent fc4f19a commit f45640e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Grafana Collection Release Notes

.. contents:: Topics

v1.9.0
======

Major Changes
-------------

- grafana_silence ; adding new module to create and delete silences through the API

Minor Changes
-------------

- lookup - grafana_dashboards - add `validate_certs` and `ca_path` options to plugin for custom certs validation

Removed Features (previously deprecated)
----------------------------------------

- removed deprecated `message` argument in `grafana_dashboard`

v1.8.0
======
Expand Down Expand Up @@ -288,4 +305,3 @@ Release Summary
---------------

Initial migration of Grafana content from Ansible core (2.9/devel)

17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,20 @@ releases:
- 349-role-notification-channel.yml
- 350-python3.12.yml
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:
- lookup - grafana_dashboards - add `validate_certs` and `ca_path` options to
plugin for custom certs validation
removed_features:
- removed deprecated `message` argument in `grafana_dashboard`
fragments:
- 353-docs-add-influxdb-flux-example.yml
- 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
release_date: '2024-04-30'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: community
name: grafana
version: 1.8.0
version: 1.9.0
readme: README.md
authors:
- Rémi REY (@rrey)
Expand Down

0 comments on commit f45640e

Please sign in to comment.