Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.5.0 #260

Merged
merged 4 commits into from
Aug 20, 2024
Merged

5.5.0 #260

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Grafana.Grafana Release Notes

.. contents:: Topics

v5.4.2
======

Major Changes
-------------

- fix:mimir molecule should use ansible core 2.16 by @GVengelen in https://github.com/grafana/grafana-ansible-collection/pull/254
- promtail: add support for extra args by @harryfinbow in https://github.com/grafana/grafana-ansible-collection/pull/259

v5.4.1
======

Major Changes
-------------

- fix: Updated promtail arch map for aarch64 matching by @gianmarco-mameli in https://github.com/grafana/grafana-ansible-collection/pull/257

v5.4.0
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ancestor: null

Check warning on line 1 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

1:1 [document-start] missing document start "---"

Check failure on line 1 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

schema[changelog]

$.releases.4.0.0.changes.minor_changes[5] {'fix': 'Apply correct uid + gid for imported dashboards by @hypery2k in https://github.com/grafana/grafana-ansible-collection/pull/167'} is not of type 'string'. See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md
releases:
0.0.1:
changes:
Expand All @@ -15,7 +15,7 @@
0.0.4:
changes:
bugfixes:
- Fix an issue with `cloud_stack` idempotency

Check failure on line 18 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

18:7 [indentation] wrong indentation: expected 8 but found 6
release_date: '2022-08-10'
0.0.5:
changes:
Expand All @@ -24,7 +24,7 @@
0.0.6:
changes:
minor_changes:
- Idempotency updates to cloud_api_key and datasource modules

Check failure on line 27 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

27:7 [indentation] wrong indentation: expected 8 but found 6
release_date: '2022-08-10'
0.0.7:
changes:
Expand All @@ -45,7 +45,7 @@
1.0.3:
changes:
minor_changes:
- Add a fail method to modules source code if `requests` library is not present

Check failure on line 48 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

48:7 [indentation] wrong indentation: expected 8 but found 6
- Fixed markup for arg option in Documentation
- Updated Documentation with `notes` to specify if the check_mode feature is
supported by modules
Expand All @@ -54,38 +54,38 @@
1.0.4:
changes:
bugfixes:
- Fixed cases where cloud_stack and alert_contact_point modules do not return

Check failure on line 57 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

57:7 [indentation] wrong indentation: expected 8 but found 6
a tuple when nothing in loop matches
major_changes:
- All modules except dashboard and datasource modules now support idempotency

Check failure on line 60 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

60:7 [indentation] wrong indentation: expected 8 but found 6
minor_changes:
- All modules use `missing_required_lib`` to compose the message for module.fail_json()

Check failure on line 62 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

62:7 [indentation] wrong indentation: expected 8 but found 6
when required library is missing from host
release_summary: Bug fixes and idempotency fixes for modules
release_date: '2022-11-01'
1.0.5:
changes:
minor_changes:
- Added Note to datasource and dashboard module about not supporting Idempotency

Check failure on line 69 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

69:7 [indentation] wrong indentation: expected 8 but found 6
release_summary: Add Note to modules which don't support Idempotency
release_date: '2022-11-10'
1.1.0:
changes:
major_changes:
- Added Role for Grafana Agent

Check failure on line 75 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

75:7 [indentation] wrong indentation: expected 8 but found 6
release_summary: Added Role to deploy Grafana Agent on linux hosts
release_date: '2022-11-22'
1.1.1:
changes:
minor_changes:
- Updated the return message in grafana.grafana.folder module

Check failure on line 81 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

81:7 [indentation] wrong indentation: expected 8 but found 6
release_summary: Updated return description and value for grafana.grafana.folder
module
release_date: '2023-02-08'
2.0.0:
changes:
major_changes:
- Added Lint support

Check failure on line 88 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

88:7 [indentation] wrong indentation: expected 8 but found 6
- Configs for server, metrics, logs, traces, and integrations
- Installation of the latest version
- Local installations when internet connection is not allowed
Expand Down Expand Up @@ -297,14 +297,25 @@
- style(roles/mimir): readme styling & language improvements by @tigattack in https://github.com/grafana/grafana-ansible-collection/pull/214
- Bump ansible-lint from 24.5.0 to 24.6.0 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/216
- Bump pylint from 3.2.2 to 3.2.3 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/217
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/218

Check warning on line 300 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

300:151 [line-length] line too long (165 > 150 characters)
- Change from config.river to config.alloy by @cardasac in https://github.com/grafana/grafana-ansible-collection/pull/225
- Updated result.json['message'] to result.json()['message'] by @CPreun in https://github.com/grafana/grafana-ansible-collection/pull/223
- Bump pylint from 3.2.3 to 3.2.5 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/234
- Fix Grafana Configuration for Unified and Legacy Alerting Based on Version by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/215

Check warning on line 304 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

304:151 [line-length] line too long (162 > 150 characters)
release_date: '2024-07-12'
5.4.0:
changes:
major_changes:
- fix: Use a variable to control uninstall behavior instead of tags by @dobbi84 in https://github.com/grafana/grafana-ansible-collection/pull/253

Check warning on line 309 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

309:151 [line-length] line too long (151 > 150 characters)
release_date: '2024-08-09'
5.4.1:
changes:
major_changes:
- fix: Updated promtail arch map for aarch64 matching by @gianmarco-mameli in https://github.com/grafana/grafana-ansible-collection/pull/257
release_date: '2024-08-13'
5.5.0:
changes:
major_changes:
- fix:mimir molecule should use ansible core 2.16 by @GVengelen in https://github.com/grafana/grafana-ansible-collection/pull/254
- promtail: add support for extra args by @harryfinbow in https://github.com/grafana/grafana-ansible-collection/pull/259
release_date: '2024-08-16'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: grafana
name: grafana
version: 5.4.0
version: 5.5.0
readme: README.md
authors:
- Grafana Labs <grafana.com>
Expand Down
Loading