Skip to content

Commit 39912da

Browse files
authored
Release 6.0.5 (#442)
1 parent 2d2d1b2 commit 39912da

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v6.0.5
8+
======
9+
10+
Major Changes
11+
-------------
12+
13+
- Fallback to empty dict in case grafana_ini is undefined by @root-expert in https://github.com/grafana/grafana-ansible-collection/pull/403
14+
- Fix Mimir config file validation task by @Windos in https://github.com/grafana/grafana-ansible-collection/pull/428
15+
- Fixes issue by @digiserg in https://github.com/grafana/grafana-ansible-collection/pull/421
16+
- Import custom dashboards only when directory exists by @mahendrapaipuri in https://github.com/grafana/grafana-ansible-collection/pull/430
17+
- Updated YUM repo urls from `packages.grafana.com` to `rpm.grafana.com` by @DejfCold in https://github.com/grafana/grafana-ansible-collection/pull/414
18+
- Use credentials from grafana_ini when importing dashboards by @root-expert in https://github.com/grafana/grafana-ansible-collection/pull/402
19+
- do not skip scrape latest github version even in check_mode by @cmehat in https://github.com/grafana/grafana-ansible-collection/pull/408
20+
- fix datasource documentation by @jeremad in https://github.com/grafana/grafana-ansible-collection/pull/437
21+
- fix mimir_download_url_deb & mimir_download_url_rpm by @germebl in https://github.com/grafana/grafana-ansible-collection/pull/400
22+
- update catalog info by @Duologic in https://github.com/grafana/grafana-ansible-collection/pull/434
23+
- use deb822 for newer debian versions by @Lukas-Heindl in https://github.com/grafana/grafana-ansible-collection/pull/440
24+
725
v6.0.4
826
======
927

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,18 @@ releases:
419419
- Add SUSE support to Alloy role by @pozsa in https://github.com/grafana/grafana-ansible-collection/pull/423
420420
- Migrate RedHat install to ansible.builtin.package by @r65535 in https://github.com/grafana/grafana-ansible-collection/pull/431
421421
release_date: '2025-09-27'
422+
6.0.5:
423+
changes:
424+
major_changes:
425+
- Fixes issue by @digiserg in https://github.com/grafana/grafana-ansible-collection/pull/421
426+
- use deb822 for newer debian versions by @Lukas-Heindl in https://github.com/grafana/grafana-ansible-collection/pull/440
427+
- fix datasource documentation by @jeremad in https://github.com/grafana/grafana-ansible-collection/pull/437
428+
- update catalog info by @Duologic in https://github.com/grafana/grafana-ansible-collection/pull/434
429+
- Fix Mimir config file validation task by @Windos in https://github.com/grafana/grafana-ansible-collection/pull/428
430+
- Import custom dashboards only when directory exists by @mahendrapaipuri in https://github.com/grafana/grafana-ansible-collection/pull/430
431+
- fix mimir_download_url_deb & mimir_download_url_rpm by @germebl in https://github.com/grafana/grafana-ansible-collection/pull/400
432+
- Use credentials from grafana_ini when importing dashboards by @root-expert in https://github.com/grafana/grafana-ansible-collection/pull/402
433+
- Fallback to empty dict in case grafana_ini is undefined by @root-expert in https://github.com/grafana/grafana-ansible-collection/pull/403
434+
- do not skip scrape latest github version even in check_mode by @cmehat in https://github.com/grafana/grafana-ansible-collection/pull/408
435+
- Updated YUM repo urls from `packages.grafana.com` to `rpm.grafana.com` by @DejfCold in https://github.com/grafana/grafana-ansible-collection/pull/414
436+
release_date: '2025-10-11'

galaxy.yml

Lines changed: 1 addition & 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.4
4+
version: 6.0.5
55
readme: README.md
66
authors:
77
- Grafana Labs <grafana.com>

0 commit comments

Comments
 (0)