Skip to content

Commit 44dd765

Browse files
authored
Release 6.0.1 (#362)
1 parent c008248 commit 44dd765

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Grafana.Grafana Release Notes
44

55
.. contents:: Topics
66

7+
v6.0.1
8+
======
9+
10+
Minor Changes
11+
-------------
12+
- Remove Node modules from Ansible Collection build
13+
714
v6.0.0
815
======
916

changelogs/changelog.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,7 @@ releases:
370370
- integrate sles legacy init-script support by @floerica in https://github.com/grafana/grafana-ansible-collection/pull/184
371371
- feat: add user module to create/update/delete grafana users by @mvalois in https://github.com/grafana/grafana-ansible-collection/pull/178
372372
- management of the config.river with the conversion of the config.yaml by @lbrule in https://github.com/grafana/grafana-ansible-collection/pull/149
373+
6.0.1:
374+
changes:
375+
minor_changes:
376+
- Remove Node modules from Ansible Collection build

galaxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: grafana
33
name: grafana
4-
version: 6.0.0
4+
version: 6.0.1
55
readme: README.md
66
authors:
77
- Grafana Labs <grafana.com>
@@ -14,3 +14,5 @@ tags: [grafana, observability, monitoring]
1414
repository: https://github.com/grafana/grafana-ansible-collection
1515
issues: https://github.com/grafana/grafana-ansible-collection/issues
1616
documentation: https://docs.ansible.com/ansible/latest/collections/grafana/grafana/index.html
17+
build_ignore:
18+
- node_modules/*

0 commit comments

Comments
 (0)