You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,35 @@ Grafana.Grafana Release Notes
4
4
5
5
.. contents:: Topics
6
6
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
+
7
28
v6.0.1
8
29
======
9
30
10
31
Minor Changes
11
32
-------------
12
33
- Remove Node modules from Ansible Collection build
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -374,3 +374,20 @@ releases:
374
374
changes:
375
375
minor_changes:
376
376
- 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