-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make required changes for Ansible 2.10
* Introduce the antsibull-changelog fragments mechanism * Remove tests/sanity/requirements.txt that was accidentally introduced * Generate fragments and changelog from previous releases of the collection Closes: #112
- Loading branch information
Showing
19 changed files
with
204 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
================================ | ||
Grafana Collection Release Notes | ||
================================ | ||
|
||
.. contents:: Topics | ||
|
||
|
||
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) | ||
- secureJsonData related properties aren't updated (#107) | ||
|
||
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
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: '2020-08-12' | ||
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-08-12' | ||
0.2.1: | ||
changes: | ||
bugfixes: | ||
- Fix an issue with `grafana_datasource` idempotency | ||
fragments: | ||
- 0.2.1.yml | ||
release_date: '2020-08-12' | ||
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-08-12' | ||
1.0.0: | ||
changes: | ||
known_issues: | ||
- grafana_datasource doesn't set password correctly (#113) | ||
- secureJsonData related properties aren't updated (#107) | ||
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-12' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
release_summary: | | ||
Initial migration of Grafana content from Ansible core (2.9/devel) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- Fix an issue with `grafana_datasource` idempotency |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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) | ||
- secureJsonData related properties aren't updated (#107) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
namespace: community | ||
name: grafana | ||
version: 0.2.2 | ||
version: 1.0.0 | ||
readme: README.md | ||
authors: | ||
- Rémi REY (@rrey) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
requires_ansible: '>=2.6.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,15 +68,15 @@ | |
EXAMPLES = ''' | ||
--- | ||
- name: Create a team | ||
grafana_team: | ||
community.grafana.grafana_team: | ||
url: "https://grafana.example.com" | ||
grafana_api_key: "{{ some_api_token_value }}" | ||
name: "grafana_working_group" | ||
email: "[email protected]" | ||
state: present | ||
- name: Create a team with members | ||
grafana_team: | ||
community.grafana.grafana_team: | ||
url: "https://grafana.example.com" | ||
grafana_api_key: "{{ some_api_token_value }}" | ||
name: "grafana_working_group" | ||
|
@@ -87,7 +87,7 @@ | |
state: present | ||
- name: Create a team with members and enforce the list of members | ||
grafana_team: | ||
community.grafana.grafana_team: | ||
url: "https://grafana.example.com" | ||
grafana_api_key: "{{ some_api_token_value }}" | ||
name: "grafana_working_group" | ||
|
@@ -99,7 +99,7 @@ | |
state: present | ||
- name: Delete a team | ||
grafana_team: | ||
community.grafana.grafana_team: | ||
url: "https://grafana.example.com" | ||
grafana_api_key: "{{ some_api_token_value }}" | ||
name: "grafana_working_group" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.