summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/grafana/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/grafana/changelogs')
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/changelog.yaml61
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/config.yaml31
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml2
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml7
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml2
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.2.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml6
-rw-r--r--collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml2
8 files changed, 114 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/changelog.yaml
new file mode 100644
index 00000000..210b0f1d
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/changelog.yaml
@@ -0,0 +1,61 @@
+ancestor: null
+releases:
+ 0.1.0:
+ changes:
+ release_summary: 'Initial migration of Grafana content from Ansible core (2.9/devel)
+
+ '
+ fragments:
+ - 0.1.0.yml
+ release_date: '2019-12-27'
+ 0.2.0:
+ changes:
+ bugfixes:
+ - Fix issue `#45` in `grafana_plugin`
+ minor_changes:
+ - Add Thruk as Grafana Datasource
+ - Add `grafana_folder` module
+ - Add `grafana_user` module
+ - Use `module_utils` to allow code factorization
+ fragments:
+ - 0.2.0.yml
+ release_date: '2020-02-26'
+ 0.2.1:
+ changes:
+ bugfixes:
+ - Fix an issue with `grafana_datasource` idempotency
+ fragments:
+ - 0.2.1.yml
+ release_date: '2020-03-18'
+ 0.2.2:
+ changes:
+ 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.
+ fragments:
+ - 0.2.2.yml
+ release_date: '2020-03-30'
+ 1.0.0:
+ changes:
+ known_issues:
+ - grafana_datasource doesn't set password correctly (#113)
+ major_changes:
+ - Add changelog management for ansible 2.10 (#112)
+ - grafana_datasource ; adding additional_json_data param
+ release_summary: Stable release for Ansible 2.10 and beyond
+ fragments:
+ - 1.0.0.yml
+ release_date: '2020-08-16'
+ 1.1.0:
+ changes:
+ minor_changes:
+ - Update the version where `message` alias will disappear from `grafana_dashboard`.
+ (Now 2.0.0)
+ fragments:
+ - update_deprecation.yml
+ modules:
+ - description: Manage Grafana Notification Channels
+ name: grafana_notification_channel
+ namespace: ''
+ release_date: '2020-11-16'
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/config.yaml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/config.yaml
new file mode 100644
index 00000000..86afd70b
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/config.yaml
@@ -0,0 +1,31 @@
+changelog_filename_template: ../CHANGELOG.rst
+changelog_filename_version_depth: 0
+changes_file: changelog.yaml
+changes_format: combined
+ignore_other_fragment_extensions: true
+keep_fragments: true
+mention_ancestor: true
+new_plugins_after_name: removed_features
+notesdir: fragments
+prelude_section_name: release_summary
+prelude_section_title: Release Summary
+sections:
+- - major_changes
+ - Major Changes
+- - minor_changes
+ - Minor Changes
+- - breaking_changes
+ - Breaking Changes / Porting Guide
+- - deprecated_features
+ - Deprecated Features
+- - removed_features
+ - Removed Features (previously deprecated)
+- - security_fixes
+ - Security Fixes
+- - bugfixes
+ - Bugfixes
+- - known_issues
+ - Known Issues
+title: Grafana Collection
+trivial_section_name: trivial
+use_fqcn: true
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml
new file mode 100644
index 00000000..f81c41c4
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml
@@ -0,0 +1,2 @@
+release_summary: |
+ Initial migration of Grafana content from Ansible core (2.9/devel)
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml
new file mode 100644
index 00000000..2e7a83ea
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml
@@ -0,0 +1,7 @@
+bugfixes:
+- Fix issue `#45` in `grafana_plugin`
+minor_changes:
+- Add Thruk as Grafana Datasource
+- Add `grafana_user` module
+- Add `grafana_folder` module
+- Use `module_utils` to allow code factorization
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml
new file mode 100644
index 00000000..d4ff484d
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml
@@ -0,0 +1,2 @@
+bugfixes:
+- Fix an issue with `grafana_datasource` idempotency
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.2.yml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.2.yml
new file mode 100644
index 00000000..c74c9769
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/0.2.2.yml
@@ -0,0 +1,3 @@
+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.
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml
new file mode 100644
index 00000000..d121711b
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml
@@ -0,0 +1,6 @@
+release_summary: Stable release for Ansible 2.10 and beyond
+major_changes:
+- grafana_datasource ; adding additional_json_data param
+- Add changelog management for ansible 2.10 (#112)
+known_issues:
+- grafana_datasource doesn't set password correctly (#113)
diff --git a/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml
new file mode 100644
index 00000000..7489327e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml
@@ -0,0 +1,2 @@
+minor_changes:
+- Update the version where `message` alias will disappear from `grafana_dashboard`. (Now 2.0.0)