From d80fd5a36dc84abc569773c68bdee5df380fd3ab Mon Sep 17 00:00:00 2001 From: Ishan Jain <51803183+ishanjainn@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:08:43 +0530 Subject: [PATCH] Release 2.2.0 (#109) --- .github/workflows/modules-test.yml | 1 + .github/workflows/release.yml | 1 + CHANGELOG.rst | 14 ++++++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 6 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modules-test.yml b/.github/workflows/modules-test.yml index c48f5d46..20f78978 100644 --- a/.github/workflows/modules-test.yml +++ b/.github/workflows/modules-test.yml @@ -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 working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b39999c6..88528c92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3c738682..151d0ac4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 63fd01fc..c36229ae 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -56,4 +56,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.1.9 +version: 2.2.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4f489d5d..d893c798 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/galaxy.yml b/galaxy.yml index bf0157dd..a91e5ac9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 2.1.9 +version: 2.2.0 readme: README.md authors: - Grafana Labs