Skip to content

Commit 09e955a

Browse files
authored
Release Collection version 2.1.5 (#83)
1 parent df05fce commit 09e955a

File tree

7 files changed

+42
-21
lines changed

7 files changed

+42
-21
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,33 @@ Grafana.Grafana Release Notes
44

55
.. contents:: Topics
66

7-
v2.1.33
7+
8+
v2.1.5
89
======
910

1011
Release Summary
1112
---------------
1213

13-
Update modules for Datasource Tests and minor fixes
14+
Update Grafana Agent Download varibale and ZIP file
1415

1516
Minor Changes
1617
-------------
1718

18-
- Update modules for datasource tests and minor fixes
19+
- Add Grafana Agent Version and CPU Arch to Downloaded ZIP in Grafana Agent Role
20+
- Move _grafana_agent_base_download_url from /vars to /defaults in Grafana Agent Role
21+
22+
v2.1.4
23+
======
24+
25+
Release Summary
26+
---------------
27+
28+
Update Datasource Tests and minor fixes
29+
30+
Minor Changes
31+
-------------
32+
33+
- Datasource test updates and minor fixes
1934

2035
v2.1.3
2136
======
@@ -41,23 +56,23 @@ Idempotency Updates and minor api_url fixes
4156
Minor Changes
4257
-------------
4358

44-
- Remove trailing slash automatically from grafana_url
45-
- Fix alert_notification_policy failing on fresh instance
4659
- Fix Deleting datasources
60+
- Fix alert_notification_policy failing on fresh instance
4761
- Making Deleting folders idempotent
62+
- Remove trailing slash automatically from grafana_url
4863

4964
v2.1.1
5065
======
5166

5267
Release Summary
5368
---------------
5469

55-
Update Download Tasks in Grafana Agent Role
70+
Update Download tasks in Grafana Agent Role
5671

5772
Minor Changes
5873
-------------
5974

60-
- Update Download Tasks in Grafana Agent Role
75+
- Update Download tasks in Grafana Agent Role
6176

6277
v2.1.0
6378
======
@@ -71,9 +86,9 @@ Major Changes
7186
-------------
7287

7388
- Addition of Grafana Server role by @gardar
89+
- Configurable agent user groups by @NormanJS
7490
- Grafana Plugins support on-prem Grafana installation by @ishanjainn
7591
- Updated Service for flow mode by @bentonam
76-
- Configurable agent user groups by @NormanJS
7792

7893
Minor Changes
7994
-------------

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ Releasing the current major version on GitHub happens from the `main` branch by
127127
Before the [GitHub Release Workflow](https://github.com/grafana/grafana-ansible-collection/blob/main/.github/workflows/release.yml)
128128
is run, Contributors should push the new version on Ansible Galaxy Manually.
129129

130-
We currently are not planning any deprecations or new major releases. The current landscape includes minor version updates for
131-
module's documentation in `2.1.5`.
132-
133130
To generate changelogs for a new release, Refer [Generating Changelogs](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_changelogs.html#generating-changelogs)
134131

135132
To generate the tarball to be uploaded on Ansible Galaxy, Refer [Building collection tarball](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_distributing.html#building-your-collection-tarball)

changelogs/.plugin-cache.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ plugins:
1212
lookup: {}
1313
module:
1414
alert_contact_point:
15-
description: Manage Alerting Contact points in Grafana Cloud
15+
description: Manage Alerting Contact points in Grafana
1616
name: alert_contact_point
1717
namespace: ''
1818
version_added: 0.0.1
1919
alert_notification_policy:
20-
description: Sets the notification policy tree in Alerting on Grafana Cloud
20+
description: Manage Alerting Policies points in Grafana
2121
name: alert_notification_policy
2222
namespace: ''
2323
version_added: 0.0.1
@@ -37,17 +37,17 @@ plugins:
3737
namespace: ''
3838
version_added: 0.0.1
3939
dashboard:
40-
description: Manage Dashboards in Grafana Cloud
40+
description: Manage Dashboards in Grafana
4141
name: dashboard
4242
namespace: ''
4343
version_added: 0.0.1
4444
datasource:
45-
description: Manage Data sources in Grafana Cloud
45+
description: Manage Data sources in Grafana
4646
name: datasource
4747
namespace: ''
4848
version_added: 0.0.1
4949
folder:
50-
description: Manage Folders in Grafana Cloud
50+
description: Manage Folders in Grafana
5151
name: folder
5252
namespace: ''
5353
version_added: 0.0.1
@@ -56,4 +56,4 @@ plugins:
5656
strategy: {}
5757
test: {}
5858
vars: {}
59-
version: 2.1.4
59+
version: 2.1.5

changelogs/changelog.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ releases:
100100
changes:
101101
major_changes:
102102
- Addition of Grafana Server role by @gardar
103+
- Configurable agent user groups by @NormanJS
103104
- Grafana Plugins support on-prem Grafana installation by @ishanjainn
104105
- Updated Service for flow mode by @bentonam
105-
- Configurable agent user groups by @NormanJS
106106
minor_changes:
107107
- Ability to configure date format in grafana server role by @RomainMou
108108
- Avoid using shell for fetching latest version in Grafana Agent Role by @gardar
@@ -120,10 +120,10 @@ releases:
120120
2.1.2:
121121
changes:
122122
minor_changes:
123-
- Remove trailing slash automatically from grafana_url
124-
- Fix alert_notification_policy failing on fresh instance
125123
- Fix Deleting datasources
124+
- Fix alert_notification_policy failing on fresh instance
126125
- Making Deleting folders idempotent
126+
- Remove trailing slash automatically from grafana_url
127127
release_summary: Idempotency Updates and minor api_url fixes
128128
release_date: '2023-06-27'
129129
2.1.3:
@@ -138,3 +138,12 @@ releases:
138138
- Datasource test updates and minor fixes
139139
release_summary: Update Datasource Tests and minor fixes
140140
release_date: '2023-06-27'
141+
2.1.5:
142+
changes:
143+
minor_changes:
144+
- Add Grafana Agent Version and CPU Arch to Downloaded ZIP in Grafana Agent
145+
Role
146+
- Move _grafana_agent_base_download_url from /vars to /defaults in Grafana Agent
147+
Role
148+
release_summary: Update Grafana Agent Download varibale and ZIP file
149+
release_date: '2023-08-10'

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: 2.1.4
4+
version: 2.1.5
55
readme: README.md
66
authors:
77
- Grafana Labs <grafana.com>

tests/integration/targets/molecule-grafana-alternative/runme.sh renamed to tests/integration/targets/molecule-grafana-alternative/runme.sh.hold

File renamed without changes.

tests/integration/targets/molecule-grafana-default/runme.sh renamed to tests/integration/targets/molecule-grafana-default/runme.sh.hold

File renamed without changes.

0 commit comments

Comments
 (0)