Skip to content

Commit

Permalink
Merge branch 'main' into fix-dashbord-import-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Sep 11, 2023
2 parents 6604674 + f3d2e6d commit 8bba71e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Grafana.Grafana Release Notes
.. contents:: Topics


v2.1.7
======

Release Summary
---------------

YAML Fixes

Minor Changes
-------------

- YAML Fixes

v2.1.6
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.1.6
version: 2.1.7
6 changes: 6 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,9 @@ releases:
- Use new standard to configure Grafana APT source for Grafana Role
release_summary: Grafana and Grafana Agent role updates
release_date: '2023-09-11'
2.1.7:
changes:
minor_changes:
- YAML Fixes
release_summary: YAML Fixes
release_date: '2023-09-11'
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: 2.1.6
version: 2.1.7
readme: README.md
authors:
- Grafana Labs <grafana.com>
Expand Down
Binary file added grafana-grafana-2.1.7.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion roles/grafana_agent/handlers/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
listen: "restart grafana-agent"

- name: Check Grafana Agent is started properly
ansible.builtin.include_tasks: ga-started.yml
ansible.builtin.include_tasks: ga-started.yaml
listen: "restart grafana-agent"

0 comments on commit 8bba71e

Please sign in to comment.