Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

ci-cd-workflows: v6.1.0

6.1.0 (2026-01-22)

🎉 Features

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
</tr></table> 

... (truncated)

Commits
  • aec106d chore(main): release ci-cd-workflows 6.1.0 (#519)
  • ce2d1bb feat(cd): export ci outputs in cd job (#518)
  • 4d09a08 test(act): add support for glob and parent inputs in mock gcs (#503)
  • 3b4cbcf test(act): add argo, vault and github app token mocks (#502)
  • ed8da62 chore: update references to use 'main' branch (#515)
  • 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)
  • 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/ci.yml](https://github.com/grafana/plugin-ci-workflows) from 5.1.0 to 6.1.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.1.0)

---
updated-dependencies:
- dependency-name: grafana/plugin-ci-workflows/.github/workflows/ci.yml
  dependency-version: 6.1.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 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 23, 2026 13:03
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label 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: Incoming

Development

Successfully merging this pull request may close these issues.

0 participants