Skip to content

Commit e62d1bb

Browse files
chore(main): release ci-cd-workflows 7.2.0 (#660)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent e91911c commit e62d1bb

13 files changed

Lines changed: 50 additions & 26 deletions

File tree

.github/workflows/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [7.2.0](https://github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v7.1.0...ci-cd-workflows/v7.2.0) (2026-04-15)
4+
5+
6+
### 🎉 Features
7+
8+
* **cd:** argo-workflow-slack-mention-trigger-user defaults to false ([#665](https://github.com/grafana/plugin-ci-workflows/issues/665)) ([b1289af](https://github.com/grafana/plugin-ci-workflows/commit/b1289af769d099044d799b236a4f6bfdb01a98a2))
9+
* **ci:** add `playwright-gar-registry` to authente to GAR Docker registry in e2e tests ([#653](https://github.com/grafana/plugin-ci-workflows/issues/653)) ([609c55b](https://github.com/grafana/plugin-ci-workflows/commit/609c55b44b50919fefcb0f9a7ed42149a0e037c4))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* **cd:** replace branch usage by commit hash ([#657](https://github.com/grafana/plugin-ci-workflows/issues/657)) ([12762c8](https://github.com/grafana/plugin-ci-workflows/commit/12762c84ee5cfa33ade51ac62c38cc1ecea1c699))
15+
* **cd:** skip latest GCS artifact upload for non-release branches ([#663](https://github.com/grafana/plugin-ci-workflows/issues/663)) ([bb1c5f8](https://github.com/grafana/plugin-ci-workflows/commit/bb1c5f8171839af3329b7dcc22cad9dec23559b7))
16+
17+
18+
### 🔧 Chores
19+
20+
* **deps:** update dependency act to v0.2.87 ([#671](https://github.com/grafana/plugin-ci-workflows/issues/671)) ([e91911c](https://github.com/grafana/plugin-ci-workflows/commit/e91911ca695ed4eda0dc88bd0b5d2ea976e6d676))
21+
* **deps:** update dependency actionlint to v1.7.12 ([#667](https://github.com/grafana/plugin-ci-workflows/issues/667)) ([752f770](https://github.com/grafana/plugin-ci-workflows/commit/752f770d5f32f0b498163f16a5d1b623ae697771))
22+
* **deps:** update dependency mage to v1.17.1 ([#669](https://github.com/grafana/plugin-ci-workflows/issues/669)) ([fc7275f](https://github.com/grafana/plugin-ci-workflows/commit/fc7275f1998e7e0342c6d3ecc9f52f4309449aa5))
23+
* **deps:** update dependency plugin-validator to v0.39.2 ([#664](https://github.com/grafana/plugin-ci-workflows/issues/664)) ([953bb0d](https://github.com/grafana/plugin-ci-workflows/commit/953bb0dcb80dc0e973df244b4b1bb7ba859710a9))
24+
* **deps:** update googleapis/release-please-action action to v4.4.1 ([#666](https://github.com/grafana/plugin-ci-workflows/issues/666)) ([79423d6](https://github.com/grafana/plugin-ci-workflows/commit/79423d674224b48afd5ff81fbe8a2ba5d90c3e5b))
25+
* **deps:** update step-security/harden-runner action to v2.16.1 ([#668](https://github.com/grafana/plugin-ci-workflows/issues/668)) ([e958609](https://github.com/grafana/plugin-ci-workflows/commit/e958609919438316fb91e1530cba8c91c69b7819))
26+
327
## [7.1.0](https://github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v7.0.0...ci-cd-workflows/v7.1.0) (2026-04-10)
428

529

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ jobs:
736736

737737
ci:
738738
name: CI
739-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main
739+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v7.2.0
740740
needs:
741741
- setup
742742
with:
@@ -900,7 +900,7 @@ jobs:
900900

901901
- name: Check and create stub
902902
id: check-and-create-stub
903-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/publish/check-and-create-stub@main
903+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/publish/check-and-create-stub@ci-cd-workflows/v7.2.0
904904
if: ${{ matrix.environment != 'prod' && matrix.environment != 'prod-canary' }}
905905
with:
906906
plugin-id: ${{ fromJSON(needs.ci.outputs.plugin).id }}
@@ -910,13 +910,13 @@ jobs:
910910

911911
- name: Check artifact ZIP(s)
912912
id: check-artifact-zips
913-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/publish/check-artifacts@main
913+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/publish/check-artifacts@ci-cd-workflows/v7.2.0
914914
with:
915915
zips: ${{ needs.upload-to-gcs-release.outputs.gcs-zip-urls }}
916916
plugin-id: ${{ fromJSON(needs.ci.outputs.plugin).id }}
917917

918918
- name: Publish to catalog
919-
uses: grafana/plugin-ci-workflows/actions/plugins/publish/publish@main
919+
uses: grafana/plugin-ci-workflows/actions/plugins/publish/publish@ci-cd-workflows/v7.2.0
920920
with:
921921
zips: ${{ needs.upload-to-gcs-release.outputs.gcs-zip-urls }}
922922
environment: ${{ matrix.environment == 'prod-canary' && 'prod' || matrix.environment }}
@@ -1217,7 +1217,7 @@ jobs:
12171217
owner: ${{ github.repository_owner }}
12181218

12191219
- name: Publish docs
1220-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/docs/publish@main
1220+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/docs/publish@ci-cd-workflows/v7.2.0
12211221
with:
12221222
id: ${{ fromJSON(needs.ci.outputs.plugin).id }}
12231223
version: ${{ fromJSON(needs.ci.outputs.plugin).version }}
@@ -1255,7 +1255,7 @@ jobs:
12551255

12561256
- name: Parse changelog
12571257
id: changelog
1258-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/changelog@main
1258+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/changelog@ci-cd-workflows/v7.2.0
12591259
with:
12601260
changelog-path: ${{ inputs.plugin-directory }}/CHANGELOG.md
12611261

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ env:
335335
jobs:
336336
check-for-release-channel:
337337
name: Check for release channel
338-
uses: grafana/plugin-ci-workflows/.github/workflows/check-release-channel.yml@main
338+
uses: grafana/plugin-ci-workflows/.github/workflows/check-release-channel.yml@ci-cd-workflows/v7.2.0
339339
with:
340340
DO-NOT-USE-allow-pinned-commit-hashes: ${{ inputs.DO-NOT-USE-allow-pinned-commit-hashes }}
341341

@@ -442,7 +442,7 @@ jobs:
442442

443443
- name: Setup
444444
id: setup
445-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/setup@main
445+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/setup@ci-cd-workflows/v7.2.0
446446
with:
447447
plugin-directory: ${{ inputs.plugin-directory }}
448448
node-version: ${{ fromJson(steps.tooling-versions.outputs.result).nodeVersion }}
@@ -516,7 +516,7 @@ jobs:
516516

517517
- name: Test and build frontend
518518
id: frontend
519-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/frontend@main
519+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/frontend@ci-cd-workflows/v7.2.0
520520
with:
521521
plugin-directory: ${{ inputs.plugin-directory }}
522522
secrets: ${{ (fromJson(steps.workflow-context.outputs.result).isTrusted && inputs.frontend-secrets != '') && inputs.frontend-secrets || '' }}
@@ -525,7 +525,7 @@ jobs:
525525
- name: Test and build backend
526526
id: backend
527527
if: ${{ steps.check-for-backend.outputs.has-backend == 'true' }}
528-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/backend@main
528+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/backend@ci-cd-workflows/v7.2.0
529529
with:
530530
github-token: ${{ steps.generate-github-token.outputs.token }}
531531
plugin-directory: ${{ inputs.plugin-directory }}
@@ -534,7 +534,7 @@ jobs:
534534

535535
- name: Package universal ZIP
536536
id: universal-zip
537-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/package@main
537+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/package@ci-cd-workflows/v7.2.0
538538
with:
539539
universal: "true"
540540
dist-folder: ${{ inputs.plugin-directory }}/dist
@@ -545,7 +545,7 @@ jobs:
545545

546546
- name: Package os/arch ZIPs
547547
id: os-arch-zips
548-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/package@main
548+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/package@ci-cd-workflows/v7.2.0
549549
with:
550550
universal: "false"
551551
dist-folder: ${{ inputs.plugin-directory }}/dist
@@ -556,7 +556,7 @@ jobs:
556556

557557
- name: Trufflehog secrets scanning
558558
if: ${{ inputs.run-trufflehog == true }}
559-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/trufflehog@main
559+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/trufflehog@ci-cd-workflows/v7.2.0
560560
with:
561561
trufflehog-version: ${{ inputs.trufflehog-version || env.DEFAULT_TRUFFLEHOG_VERSION }}
562562
folder: ${{ inputs.plugin-directory }}/dist-artifacts
@@ -703,11 +703,11 @@ jobs:
703703
shell: bash
704704

705705
- name: Test docs
706-
uses: grafana/plugin-ci-workflows/actions/internal/plugins/docs/test@main
706+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/docs/test@ci-cd-workflows/v7.2.0
707707

708708
playwright:
709709
name: Playwright E2E tests
710-
uses: grafana/plugin-ci-workflows/.github/workflows/playwright.yml@main
710+
uses: grafana/plugin-ci-workflows/.github/workflows/playwright.yml@ci-cd-workflows/v7.2.0
711711
if: ${{ inputs.run-playwright == true }}
712712
needs:
713713
- test-and-build
@@ -731,7 +731,7 @@ jobs:
731731

732732
playwright-docker:
733733
name: Plugins - Dockerized Playwright E2E tests
734-
uses: grafana/plugin-ci-workflows/.github/workflows/playwright-docker.yml@main
734+
uses: grafana/plugin-ci-workflows/.github/workflows/playwright-docker.yml@ci-cd-workflows/v7.2.0
735735
if: ${{ inputs.run-playwright-docker == true }}
736736
needs:
737737
- test-and-build

.github/workflows/playwright-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ jobs:
178178
if: always()
179179
steps:
180180
- name: Check matrix job status
181-
uses: grafana/plugin-ci-workflows/actions/internal/check-matrix-status@main
181+
uses: grafana/plugin-ci-workflows/actions/internal/check-matrix-status@ci-cd-workflows/v7.2.0
182182
with:
183183
results: ${{ needs.playwright-tests.result }}

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,6 @@ jobs:
271271
if: always()
272272
steps:
273273
- name: Check matrix job status
274-
uses: grafana/plugin-ci-workflows/actions/internal/check-matrix-status@main
274+
uses: grafana/plugin-ci-workflows/actions/internal/check-matrix-status@ci-cd-workflows/v7.2.0
275275
with:
276276
results: ${{ needs.playwright-tests.result }}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"actions/plugins/publish/publish": "2.0.1",
3-
".github/workflows": "7.1.0",
3+
".github/workflows": "7.2.0",
44
"actions/plugins/version-bump-changelog": "1.1.0",
55
"actions/plugins/publish/change-plugin-scope": "1.0.0",
66
"actions/plugins/release-please": "1.0.1",

examples/base/provisioned-plugin-auto-cd/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions: {}
3232
jobs:
3333
cd:
3434
name: CD
35-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.1.0
35+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.2.0
3636
permissions:
3737
contents: write
3838
pull-requests: read

examples/base/provisioned-plugin-auto-cd/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: {}
1717
jobs:
1818
cd:
1919
name: CI / CD
20-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.1.0
20+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.2.0
2121
permissions:
2222
contents: write
2323
pull-requests: read

examples/base/provisioned-plugin-manual-deployment/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions: {}
3232
jobs:
3333
cd:
3434
name: CD
35-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.1.0
35+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.2.0
3636
permissions:
3737
contents: write
3838
pull-requests: read

examples/base/provisioned-plugin-manual-deployment/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: {}
1717
jobs:
1818
ci:
1919
name: CI
20-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v7.1.0
20+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v7.2.0
2121
permissions:
2222
contents: read
2323
id-token: write

0 commit comments

Comments
 (0)