chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v7.0.0#1724
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
Conversation
1f75d09 to
de9267d
Compare
901ab16 to
f0b208c
Compare
1f66eab to
6428a78
Compare
…n to v7.0.0 | datasource | package | from | to | | ------------- | --------------------------- | ---------------------- | ---------------------- | | github-digest | grafana/plugin-ci-workflows | ci-cd-workflows/v5.1.0 | ci-cd-workflows/v7.0.0 | | github-digest | grafana/plugin-ci-workflows | ci-cd-workflows/v6.1.1 | ci-cd-workflows/v7.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
6428a78 to
d6c6f38
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
ci-cd-workflows/v5.1.0→ci-cd-workflows/v7.0.0ci-cd-workflows/v6.1.1→ci-cd-workflows/v7.0.0Release Notes
grafana/plugin-ci-workflows (grafana/plugin-ci-workflows)
vci-cd-workflows/v7.0.0: ci-cd-workflows: v7.0.0Compare Source
🚨 IMPORTANT NOTE
This version of plugin-ci-workflows comes with some major improvements to the CD GitHub Actions Workflow and the Argo Workflow for provisioned plugins.
The CD GitHub Actions Workflow and its complementary Argo Workflow for deploying to Grafana Cloud can now be customized to accommodate for different release flows.
We highly recommend reading the "Concepts" and "Customization" sections in the EngHub docs to understand how deployments work and how to customize them.
⚠ BREAKING CHANGES
🎉 Features
🐛 Bug Fixes
🔧 Chores
vci-cd-workflows/v6.1.1: ci-cd-workflows: v6.1.1Compare Source
🐛 Bug Fixes
✅ Tests
🔧 Chores
vci-cd-workflows/v6.1.0: ci-cd-workflows: v6.1.0Compare Source
🎉 Features
vci-cd-workflows/v6.0.0: ci-cd-workflows: v6.0.0Compare Source
⚠ BREAKING CHANGES
GRAFANA_VERSIONandGRAFANA_IMAGEaren'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:
Calls to
cd.ymlmust be adjusted to include an additional permission:pull-requests: read, otherwise the workflow will fail with the following error: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
✅ Tests
🔧 Chores
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.