summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/grafana/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
commita453ac31f3428614cceb99027f8efbdb9258a40b (patch)
treef61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/community/grafana/CHANGELOG.rst
parentInitial commit. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/grafana/CHANGELOG.rst')
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/CHANGELOG.rst80
1 files changed, 80 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/grafana/CHANGELOG.rst b/collections-debian-merged/ansible_collections/community/grafana/CHANGELOG.rst
new file mode 100644
index 00000000..2d7fa2d5
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/CHANGELOG.rst
@@ -0,0 +1,80 @@
+================================
+Grafana Collection Release Notes
+================================
+
+.. contents:: Topics
+
+
+v1.1.0
+======
+
+Minor Changes
+-------------
+
+- Update the version where `message` alias will disappear from `grafana_dashboard`. (Now 2.0.0)
+
+New Modules
+-----------
+
+- community.grafana.grafana_notification_channel - Manage Grafana Notification Channels
+
+v1.0.0
+======
+
+Release Summary
+---------------
+
+Stable release for Ansible 2.10 and beyond
+
+Major Changes
+-------------
+
+- Add changelog management for ansible 2.10 (#112)
+- grafana_datasource ; adding additional_json_data param
+
+Known Issues
+------------
+
+- grafana_datasource doesn't set password correctly (#113)
+
+v0.2.2
+======
+
+Bugfixes
+--------
+
+- Fix an issue in `grafana_dashboard` that made dashboard import no more detecting changes and fail.
+- Refactor module `grafana_datasource` to ease its support.
+
+v0.2.1
+======
+
+Bugfixes
+--------
+
+- Fix an issue with `grafana_datasource` idempotency
+
+v0.2.0
+======
+
+Minor Changes
+-------------
+
+- Add Thruk as Grafana Datasource
+- Add `grafana_folder` module
+- Add `grafana_user` module
+- Use `module_utils` to allow code factorization
+
+Bugfixes
+--------
+
+- Fix issue `#45` in `grafana_plugin`
+
+v0.1.0
+======
+
+Release Summary
+---------------
+
+Initial migration of Grafana content from Ansible core (2.9/devel)
+