From e1ae82a19fdee5db996cbdd0cd2cdb268eca287f Mon Sep 17 00:00:00 2001 From: MartinBelton-gov <111495215+MartinBelton-gov@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:42:35 +0000 Subject: [PATCH] Updated version number and manifest root urls (#29) Co-authored-by: Martin-Belton-gov --- .github/workflows/dockerpublish.yml | 4 ++-- .github/workflows/release.yml | 2 +- dfe-azurecostbackend-datasource/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerpublish.yml b/.github/workflows/dockerpublish.yml index c953d2c..d923136 100644 --- a/.github/workflows/dockerpublish.yml +++ b/.github/workflows/dockerpublish.yml @@ -79,12 +79,12 @@ jobs: run: | mkdir latest-cost-plugin cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/latest-cost-plugin - wget "https://github.com/${{ github.repository }}/releases/download/main/dfe-azurecostbackend-datasource-1.0.4.zip" + wget "https://github.com/${{ github.repository }}/releases/download/main/dfe-azurecostbackend-datasource-1.0.5.zip" - name: Unzip Plugin run: | cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/latest-cost-plugin - unzip -o dfe-azurecostbackend-datasource-1.0.4.zip + unzip -o dfe-azurecostbackend-datasource-1.0.5.zip cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/latest-cost-plugin/dfe-azurecostbackend-datasource pwd ls diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbdd6f8..8df16ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: run: | cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource export GRAFANA_ACCESS_POLICY_TOKEN="${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}" - npx @grafana/sign-plugin@latest --rootUrls http://localhost:3000/,https://20.107.65.156.nip.io/grafana,https://dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://test.develop-child-family-social-work-career.education.gov.uk/grafana,https://pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://develop-child-family-social-work-career.education.gov.uk/grafana,https://www.dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.test.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.develop-child-family-social-work-career.education.gov.uk/grafana + npx @grafana/sign-plugin@latest --rootUrls http://localhost:3000/,http://20.107.65.156.nip.io:3000/grafana,https://dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://test.develop-child-family-social-work-career.education.gov.uk/grafana,https://pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://develop-child-family-social-work-career.education.gov.uk/grafana,https://www.dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.test.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.develop-child-family-social-work-career.education.gov.uk/grafana # if: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN != '' }} - name: Get plugin metadata diff --git a/dfe-azurecostbackend-datasource/package.json b/dfe-azurecostbackend-datasource/package.json index cbcecaa..97ed621 100644 --- a/dfe-azurecostbackend-datasource/package.json +++ b/dfe-azurecostbackend-datasource/package.json @@ -1,7 +1,7 @@ { "id": "1", "name": "azurecost-backend", - "version": "1.0.4", + "version": "1.0.5", "description": "Azure cost backend", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",