Skip to content

Commit

Permalink
Update Changelog for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Aug 16, 2020
1 parent 3cde83c commit 2f3d526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
---
collections:
- name: community.grafana
version: v0.1.0
version: 1.0.0
```
### Using modules from the Grafana Collection in your playbooks
Expand Down Expand Up @@ -124,6 +124,8 @@ Since everything adding to the minor/patch changelogs are backports, the same ch
** Changelogs do not contain previous major releases, and only use the ancestor feature (in changelogs/changelog.yaml) to point to the previous major release.
** Changelog fragments are removed after a release is made.

See [antsibull-changelog documentation](https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst#changelog-fragment-categories)

## More Information

For more information about Ansible's Grafana integration, join the `#ansible-community` channel on Freenode IRC, and browse the resources in the [Grafana Working Group](https://github.com/ansible/community/wiki/Grafana) Community wiki page.
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/1.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ major_changes:
- 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)

0 comments on commit 2f3d526

Please sign in to comment.