grafana-ansible-collection/changelogs/changelog.yaml

99 lines
3.4 KiB
YAML
Raw Normal View History

2022-08-11 07:09:04 +02:00
ancestor: null
releases:
0.0.1:
changes:
2022-10-21 10:07:50 +02:00
release_summary: It's a release! First version to publish to Ansible Galaxy
release_date: '2022-08-09'
0.0.2:
changes:
release_summary: Updated input parameters description for all modules
2022-10-21 10:07:50 +02:00
release_date: '2022-08-10'
0.0.3:
changes:
2022-10-21 10:07:50 +02:00
release_summary: Documentation update and code cleanup
release_date: '2022-08-10'
0.0.4:
changes:
bugfixes:
2023-03-27 06:36:27 +02:00
- Fix an issue with `cloud_stack` idempotency
2022-10-21 10:07:50 +02:00
release_date: '2022-08-10'
0.0.5:
changes:
2022-10-21 10:07:50 +02:00
release_summary: Documentation update and code cleanup
release_date: '2022-08-10'
0.0.6:
changes:
minor_changes:
2023-03-27 06:36:27 +02:00
- Idempotency updates to cloud_api_key and datasource modules
2022-10-21 10:07:50 +02:00
release_date: '2022-08-10'
0.0.7:
changes:
release_summary: Documentation update for return values in `grafana.grafana.dashboard`
2022-08-11 07:09:04 +02:00
release_date: '2022-08-11'
2022-08-16 08:06:46 +02:00
1.0.0:
changes:
release_summary: CI and testing improvements
2022-08-16 08:06:46 +02:00
release_date: '2022-08-16'
2022-08-23 09:00:35 +02:00
1.0.1:
changes:
release_summary: Documentation updates with updated examples
2022-08-23 09:00:35 +02:00
release_date: '2022-08-23'
2022-08-30 08:46:55 +02:00
1.0.2:
changes:
release_summary: Documentation updates with updated description for modules
2022-08-30 08:46:55 +02:00
release_date: '2022-08-30'
1.0.3:
changes:
minor_changes:
2023-03-27 06:36:27 +02:00
- Add a fail method to modules source code if `requests` library is not present
- Fixed markup for arg option in Documentation
- Updated Documentation with `notes` to specify if the check_mode feature is
supported by modules
- removed `supports_check_mode=True` from source code of modules
release_date: '2022-10-20'
1.0.4:
2022-11-01 08:51:17 +01:00
changes:
bugfixes:
2023-03-27 06:36:27 +02:00
- Fixed cases where cloud_stack and alert_contact_point modules do not return
a tuple when nothing in loop matches
2022-11-01 08:51:17 +01:00
major_changes:
2023-03-27 06:36:27 +02:00
- All modules except dashboard and datasource modules now support idempotency
2022-11-01 08:51:17 +01:00
minor_changes:
2023-03-27 06:36:27 +02:00
- All modules use `missing_required_lib`` to compose the message for module.fail_json()
when required library is missing from host
2022-11-01 08:51:17 +01:00
release_summary: Bug fixes and idempotency fixes for modules
release_date: '2022-11-01'
1.0.5:
changes:
minor_changes:
2023-03-27 06:36:27 +02:00
- Added Note to datasource and dashboard module about not supporting Idempotency
release_summary: Add Note to modules which don't support Idempotency
release_date: '2022-11-10'
2022-11-22 10:03:57 +01:00
1.1.0:
changes:
major_changes:
2023-03-27 06:36:27 +02:00
- Added Role for Grafana Agent
2022-11-22 10:03:57 +01:00
release_summary: Added Role to deploy Grafana Agent on linux hosts
2022-11-22 11:06:03 +01:00
release_date: '2022-11-22'
1.1.1:
changes:
minor_changes:
2023-03-27 06:36:27 +02:00
- Updated the return message in grafana.grafana.folder module
release_summary: Updated return description and value for grafana.grafana.folder
module
release_date: '2023-02-08'
2023-03-27 06:36:27 +02:00
2.0.0:
changes:
major_changes:
- Added Lint support
- Configs for server, metrics, logs, traces, and integrations
- Installation of the latest version
- Local installations when internet connection is not allowed
- Only download binary to controller once instead of hosts
- Skip install if the agent is already installed and the version is the same
as the requested version
- Support for Grafana Agent Flow
- Validation of variables
release_summary: Updated Grafana Agent Role
release_date: '2023-03-27'