Releases: grafana/grafana-ansible-collection
Releases · grafana/grafana-ansible-collection
6.0.6
What's Changed
- Mimir: Restore default listen address and port by @56quarters in #456
- fix: broken Grafana apt repository addition by @kleini in #454
- release 6.0.6 by @ishanjainn in #458
Full Changelog: 6.0.5...6.0.6
6.0.5
What's Changed
- Fixes issue #420 by @digiserg in #421
- use deb822 for newer debian versions by @Lukas-Heindl in #440
- fix datasource documentation by @jeremad in #437
- chore(backstage): update catalog info by @Duologic in #434
- (#427)(mimir) Fix Mimir config file validation task by @Windos in #428
- fix(grafana): Import custom dashboards only when directory exists by @mahendrapaipuri in #430
- fix mimir_download_url_deb & mimir_download_url_rpm by @germebl in #400
- fix(grafana): Use credentials from grafana_ini when importing dashboards by @root-expert in #402
- fix(grafana): Fallback to empty dict in case grafana_ini is undefined by @root-expert in #403
- do not skip scrape latest github version even in check_mode by @cmehat in #408
- Updated YUM repo urls from
packages.grafana.comtorpm.grafana.comby @DejfCold in #414 - Release 6.0.5 by @ishanjainn in #442
New Contributors
- @digiserg made their first contribution in #421
- @Lukas-Heindl made their first contribution in #440
- @jeremad made their first contribution in #437
- @Duologic made their first contribution in #434
- @Windos made their first contribution in #428
- @mahendrapaipuri made their first contribution in #430
- @germebl made their first contribution in #400
- @DejfCold made their first contribution in #414
Full Changelog: 6.0.4...6.0.5
6.0.4
What's Changed
- grafana: Fixes to foldersFromFilesStructure option by @root-expert in #351
- feat: add macOS support to alloy role by @l50 in #418
- Fix regex_search result handling: replace None with [] for safe length checks by @voidquark in #426
- Add SUSE support to Alloy role by @pozsa in #423
- Alloy - Migrate RedHat install to ansible.builtin.package by @r65535 in #431
- fix changelog and update version by @ishanjainn in #432
New Contributors
- @l50 made their first contribution in #418
- @pozsa made their first contribution in #423
- @r65535 made their first contribution in #431
Full Changelog: 6.0.3...6.0.4
6.0.3
What's Changed
- Revert "fix: declare collection dependencies" by @ishanjainn in #390
- [doc] improve mimir/alloy examples playbook by @smCloudInTheSky in #369
- Changes for issue #383. Added alloy_github_api_url varaible. by @ILikePhysics in #393
- fix: store APT key with .asc extension by @derhuerst in #394
- fix: declare collection dependencies by @kleini in #392
- Bump ansible-lint from 24.9.2 to 25.6.1 by @dependabot[bot] in #391
- Bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #396
- fix: ensure IP assert returns boolean result by @aardbol in #398
- Update Mimir README.md by @Gufderald in #397
New Contributors
- @smCloudInTheSky made their first contribution in #369
- @ILikePhysics made their first contribution in #393
- @aardbol made their first contribution in #398
Full Changelog: 6.0.2...6.0.3
6.0.2
What's Changed
- Update when statement to test for dashboard files found by @hal58th in #363
- Fix Mimir URL verify task by @parcimonic in #358
- fix(otel-collector): properly validate config by @pieterlexis-tomtom in #354
- alloy_readiness_check_use_https by @piotr-g in #359
- fix: use ansible_facts instead of ansible_* variables by @kleini in #365
- Use become false in find task by @santilococo in #368
- feat: Don't use a proxy when doing Alloy readiness check by @benoitc-croesus in #375
- fix(otel-collector): mark configuration deployment task with
no_logby @kkantonop in #380 - Mimir: Don't override defaults by @56quarters in #382
- Add delete protection by @KucicM in #381
- fix: declare collection dependencies by @kleini in #386
- Fix some regression introduced by v6 by @voidquark in #376
- Mimir: template ingester and querier section by @Gufderald in #371
- grafana role: ensure alerting provisioning directory exists by @derhuerst in #364
New Contributors
- @hal58th made their first contribution in #363
- @parcimonic made their first contribution in #358
- @piotr-g made their first contribution in #359
- @benoitc-croesus made their first contribution in #375
- @kkantonop made their first contribution in #380
- @56quarters made their first contribution in #382
- @KucicM made their first contribution in #381
- @Gufderald made their first contribution in #371
- @derhuerst made their first contribution in #364
Full Changelog: 6.0.1...6.0.2
6.0.1
What's Changed
- Remove node_module folder generation in Release CI by @ishanjainn in #362
Full Changelog: 6.0.0...6.0.1
6.0.0
What's Changed
- fix: use ansible_facts instead of ansible_* variables by @kleini in #296
- Fix the markdown code fences for install command by @benmatselby in #306
- Grafana fix facts in main.yml by @voidquark in #315
- chore: add catalog-info file for internal dev catalog by @theSuess in #317
- Fix sectionless items edge case by @santilococo in #303
- Fix loki_operational_config section not getting rendered in config.yml by @olegkaspersky in #330
- Fix tags Inherit default vars by @MJurayev in #341
- feat(ci): add publish step to GitHub Actions workflow for Ansible Galaxy by @thelooter in #340
- force temporary directory even in check mode for dashboards.yml by @cmehat in #339
- feat(otel-collector): Make systemd create /var/lib/otel-collector by @pieterlexis-tomtom in #336
- feat(otelcol): Validate config by @pieterlexis-tomtom in #327
- grafana: Add foldersFromFilesStructure option by @root-expert in #326
- Do not log grafana.ini contents when setting facts by @root-expert in #325
- Add tempo role by @CSTDev in #323
- Make dashboard imports more flexible by @torfbolt in #308
- integrate sles legacy init-script support by @floerica in #184
- feat: add user module to create/update/delete grafana users by @mvalois in #178
- management of the config.river with the conversion of the config.yaml by @lbrule in #149
- Update alloy.j2 to correctly embed env file variable options by @robigan in #344
New Contributors
- @kleini made their first contribution in #296
- @benmatselby made their first contribution in #306
- @olegkaspersky made their first contribution in #330
- @MJurayev made their first contribution in #341
- @thelooter made their first contribution in #340
- @cmehat made their first contribution in #339
- @root-expert made their first contribution in #326
- @CSTDev made their first contribution in #323
- @torfbolt made their first contribution in #308
- @floerica made their first contribution in #184
- @mvalois made their first contribution in #178
- @lbrule made their first contribution in #149
- @robigan made their first contribution in #344
Full Changelog: 5.7.0...6.0.0
5.7.0
What's Changed
- Fix 'dict object' has no attribute 'path' when running with --check by @JMLX42 in #283
- Ability to set custom directory path for *.alloy config files by @voidquark in #294
- grafana.ini yaml syntax by @intermittentnrg in #232
- Update grafana template by @santilococo in #300
- OpenTelemetry Collector: Add tests and support version latest by @pieterlexis-tomtom in #299
- add loki bloom support by @voidquark in #298
- Release 5.7.0 by @ishanjainn in #301
New Contributors
- @JMLX42 made their first contribution in #283
- @intermittentnrg made their first contribution in #232
- @santilococo made their first contribution in #300
Full Changelog: 5.6.0...5.7.0
5.6.0
What's Changed
- Update Alloy variables to use the
grafana_alloy_namespace so they are unique by @Aethylred in #209 - Allow alloy_user_groups variable again by @pjezek in #276
- Update README.md by @aioue in #275
- Update main.yml by @aioue in #274
- Update README.md by @aioue in #272
- fix: Ensure check-mode works for otel collector by @pieterlexis-tomtom in #264
- Bump pylint from 3.2.5 to 3.3.1 by @dependabot in #273
- Bump ansible-lint from 24.6.0 to 24.9.2 by @dependabot in #270
- Alloy Role Improvements by @voidquark in #281
- fix: message argument of dashboard task by @Nemental in #256
- add grafana_plugins_ops to defaults and docs by @weakcamel in #251
- fix ansible-lint warnings on Forbidden implicit octal value "0640" by @copolycube in #279
- add option to populate google_analytics_4_id value by @copolycube in #249
- Adding "distributor" section support to mimir config file by @HamzaKhait in #247
New Contributors
- @Aethylred made their first contribution in #209
- @pjezek made their first contribution in #276
- @aioue made their first contribution in #275
- @pieterlexis-tomtom made their first contribution in #264
- @Nemental made their first contribution in #256
- @weakcamel made their first contribution in #251
- @copolycube made their first contribution in #279
- @HamzaKhait made their first contribution in #247
Full Changelog: 5.5.1...5.6.0
5.5.1
What's Changed
- Add check_mode: false to Loki "Scrape GitHub" Task by @winsmith in #262
- release v5.5.1 by @voidquark in #265
- Fix: promtail and loki check mode by @voidquark in #267
New Contributors
Full Changelog: 5.5.0...5.5.1