Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version number and manifest root urls #29

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dfe-azurecostbackend-datasource/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading