Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps grafana/plugin-ci-workflows/.github/workflows/cd.yml from 5.1.0 to 6.0.0.

Release notes

Sourced from grafana/plugin-ci-workflows/.github/workflows/cd.yml's releases.

ci-cd-workflows: v6.0.0

6.0.0 (2026-01-19)

⚠ BREAKING CHANGES

  • playwright: remove version and image arguments (#507)

GRAFANA_VERSION and GRAFANA_IMAGE aren't being passed to Playwright anymore.

For consumers of the shared workflows that wants to detect Grafana version within plugin-e2e tests, there's an alternative approach using the official API:

test('should be possible to enable advanced mode', async ({ grafanaVersion, alertRuleEditPage }) => {
   test.skip(semver.lt(grafanaVersion, '11.6.0'), 'Advanced mode is not supported in Grafana versions < 11.6.0');
   // test code
});

  • cd: allow releasing to prod from non-main branches (#378)

Calls to cd.yml must be adjusted to include an additional permission: pull-requests: read, otherwise the workflow will fail with the following error:

Invalid workflow file: ...
The workflow is not valid. .github/workflows/publish.yaml (...): Error calling workflow 'grafana/plugin-ci-workflows/.github/workflows/cd.yml@.... The workflow is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.

Example on the required changes to cd.yml:

jobs:
  cd:
    name: CD
    uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@main
    permissions:
      contents: write
+     pull-requests: read
      id-token: write
      attestations: write

🎉 Features

... (truncated)

Commits
  • a62bf1e chore(main): release ci-cd-workflows 6.0.0 (#487)
  • 0a4cd3d test(act): fix flaky setup go step in act tests (#513)
  • 3c93dda test(act): fix validator tests (#506)
  • f70e822 feat(playwright)!: remove version and image arguments (#507)
  • e3f1779 test(act): add gcom mock, cd.yml changes for testing (#501)
  • ba46bf1 test(act): refactor testing framework to handle more than one type of workflo...
  • 6d8cb8c feat(ci): support react image in e2e matrix (#496)
  • f601916 perf(ci): cache used actions as part of act cache warmup (#495)
  • 4e9ca04 feat(ci): add warning when ci and cd workflows are not on the same reference ...
  • 26d87fb test(act): fix gcs sub-tests not running in parallel (#494)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [grafana/plugin-ci-workflows/.github/workflows/cd.yml](https://github.com/grafana/plugin-ci-workflows) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/grafana/plugin-ci-workflows/releases)
- [Changelog](https://github.com/grafana/plugin-ci-workflows/blob/main/release-please-config.json)
- [Commits](grafana/plugin-ci-workflows@ci-cd-workflows/v5.1.0...ci-cd-workflows/v6.0.0)

---
updated-dependencies:
- dependency-name: grafana/plugin-ci-workflows/.github/workflows/cd.yml
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2026 13:03
@dependabot dependabot bot requested review from aangelisc and bossinc January 20, 2026 13:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2026
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jan 20, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2026

Superseded by #1543.

@dependabot dependabot bot closed this Jan 23, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/grafana/plugin-ci-workflows/dot-github/workflows/cd.yml-6.0.0 branch January 23, 2026 13:03
@github-project-automation github-project-automation bot moved this from Incoming to Done in Partner Datasources Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants