Commit Graph

7 Commits

Author SHA1 Message Date
renovate-sh-app[bot]
28c32d4dbf chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v5.0.0 (#2180)
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
|
[grafana/plugin-ci-workflows](https://redirect.github.com/grafana/plugin-ci-workflows)
| action | major | `ci-cd-workflows/v4.3.0` → `ci-cd-workflows/v5.0.0` |
`ci-cd-workflows/v5.1.0` |

---

### Release Notes

<details>
<summary>grafana/plugin-ci-workflows
(grafana/plugin-ci-workflows)</summary>

###
[`vci-cd-workflows/v5.0.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v5.0.0):
ci-cd-workflows: v5.0.0

[Compare
Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v4.3.0...ci-cd-workflows/v5.0.0)

##### ⚠ BREAKING CHANGES

- **ci:** `universal-zip-url-*` outputs are now URLs rather than paths
- **deps:** Update default Node version to 24 LTS
([#&#8203;439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439))
- **deps:** Update default golangci-lint version to 2.7.2
([#&#8203;439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439))
- **deps:** Update default Go version to 1.25
([#&#8203;439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439))
- **ci:** use pm-detect to understand nodejs package manager
([#&#8203;204](https://redirect.github.com/grafana/plugin-ci-workflows/issues/204))

***

The `package-manager` input has been removed from `ci.yml`. If you were
using it, please remove it from your workflow. The correct package
manager will now be detected automatically from the plugin's source
code. Supported package managers are npm, yarn and pnpm.

***

golangci-lint has been bumped from v1 to v2 in order to support Go 1.25.
The config file format for golangci-lint has changed and has to be
migrated. Please follow [golangci-lint's migration
guide](https://golangci-lint.run/docs/product/migration-guide/) for more
information. If you want to revert to Go 1.24 and golangci-lint v1, add
the following to both your CI and your CD workflows:

```yaml
inputs:
  go-version: "1.24"
  golangci-lint-version: "1.64.8"
```

##### 🎉 Features

- **ci:** use pm-detect to understand nodejs package manager
([#&#8203;204](https://redirect.github.com/grafana/plugin-ci-workflows/issues/204))
([e739fbe](e739fbe504))

##### 🐛 Bug Fixes

- **ci:** `universal-zip-url-*` outputs are now URLs rather than paths
([b5e3ec2](b5e3ec296c))
- **ci:** do not copy backend into the "dist" folder
([b5e3ec2](b5e3ec296c))
- use local exec for playwright test
([#&#8203;451](https://redirect.github.com/grafana/plugin-ci-workflows/issues/451))
([b27d62d](b27d62de5d))

#####  Tests

- **act:** add pre-generated dist mockdata for test plugins
([#&#8203;417](https://redirect.github.com/grafana/plugin-ci-workflows/issues/417))
([cb33db6](cb33db657c))
- add concurrency to pr-checks-test-ci workflow
([630b056](630b0567a9))
- pin actions in pr-checks-test-ci workflow
([630b056](630b0567a9))
- run smoke tests with act
([#&#8203;389](https://redirect.github.com/grafana/plugin-ci-workflows/issues/389))
([0f2f7c6](0f2f7c6fc4))
- use local repository for release please manifest tag when running act
([630b056](630b0567a9))

##### 🔧 Chores

- build and package plugin in its directory, better support for artifact
prefix
([#&#8203;438](https://redirect.github.com/grafana/plugin-ci-workflows/issues/438))
([dbbcc52](dbbcc5276e))
- **deps:** update actions/checkout action to v5.0.1
([#&#8203;413](https://redirect.github.com/grafana/plugin-ci-workflows/issues/413))
([8c591cd](8c591cdfe4))
- **deps:** update actions/checkout action to v6
([#&#8203;437](https://redirect.github.com/grafana/plugin-ci-workflows/issues/437))
([949a63c](949a63c075))
- **deps:** update actions/checkout action to v6.0.1
([#&#8203;455](https://redirect.github.com/grafana/plugin-ci-workflows/issues/455))
([aec5016](aec5016c9a))
- **deps:** update actions/create-github-app-token action to v2.2.0
([#&#8203;435](https://redirect.github.com/grafana/plugin-ci-workflows/issues/435))
([5b2407c](5b2407c17d))
- **deps:** update actions/setup-go action to v6.1.0
([#&#8203;436](https://redirect.github.com/grafana/plugin-ci-workflows/issues/436))
([5f5e089](5f5e089494))
- **deps:** Update default Go version to 1.25
([b1f1b22](b1f1b2282f))
- **deps:** Update default golangci-lint version to 2.7.2
([b1f1b22](b1f1b2282f))
- **deps:** Update default Node version to 24 LTS
([b1f1b22](b1f1b2282f))
- **deps:** update grafana/shared-workflows/trigger-argo-workflow action
to v1.2.1
([#&#8203;433](https://redirect.github.com/grafana/plugin-ci-workflows/issues/433))
([6c260c0](6c260c01bd))
- **deps:** update peter-evans/create-pull-request action to v7.0.9
([#&#8203;434](https://redirect.github.com/grafana/plugin-ci-workflows/issues/434))
([55c4108](55c4108fe0))
- **deps:** update pnpm/action-setup action to v4.2.0
([#&#8203;450](https://redirect.github.com/grafana/plugin-ci-workflows/issues/450))
([5fbf8e6](5fbf8e65a1))
- **deps:** update softprops/action-gh-release action to v2.5.0
([#&#8203;452](https://redirect.github.com/grafana/plugin-ci-workflows/issues/452))
([48548e8](48548e8674))
- **deps:** update step-security/harden-runner action to v2.13.3
([#&#8203;456](https://redirect.github.com/grafana/plugin-ci-workflows/issues/456))
([fccf74b](fccf74bf9e))
- **main:** release plugins-frontend-e2e-against-stack 1.0.0
([#&#8203;430](https://redirect.github.com/grafana/plugin-ci-workflows/issues/430))
([6443ba2](6443ba2a59))

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## 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.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicGx1Z2luLWNpLXdvcmtmbG93cyJdfQ==-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-09 10:46:09 +01:00
Zoltán Bedi
fb046e5715 Chore: Migrate workflows to use create-github-app-token (#2142)
- Removes dependabot.yml as renovate will update grafana-sdk for us
- Migrates to `create-github-app-token`
- Pin workflows
- Removes is-compatible.yml I found that workflow not helping much but
creating an annoyingly long comment

Fixes https://github.com/grafana/oss-big-tent-squad/issues/144
2025-12-19 14:47:24 +01:00
github-actions[bot]
b13d567eee chore: bump @grafana/create-plugin configuration to 5.26.4 (#2082)
Bumps
[`@grafana/create-plugin`](https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin)
configuration from 4.2.1 to 5.26.4.

**Notes for reviewer:**
This is an auto-generated PR which ran `@grafana/create-plugin update`.
Please consult the create-plugin
[CHANGELOG.md](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/CHANGELOG.md)
to understand what may have changed.
Please review the changes thoroughly before merging.

---------

Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2025-09-17 20:33:12 +02:00
ismail simsek
8618b3b169 Chore: update workflow permissions (#2019) 2025-04-30 19:39:56 +02:00
ismail simsek
7e956c24b3 update workflows (#2018) 2025-04-29 17:19:44 +02:00
Zoltán Bedi
356dbb62ad Update Go version and dependencies in workflow files (#1993)
- Bump Go version from 1.23.5 to 1.24 in both publish and push
workflows.
- Upgrade github.com/grafana/grafana-plugin-sdk-go from v0.270.0 to
v0.274.0.
- Update golang.org/x/net from v0.35.0 to v0.37.0, golang.org/x/sync
from v0.11.0 to v0.12.0, and golang.org/x/sys from v0.30.0 to v0.31.0.
- Upgrade golang.org/x/text from v0.22.0 to v0.23.0.
2025-03-17 16:05:20 +01:00
Sriram
88b732e062 github actions workflows added (#1947)
* github actions workflows added

* added playwright tests

* Apply suggestions from code review

* Update .github/workflows/push.yaml
2025-01-17 17:03:46 +00:00