Skip to content

Commit 512d859

Browse files
committed
Update changelog
1 parent e45e6f0 commit 512d859

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v6.0.1
8+
======
9+
10+
Major Changes
11+
-------------
12+
- Update when statement to test for dashboard files found by @hal58th in https://github.com/grafana/grafana-ansible-collection/pull/363
13+
- Fix Mimir URL verify task by @parcimonic in https://github.com/grafana/grafana-ansible-collection/pull/358
14+
- fix(otel-collector): properly validate config by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/354
15+
- alloy_readiness_check_use_https by @piotr-g in https://github.com/grafana/grafana-ansible-collection/pull/359
16+
- fix: use ansible_facts instead of ansible_- variables by @kleini in https://github.com/grafana/grafana-ansible-collection/pull/365
17+
- Use become false in find task by @santilococo in https://github.com/grafana/grafana-ansible-collection/pull/368
18+
- feat: Don't use a proxy when doing Alloy readiness check by @benoitc-croesus in https://github.com/grafana/grafana-ansible-collection/pull/375
19+
- fix(otel-collector): mark configuration deployment task with `no_log` by @kkantonop in https://github.com/grafana/grafana-ansible-collection/pull/380
20+
- Mimir: Don't override defaults by @56quarters in https://github.com/grafana/grafana-ansible-collection/pull/382
21+
- Add delete protection by @KucicM in https://github.com/grafana/grafana-ansible-collection/pull/381
22+
- fix: declare collection dependencies by @kleini in https://github.com/grafana/grafana-ansible-collection/pull/386
23+
- Fix some regression introduced by v6 by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/376
24+
- Mimir: template ingester and querier section by @Gufderald in https://github.com/grafana/grafana-ansible-collection/pull/371
25+
- grafana role: ensure alerting provisioning directory exists by @derhuerst in https://github.com/grafana/grafana-ansible-collection/pull/364
26+
27+
728
v6.0.1
829
======
930

1031
Minor Changes
1132
-------------
1233
- Remove Node modules from Ansible Collection build
1334

35+
1436
v6.0.0
1537
======
1638

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,3 +374,20 @@ releases:
374374
changes:
375375
minor_changes:
376376
- Remove Node modules from Ansible Collection build
377+
6.0.2:
378+
changes:
379+
major_changes:
380+
- Update when statement to test for dashboard files found by @hal58th in https://github.com/grafana/grafana-ansible-collection/pull/363
381+
- Fix Mimir URL verify task by @parcimonic in https://github.com/grafana/grafana-ansible-collection/pull/358
382+
- fix(otel-collector): properly validate config by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/354
383+
- alloy_readiness_check_use_https by @piotr-g in https://github.com/grafana/grafana-ansible-collection/pull/359
384+
- fix: use ansible_facts instead of ansible_- variables by @kleini in https://github.com/grafana/grafana-ansible-collection/pull/365
385+
- Use become false in find task by @santilococo in https://github.com/grafana/grafana-ansible-collection/pull/368
386+
- feat: Don't use a proxy when doing Alloy readiness check by @benoitc-croesus in https://github.com/grafana/grafana-ansible-collection/pull/375
387+
- fix(otel-collector): mark configuration deployment task with `no_log` by @kkantonop in https://github.com/grafana/grafana-ansible-collection/pull/380
388+
- Mimir: Don't override defaults by @56quarters in https://github.com/grafana/grafana-ansible-collection/pull/382
389+
- Add delete protection by @KucicM in https://github.com/grafana/grafana-ansible-collection/pull/381
390+
- fix: declare collection dependencies by @kleini in https://github.com/grafana/grafana-ansible-collection/pull/386
391+
- Fix some regression introduced by v6 by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/376
392+
- Mimir: template ingester and querier section by @Gufderald in https://github.com/grafana/grafana-ansible-collection/pull/371
393+
- grafana role: ensure alerting provisioning directory exists by @derhuerst in https://github.com/grafana/grafana-ansible-collection/pull/364

0 commit comments

Comments
 (0)