Skip to content

Commit

Permalink
Release 2.2.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Sep 20, 2023
1 parent 1a7e077 commit d80fd5a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/modules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ jobs:
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

- name: Delete Test Stack
if: success() || failure()
run: ansible-test integration -v delete_cloud_stack --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker

Check warning on line 97 in .github/workflows/modules-test.yml

View workflow job for this annotation

GitHub Actions / Perform Linting

97:151 [line-length] line too long (161 > 150 characters)
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

- name: Delete Test Stack
if: success() || failure()
run: ansible-test integration -v delete_cloud_stack --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker

Check warning on line 95 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Perform Linting

95:151 [line-length] line too long (161 > 150 characters)
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Grafana.Grafana Release Notes
.. contents:: Topics


v2.2.0
======

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

Grafana Agent Role Updates

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

- Use 'ansible_system' env variable to detect os typ in Grafana Agent Role
- hange grafana Agent Wal and Positions Directory in Grafana Agent Role

v2.1.9
======

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.9
version: 2.2.0
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,10 @@ releases:
- Update Cloud Stack Module failures
release_summary: Security Updates and Grafana Agent Version failure fixes
release_date: '2023-09-19'
2.2.0:
changes:
minor_changes:
- Use 'ansible_system' env variable to detect os typ in Grafana Agent Role
- hange grafana Agent Wal and Positions Directory in Grafana Agent Role
release_summary: Grafana Agent Role Updates
release_date: '2023-09-20'
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.9
version: 2.2.0
readme: README.md
authors:
- Grafana Labs <grafana.com>
Expand Down

0 comments on commit d80fd5a

Please sign in to comment.