From 2f3d5269b286ffb6c81264f9226c736d2c0a2deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Sun, 16 Aug 2020 10:39:34 +0200 Subject: [PATCH] Update Changelog for 1.0.0 --- README.md | 4 +++- changelogs/fragments/1.0.0.yml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9ce024e..c768ec93 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/changelogs/fragments/1.0.0.yml b/changelogs/fragments/1.0.0.yml index 29d5ceb2..d121711b 100644 --- a/changelogs/fragments/1.0.0.yml +++ b/changelogs/fragments/1.0.0.yml @@ -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)