Init: mediaserver

This commit is contained in:
2023-02-08 12:13:28 +01:00
parent 848bc9739c
commit f7c23d4ba9
31914 changed files with 6175775 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
trivial:
- Copy ignore.txt.

View File

@@ -0,0 +1,2 @@
release_summary: |
Initial migration of Grafana content from Ansible core (2.9/devel)

View File

@@ -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

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix an issue with `grafana_datasource` idempotency

View File

@@ -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.

View File

@@ -0,0 +1,2 @@
trivial:
- Removing Ansible 2.9 and 2.10 from test workflow as they reached EOL

View File

@@ -0,0 +1,2 @@
trivial:
- Grafana versions tested on the repo are now automatically retrieved to be always up to date

View File

@@ -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)

View File

@@ -0,0 +1,5 @@
bugfixes:
- Fix issue with url when grafana_url has a trailing slash (#135)
- grafana_dashboard, Fix reference before assignment issue (#146)
major_changes:
- introduce "skip_version_check" parameter in grafana_teams and grafana_folder modules (#147)

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix issue with grafana_user that failed to create admin user (#142)

View File

@@ -0,0 +1,7 @@
bugfixes:
- grafana_dashboard now explicitely fails if the folder doesn't exist upon creation.
It would previously silently pass but not create the dashboard.
(https://github.com/ansible-collections/community.grafana/issues/153)
- grafana_team now able to handle spaces and other utf-8 chars in the name parameter.
(https://github.com/ansible-collections/community.grafana/issues/164)
- Fix an issue with datasource uid now returned by the Grafana API (#176)

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix issue with trailing '/' in provided grafana_url. The modules now support values with trailing slashes.

View File

@@ -0,0 +1,2 @@
minor_changes:
- community.grafana.grafana_datasource supports aws_auth_type of default.

View File

@@ -0,0 +1,2 @@
minor_changes:
- add `grafana` action group in `meta/runtime.yml` to support for module group defaults

View File

@@ -0,0 +1,6 @@
deprecated_features:
- grafana_dashboard lookup - Providing a mangled version of the API key is no
longer preferred.
bugfixes:
- grafana_dashboard lookup - All valid API keys can be used, not just keys
ending in '=='.

View File

@@ -0,0 +1,2 @@
minor_changes:
- Remove requirement for `ds_type` and `ds_url` parameters when deleting a datasource

View File

@@ -0,0 +1,2 @@
minor_changes:
- community.grafana.grafana_datasource supports grafana-azure-monitor-datasource.

View File

@@ -0,0 +1,2 @@
trivial:
- GH Actions now checks that all PR contains a changelog fragment.

View File

@@ -0,0 +1,3 @@
bugfixes:
- Fix a bug that causes a fatal error when using `url` parameter in
`grafana_dashboard` and `grafana_notification_channel` modules.

View File

@@ -0,0 +1,3 @@
bugfixes:
- Fix a bug that causes an update error when using the `grafana_datasource` module on Grafana >=9.0.0
(https://github.com/ansible-collections/community.grafana/issues/248).

View File

@@ -0,0 +1,2 @@
minor_changes:
- Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version (#257)

View File

@@ -0,0 +1,4 @@
bugfixes:
- Ensure user email/login is url encoded when searching for the user (#264)
trivial:
- Add integration tests with encoded characters in name/login (#264)

View File

@@ -0,0 +1,2 @@
trivial:
- Add unit tests coverage for datasource module.

View File

@@ -0,0 +1,2 @@
trivial:
- Update Github workflow to use the ansible-test Action for sanity and units tests execution.

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix an issue with grafana_datasource for Prometheus with basic auth credential management. (#204)

View File

@@ -0,0 +1,2 @@
bugfixes:
- Add support for more elasticsearch version as datasource (#263)

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix issue with datasource names that could not contain slashes (#125)

View File

@@ -0,0 +1,2 @@
trivial:
- Added a note in `grafana_user` module documentation about `grafana_api_key` being unsupported.

View File

@@ -0,0 +1,2 @@
minor_changes:
- refactor grafana_notification_channel module

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208)

View File

@@ -0,0 +1,2 @@
minor_changes:
- Update the version where `message` alias will disappear from `grafana_dashboard`. (Now 2.0.0)