Skip to content

Commit 68d9b5d

Browse files
Automated update to latest version (#606)
Co-authored-by: academo <227916+academo@users.noreply.github.com>
1 parent fb9be8c commit 68d9b5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+585
-615
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.1.5"
2+
"version": "6.1.8"
33
}

examples/app-basic/.config/docker-compose-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
args:
99
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-12.2.0}
10+
grafana_version: ${GRAFANA_VERSION:-12.2.1}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

examples/app-basic/.github/workflows/bundle-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: grafana/plugin-actions/bundle-size@v1.0.2
27+
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2

examples/app-basic/.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Resolve Grafana E2E versions
142142
id: resolve-versions
143-
uses: grafana/plugin-actions/e2e-version@v1.1.2
143+
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.2
144144

145145
playwright-tests:
146146
needs: [resolve-versions, build]
@@ -186,7 +186,7 @@ jobs:
186186
ANONYMOUS_AUTH_ENABLED=false DEVELOPMENT=false GRAFANA_VERSION=${{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=${{ matrix.GRAFANA_IMAGE.NAME }} docker compose up -d
187187
188188
- name: Wait for grafana server
189-
uses: grafana/plugin-actions/wait-for-grafana@v1.0.2
189+
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.2
190190
with:
191191
url: http://localhost:3000/login
192192

@@ -198,7 +198,7 @@ jobs:
198198
run: npm run e2e
199199

200200
- name: Upload e2e test summary
201-
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@v1.0.1
201+
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@upload-report-artifacts/v1.0.1
202202
if: ${{ always() && !cancelled() }}
203203
with:
204204
upload-report: false
@@ -236,6 +236,6 @@ jobs:
236236
# required for playwright-gh-pages
237237
persist-credentials: true
238238
- name: Publish report
239-
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@v1.0.1
239+
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.0.1
240240
with:
241241
github-token: ${{ secrets.GITHUB_TOKEN }}

examples/app-basic/.github/workflows/cp-update.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,16 @@ on:
55
schedule:
66
- cron: '0 0 1 * *' # run once a month on the 1st day
77

8-
# To use the default github token with the following elevated permissions make sure to check:
9-
# **Allow GitHub Actions to create and approve pull requests** in https://github.com/ORG_NAME/REPO_NAME/settings/actions.
10-
# Alternatively create a fine-grained personal access token for your repository with
11-
# `contents: read and write` and `pull requests: read and write` and pass it to the action.
12-
13-
permissions:
14-
contents: write
15-
pull-requests: write
8+
# To use this workflow please create a fine-grained personal access token for your repository with:
9+
# `contents: read and write`
10+
# `pull requests: read and write`
11+
# `workflows: read and write`
1612

1713
jobs:
1814
release:
1915
runs-on: ubuntu-latest
2016
steps:
21-
- uses: grafana/plugin-actions/create-plugin-update@v1.1.0
22-
# Uncomment to use a fine-grained personal access token instead of default github token
23-
# (For more info on how to generate the token see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
24-
# with:
25-
# Make sure to save the token in your repository secrets
26-
# token: $
17+
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v1.1.0
18+
with:
19+
# Make sure to save the token in your repository secrets as `GH_PAT_TOKEN`
20+
token: ${{ secrets.GH_PAT_TOKEN }}

examples/app-basic/.github/workflows/is-compatible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "modulets=${MODULETS}" >> $GITHUB_OUTPUT
3131
3232
- name: Compatibility check
33-
uses: grafana/plugin-actions/is-compatible@v1.0.2
33+
uses: grafana/plugin-actions/is-compatible@is-compatible/v1.0.2
3434
with:
3535
module: ${{ steps.find-module-ts.outputs.modulets }}
3636
comment-pr: 'no'

examples/app-basic/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- uses: grafana/plugin-actions/build-plugin@v1.0.2
22+
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
2323
# Uncomment to enable plugin signing
2424
# (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token)
2525
#with:

0 commit comments

Comments
 (0)