Zoltán Bedi
88ec24c94c
Chore: Disable React 19 e2e tests until we fix them ( #2257 )
2026-01-26 08:01:10 -08:00
renovate-sh-app[bot]
0e5577e088
chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v6.1.0 ( #2246 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[grafana/plugin-ci-workflows](https://redirect.github.com/grafana/plugin-ci-workflows )
| action | major | `ci-cd-workflows/v5.1.0` → `ci-cd-workflows/v6.1.0` |
---
### Release Notes
<details>
<summary>grafana/plugin-ci-workflows
(grafana/plugin-ci-workflows)</summary>
###
[`vci-cd-workflows/v6.1.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v6.1.0 ):
ci-cd-workflows: v6.1.0
[Compare
Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v6.0.0...ci-cd-workflows/v6.1.0 )
##### 🎉 Features
- **cd:** export ci outputs in cd job
([#​518](https://redirect.github.com/grafana/plugin-ci-workflows/issues/518 ))
([ce2d1bb](ce2d1bb873 ))
###
[`vci-cd-workflows/v6.0.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v6.0.0 ):
ci-cd-workflows: v6.0.0
[Compare
Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v5.1.0...ci-cd-workflows/v6.0.0 )
##### ⚠ BREAKING CHANGES
- **playwright:** remove version and image arguments
([#​507](https://redirect.github.com/grafana/plugin-ci-workflows/issues/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](https://grafana.com/developers/plugin-tools/e2e-test-a-plugin/ ):
```ts
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](https://redirect.github.com/grafana/plugin-ci-workflows/issues/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`:
```diff
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
- **cd:** allow releasing to prod from non-main branches
([#​378](https://redirect.github.com/grafana/plugin-ci-workflows/issues/378 ))
([e1cf5f6](e1cf5f6083 ))
- **ci:** add warning when ci and cd workflows are not on the same
reference
([#​492](https://redirect.github.com/grafana/plugin-ci-workflows/issues/492 ))
([4e9ca04](4e9ca04ed0 ))
- **ci:** support react image in e2e matrix
([#​496](https://redirect.github.com/grafana/plugin-ci-workflows/issues/496 ))
([6d8cb8c](6d8cb8c524 ))
- **playwright:** remove version and image arguments
([#​507](https://redirect.github.com/grafana/plugin-ci-workflows/issues/507 ))
([f70e822](f70e822660 ))
##### ✅ Tests
- **act:** add gcom mock, cd.yml changes for testing
([#​501](https://redirect.github.com/grafana/plugin-ci-workflows/issues/501 ))
([e3f1779](e3f1779be6 ))
- **act:** fix validator tests
([#​506](https://redirect.github.com/grafana/plugin-ci-workflows/issues/506 ))
([3c93dda](3c93dda78d ))
##### 🔧 Chores
- **ci:** run golangci-lint on internal go packages
([#​485](https://redirect.github.com/grafana/plugin-ci-workflows/issues/485 ))
([303148f](303148fcc6 ))
- **deps:** update actions/attest-build-provenance action to v3.1.0
([#​484](https://redirect.github.com/grafana/plugin-ci-workflows/issues/484 ))
([ba9c56e](ba9c56e299 ))
- **deps:** update actions/cache action to v5
([#​481](https://redirect.github.com/grafana/plugin-ci-workflows/issues/481 ))
([3eaee5a](3eaee5a68d ))
- **deps:** update stefanzweifel/git-auto-commit-action action to v7.1.0
([#​483](https://redirect.github.com/grafana/plugin-ci-workflows/issues/483 ))
([f9a22aa](f9a22aa894 ))
- **deps:** update step-security/harden-runner action to v2.14.0
([#​477](https://redirect.github.com/grafana/plugin-ci-workflows/issues/477 ))
([cdab179](cdab179fe0 ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicGx1Z2luLWNpLXdvcmtmbG93cyJdfQ==-->
---------
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>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2026-01-26 11:27:00 +00:00
renovate-sh-app[bot]
4d97988677
chore(deps): update actions/checkout action to v6.0.2 ( #2239 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout ) |
action | patch | `v6.0.1` → `v6.0.2` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
###
[`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602 )
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2 )
- Fix tag handling: preserve annotations and explicit fetch-tags by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2356](https://redirect.github.com/actions/checkout/pull/2356 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLXBhdGNoIl19-->
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>
Co-authored-by: Jocelyn Collado-Kuri <jcolladokuri@icloud.com >
2026-01-22 18:28:36 -08:00
renovate-sh-app[bot]
0a5129cf2c
chore(deps): update actions/setup-go action to v6.2.0 ( #2220 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://redirect.github.com/actions/setup-go ) |
action | minor | `v6.1.0` → `v6.2.0` |
---
### Release Notes
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
###
[`v6.2.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.2.0 )
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v6.1.0...v6.2.0 )
#### What's Changed
##### Enhancements
- Example for restore-only cache in documentation by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y ) in
[#​696](https://redirect.github.com/actions/setup-go/pull/696 )
- Update Node.js version in action.yml by
[@​ccoVeille](https://redirect.github.com/ccoVeille ) in
[#​691](https://redirect.github.com/actions/setup-go/pull/691 )
- Documentation update of actions/checkout by
[@​deining](https://redirect.github.com/deining ) in
[#​683](https://redirect.github.com/actions/setup-go/pull/683 )
##### Dependency updates
- Upgrade js-yaml from 3.14.1 to 3.14.2 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​682](https://redirect.github.com/actions/setup-go/pull/682 )
- Upgrade
[@​actions/cache](https://redirect.github.com/actions/cache ) to v5
by [@​salmanmkc](https://redirect.github.com/salmanmkc ) in
[#​695](https://redirect.github.com/actions/setup-go/pull/695 )
- Upgrade actions/checkout from 5 to 6 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​686](https://redirect.github.com/actions/setup-go/pull/686 )
- Upgrade qs from 6.14.0 to 6.14.1 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​703](https://redirect.github.com/actions/setup-go/pull/703 )
#### New Contributors
- [@​ccoVeille](https://redirect.github.com/ccoVeille ) made their
first contribution in
[#​691](https://redirect.github.com/actions/setup-go/pull/691 )
- [@​deining](https://redirect.github.com/deining ) made their
first contribution in
[#​683](https://redirect.github.com/actions/setup-go/pull/683 )
**Full Changelog**:
<https://github.com/actions/setup-go/compare/v6...v6.2.0 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->
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-20 07:22:10 +00:00
renovate-sh-app[bot]
2b5bfd4de6
chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v5.1.0 ( #2186 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[grafana/plugin-ci-workflows](https://redirect.github.com/grafana/plugin-ci-workflows )
| action | minor | `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.1.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v5.1.0 ):
ci-cd-workflows: v5.1.0
[Compare
Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v5.0.0...ci-cd-workflows/v5.1.0 )
##### 🎉 Features
- **ci:** setup Go version from go.mod if possible
([#​465](https://redirect.github.com/grafana/plugin-ci-workflows/issues/465 ))
([5d5ab0a](5d5ab0a5fd ))
##### 🐛 Bug Fixes
- **tests:** fix act checkout in pull\_request events
([#​463](https://redirect.github.com/grafana/plugin-ci-workflows/issues/463 ))
([56388a7](56388a7772 ))
##### ⚡ Performance Improvements
- **ci:** cache mage, Trufflehog and golangci-lint binaries
([#​467](https://redirect.github.com/grafana/plugin-ci-workflows/issues/467 ))
([b736834](b736834676 ))
##### ✅ Tests
- **act:** add plugin-validator tests
([#​457](https://redirect.github.com/grafana/plugin-ci-workflows/issues/457 ))
([82db8bf](82db8bf61e ))
##### 🔧 Chores
- **deps:** update actions/create-github-app-token action to v2.2.1
([#​475](https://redirect.github.com/grafana/plugin-ci-workflows/issues/475 ))
([eeaa07a](eeaa07abac ))
- **deps:** update actions/setup-node action to v6
([#​362](https://redirect.github.com/grafana/plugin-ci-workflows/issues/362 ))
([69022ab](69022ab90e ))
- **deps:** update peter-evans/create-pull-request action to v8
([#​478](https://redirect.github.com/grafana/plugin-ci-workflows/issues/478 ))
([8f4d6ea](8f4d6ea8d1 ))
- **main:** release plugins-frontend-e2e-against-stack 1.0.1
([#​432](https://redirect.github.com/grafana/plugin-ci-workflows/issues/432 ))
([d3ca365](d3ca3655e3 ))
</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-12 12:32:46 +01:00
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
([#​439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439 ))
- **deps:** Update default golangci-lint version to 2.7.2
([#​439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439 ))
- **deps:** Update default Go version to 1.25
([#​439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439 ))
- **ci:** use pm-detect to understand nodejs package manager
([#​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
([#​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
([#​451](https://redirect.github.com/grafana/plugin-ci-workflows/issues/451 ))
([b27d62d](b27d62de5d ))
##### ✅ Tests
- **act:** add pre-generated dist mockdata for test plugins
([#​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
([#​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
([#​438](https://redirect.github.com/grafana/plugin-ci-workflows/issues/438 ))
([dbbcc52](dbbcc5276e ))
- **deps:** update actions/checkout action to v5.0.1
([#​413](https://redirect.github.com/grafana/plugin-ci-workflows/issues/413 ))
([8c591cd](8c591cdfe4 ))
- **deps:** update actions/checkout action to v6
([#​437](https://redirect.github.com/grafana/plugin-ci-workflows/issues/437 ))
([949a63c](949a63c075 ))
- **deps:** update actions/checkout action to v6.0.1
([#​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
([#​435](https://redirect.github.com/grafana/plugin-ci-workflows/issues/435 ))
([5b2407c](5b2407c17d ))
- **deps:** update actions/setup-go action to v6.1.0
([#​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
([#​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
([#​434](https://redirect.github.com/grafana/plugin-ci-workflows/issues/434 ))
([55c4108](55c4108fe0 ))
- **deps:** update pnpm/action-setup action to v4.2.0
([#​450](https://redirect.github.com/grafana/plugin-ci-workflows/issues/450 ))
([5fbf8e6](5fbf8e65a1 ))
- **deps:** update softprops/action-gh-release action to v2.5.0
([#​452](https://redirect.github.com/grafana/plugin-ci-workflows/issues/452 ))
([48548e8](48548e8674 ))
- **deps:** update step-security/harden-runner action to v2.13.3
([#​456](https://redirect.github.com/grafana/plugin-ci-workflows/issues/456 ))
([fccf74b](fccf74bf9e ))
- **main:** release plugins-frontend-e2e-against-stack 1.0.0
([#​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
renovate-sh-app[bot]
d95723f540
chore(deps): update actions/checkout action to v6 ( #2177 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout ) |
action | major | `v4.3.1` → `v6.0.1` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
###
[`v6.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v6.0.1 )
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1 )
#### What's Changed
- Update all references from v5 and v4 to v6 by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2314](https://redirect.github.com/actions/checkout/pull/2314 )
- Add worktree support for persist-credentials includeIf by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2327](https://redirect.github.com/actions/checkout/pull/2327 )
- Clarify v6 README by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2328](https://redirect.github.com/actions/checkout/pull/2328 )
**Full Changelog**:
<https://github.com/actions/checkout/compare/v6...v6.0.1 >
###
[`v6.0.0`](https://redirect.github.com/actions/checkout/releases/tag/v6.0.0 )
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6.0.0 )
##### What's Changed
- Update README to include Node.js 24 support details and requirements
by [@​salmanmkc](https://redirect.github.com/salmanmkc ) in
[#​2248](https://redirect.github.com/actions/checkout/pull/2248 )
- Persist creds to a separate file by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2286](https://redirect.github.com/actions/checkout/pull/2286 )
- v6-beta by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2298](https://redirect.github.com/actions/checkout/pull/2298 )
- update readme/changelog for v6 by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2311](https://redirect.github.com/actions/checkout/pull/2311 )
**Full Changelog**:
<https://github.com/actions/checkout/compare/v5.0.0...v6.0.0 >
###
[`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1 )
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5.0.0...v5.0.1 )
#### What's Changed
- Port v6 cleanup to v5 by
[@​ericsciple](https://redirect.github.com/ericsciple ) in
[#​2301](https://redirect.github.com/actions/checkout/pull/2301 )
**Full Changelog**:
<https://github.com/actions/checkout/compare/v5...v5.0.1 >
###
[`v5.0.0`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.0 )
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.3.1...v5.0.0 )
##### What's Changed
- Update actions checkout to use node 24 by
[@​salmanmkc](https://redirect.github.com/salmanmkc ) in
[#​2226](https://redirect.github.com/actions/checkout/pull/2226 )
- Prepare v5.0.0 release by
[@​salmanmkc](https://redirect.github.com/salmanmkc ) in
[#​2238](https://redirect.github.com/actions/checkout/pull/2238 )
##### ⚠️ Minimum Compatible Runner Version
**v2.327.1**\
[Release
Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1 )
Make sure your runner is updated to this version or newer to use this
release.
**Full Changelog**:
<https://github.com/actions/checkout/compare/v4...v5.0.0 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1ham9yIl19-->
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:45:30 +01:00
renovate-sh-app[bot]
ea5d4e8284
chore(deps): update actions/stale action to v10 ( #2179 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/stale](https://redirect.github.com/actions/stale ) | action |
major | `v9.1.0` → `v10.1.1` |
---
### Release Notes
<details>
<summary>actions/stale (actions/stale)</summary>
###
[`v10.1.1`](https://redirect.github.com/actions/stale/releases/tag/v10.1.1 )
[Compare
Source](https://redirect.github.com/actions/stale/compare/v10.1.0...v10.1.1 )
#### What's Changed
##### Bug Fix
- Add Missing Input Reading for `only-issue-types` by
[@​Bibo-Joshi](https://redirect.github.com/Bibo-Joshi ) in
[#​1298](https://redirect.github.com/actions/stale/pull/1298 )
##### Improvement
- Improves error handling when rate limiting is disabled on GHES. by
[@​chiranjib-swain](https://redirect.github.com/chiranjib-swain )
in [#​1300](https://redirect.github.com/actions/stale/pull/1300 )
##### Dependency Upgrades
- Upgrade eslint-config-prettier from 8.10.0 to 10.1.8 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​1276](https://redirect.github.com/actions/stale/pull/1276 )
- Upgrade [@​types/node](https://redirect.github.com/types/node )
from 20.10.3 to 24.2.0 and document breaking changes in v10 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​1280](https://redirect.github.com/actions/stale/pull/1280 )
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​1291](https://redirect.github.com/actions/stale/pull/1291 )
- Upgrade actions/checkout from 4 to 6 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​1306](https://redirect.github.com/actions/stale/pull/1306 )
#### New Contributors
- [@​chiranjib-swain](https://redirect.github.com/chiranjib-swain )
made their first contribution in
[#​1300](https://redirect.github.com/actions/stale/pull/1300 )
**Full Changelog**:
<https://github.com/actions/stale/compare/v10...v10.1.1 >
###
[`v10.1.0`](https://redirect.github.com/actions/stale/releases/tag/v10.1.0 )
[Compare
Source](https://redirect.github.com/actions/stale/compare/v10.0.0...v10.1.0 )
#### What's Changed
- Add `only-issue-types` option to filter issues by type by
[@​Bibo-Joshi](https://redirect.github.com/Bibo-Joshi ) in
[#​1255](https://redirect.github.com/actions/stale/pull/1255 )
#### New Contributors
- [@​Bibo-Joshi](https://redirect.github.com/Bibo-Joshi ) made
their first contribution in
[#​1255](https://redirect.github.com/actions/stale/pull/1255 )
**Full Changelog**:
<https://github.com/actions/stale/compare/v10...v10.1.0 >
###
[`v10.0.0`](https://redirect.github.com/actions/stale/releases/tag/v10.0.0 )
[Compare
Source](https://redirect.github.com/actions/stale/compare/v9.1.0...v10.0.0 )
#### What's Changed
##### Breaking Changes
- Upgrade to node 24 by
[@​salmanmkc](https://redirect.github.com/salmanmkc ) in
[#​1279](https://redirect.github.com/actions/stale/pull/1279 )
Make sure your runner is on version v2.327.1 or later to ensure
compatibility with this release. [Release
Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1 )
##### Enhancement
- Introducing sort-by option by
[@​suyashgaonkar](https://redirect.github.com/suyashgaonkar ) in
[#​1254](https://redirect.github.com/actions/stale/pull/1254 )
##### Dependency Upgrades
- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​1186](https://redirect.github.com/actions/stale/pull/1186 )
- Upgrade undici from 5.28.4 to 5.28.5 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​1201](https://redirect.github.com/actions/stale/pull/1201 )
- Upgrade
[@​action/cache](https://redirect.github.com/action/cache ) from
4.0.0 to 4.0.2 by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y ) in
[#​1226](https://redirect.github.com/actions/stale/pull/1226 )
- Upgrade
[@​action/cache](https://redirect.github.com/action/cache ) from
4.0.2 to 4.0.3 by
[@​suyashgaonkar](https://redirect.github.com/suyashgaonkar ) in
[#​1233](https://redirect.github.com/actions/stale/pull/1233 )
- Upgrade undici from 5.28.5 to 5.29.0 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​1251](https://redirect.github.com/actions/stale/pull/1251 )
- Upgrade form-data to bring in fix for critical vulnerability by
[@​gowridurgad](https://redirect.github.com/gowridurgad ) in
[#​1277](https://redirect.github.com/actions/stale/pull/1277 )
##### Documentation changes
- Changelog update for recent releases by
[@​suyashgaonkar](https://redirect.github.com/suyashgaonkar ) in
[#​1224](https://redirect.github.com/actions/stale/pull/1224 )
- Permissions update in Readme by
[@​ghadimir](https://redirect.github.com/ghadimir ) in
[#​1248](https://redirect.github.com/actions/stale/pull/1248 )
#### New Contributors
- [@​suyashgaonkar](https://redirect.github.com/suyashgaonkar )
made their first contribution in
[#​1224](https://redirect.github.com/actions/stale/pull/1224 )
- [@​GhadimiR](https://redirect.github.com/GhadimiR ) made their
first contribution in
[#​1248](https://redirect.github.com/actions/stale/pull/1248 )
- [@​gowridurgad](https://redirect.github.com/gowridurgad ) made
their first contribution in
[#​1277](https://redirect.github.com/actions/stale/pull/1277 )
- [@​salmanmkc](https://redirect.github.com/salmanmkc ) made their
first contribution in
[#​1279](https://redirect.github.com/actions/stale/pull/1279 )
**Full Changelog**:
<https://github.com/actions/stale/compare/v9...v10.0.0 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1ham9yIl19-->
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:45:03 +01:00
renovate-sh-app[bot]
3d53c0387e
chore(deps): update actions/setup-go action to v6 ( #2178 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://redirect.github.com/actions/setup-go ) |
action | major | `v5.6.0` → `v6.1.0` |
---
### Release Notes
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
###
[`v6.1.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.1.0 )
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v6.0.0...v6.1.0 )
#### What's Changed
##### Enhancements
- Fall back to downloading from go.dev/dl instead of
storage.googleapis.com/golang by
[@​nicholasngai](https://redirect.github.com/nicholasngai ) in
[#​665](https://redirect.github.com/actions/setup-go/pull/665 )
- Add support for .tool-versions file and update workflow by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali ) in
[#​673](https://redirect.github.com/actions/setup-go/pull/673 )
- Add comprehensive breaking changes documentation for v6 by
[@​mahabaleshwars](https://redirect.github.com/mahabaleshwars ) in
[#​674](https://redirect.github.com/actions/setup-go/pull/674 )
##### Dependency updates
- Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document
breaking changes in v6 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​617](https://redirect.github.com/actions/setup-go/pull/617 )
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​641](https://redirect.github.com/actions/setup-go/pull/641 )
- Upgrade semver and
[@​types/semver](https://redirect.github.com/types/semver ) by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​652](https://redirect.github.com/actions/setup-go/pull/652 )
#### New Contributors
- [@​nicholasngai](https://redirect.github.com/nicholasngai ) made
their first contribution in
[#​665](https://redirect.github.com/actions/setup-go/pull/665 )
- [@​priya-kinthali](https://redirect.github.com/priya-kinthali )
made their first contribution in
[#​673](https://redirect.github.com/actions/setup-go/pull/673 )
- [@​mahabaleshwars](https://redirect.github.com/mahabaleshwars )
made their first contribution in
[#​674](https://redirect.github.com/actions/setup-go/pull/674 )
**Full Changelog**:
<https://github.com/actions/setup-go/compare/v6...v6.1.0 >
###
[`v6.0.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.0.0 )
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5.6.0...v6.0.0 )
##### What's Changed
##### Breaking Changes
- Improve toolchain handling to ensure more reliable and consistent
toolchain selection and management by
[@​matthewhughes934](https://redirect.github.com/matthewhughes934 )
in [#​460](https://redirect.github.com/actions/setup-go/pull/460 )
- Upgrade Nodejs runtime from node20 to node 24 by
[@​salmanmkc](https://redirect.github.com/salmanmkc ) in
[#​624](https://redirect.github.com/actions/setup-go/pull/624 )
Make sure your runner is on version v2.327.1 or later to ensure
compatibility with this release. [See Release
Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1 )
##### Dependency Upgrades
- Upgrade [@​types/jest](https://redirect.github.com/types/jest )
from 29.5.12 to 29.5.14 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​589](https://redirect.github.com/actions/setup-go/pull/589 )
- Upgrade
[@​actions/tool-cache](https://redirect.github.com/actions/tool-cache )
from 2.0.1 to 2.0.2 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​591](https://redirect.github.com/actions/setup-go/pull/591 )
- Upgrade
[@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser )
from 8.31.1 to 8.35.1 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​590](https://redirect.github.com/actions/setup-go/pull/590 )
- Upgrade undici from 5.28.5 to 5.29.0 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​594](https://redirect.github.com/actions/setup-go/pull/594 )
- Upgrade typescript from 5.4.2 to 5.8.3 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​538](https://redirect.github.com/actions/setup-go/pull/538 )
- Upgrade eslint-plugin-jest from 28.11.0 to 29.0.1 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​603](https://redirect.github.com/actions/setup-go/pull/603 )
- Upgrade `form-data` to bring in fix for critical vulnerability by
[@​matthewhughes934](https://redirect.github.com/matthewhughes934 )
in [#​618](https://redirect.github.com/actions/setup-go/pull/618 )
- Upgrade actions/checkout from 4 to 5 by
[@​dependabot](https://redirect.github.com/dependabot )\[bot] in
[#​631](https://redirect.github.com/actions/setup-go/pull/631 )
##### New Contributors
-
[@​matthewhughes934](https://redirect.github.com/matthewhughes934 )
made their first contribution in
[#​618](https://redirect.github.com/actions/setup-go/pull/618 )
- [@​salmanmkc](https://redirect.github.com/salmanmkc ) made their
first contribution in
[#​624](https://redirect.github.com/actions/setup-go/pull/624 )
**Full Changelog**:
<https://github.com/actions/setup-go/compare/v5...v6.0.0 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1ham9yIl19-->
---------
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>
Co-authored-by: Jocelyn Collado-Kuri <jcolladokuri@icloud.com >
2026-01-09 10:43:07 +01:00
renovate-sh-app[bot]
7ad809c654
chore(deps): update actions/setup-go action to v5.6.0 ( #2164 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://redirect.github.com/actions/setup-go ) |
action | minor | `v5.3.0` → `v5.6.0` |
---
### Release Notes
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
###
[`v5.6.0`](https://redirect.github.com/actions/setup-go/releases/tag/v5.6.0 )
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5.5.0...v5.6.0 )
#### What's Changed
- Fall back to downloading from go.dev/dl instead of
storage.googleapis.com/golang by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y ) in
[#​689](https://redirect.github.com/actions/setup-go/pull/689 )
**Full Changelog**:
<https://github.com/actions/setup-go/compare/v5...v5.6.0 >
###
[`v5.5.0`](https://redirect.github.com/actions/setup-go/releases/tag/v5.5.0 )
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5.4.0...v5.5.0 )
#### What's Changed
##### Bug fixes:
- Update self-hosted environment validation by
[@​priyagupta108](https://redirect.github.com/priyagupta108 ) in
[#​556](https://redirect.github.com/actions/setup-go/pull/556 )
- Add manifest validation and improve error handling by
[@​priyagupta108](https://redirect.github.com/priyagupta108 ) in
[#​586](https://redirect.github.com/actions/setup-go/pull/586 )
- Update template link by
[@​jsoref](https://redirect.github.com/jsoref ) in
[#​527](https://redirect.github.com/actions/setup-go/pull/527 )
##### Dependency updates:
- Upgrade
[@​action/cache](https://redirect.github.com/action/cache ) from
4.0.2 to 4.0.3 by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y ) in
[#​574](https://redirect.github.com/actions/setup-go/pull/574 )
- Upgrade
[@​actions/glob](https://redirect.github.com/actions/glob ) from
0.4.0 to 0.5.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​573](https://redirect.github.com/actions/setup-go/pull/573 )
- Upgrade ts-jest from 29.1.2 to 29.3.2 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​582](https://redirect.github.com/actions/setup-go/pull/582 )
- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​537](https://redirect.github.com/actions/setup-go/pull/537 )
#### New Contributors
- [@​jsoref](https://redirect.github.com/jsoref ) made their first
contribution in
[#​527](https://redirect.github.com/actions/setup-go/pull/527 )
**Full Changelog**:
<https://github.com/actions/setup-go/compare/v5...v5.5.0 >
###
[`v5.4.0`](https://redirect.github.com/actions/setup-go/releases/tag/v5.4.0 )
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5.3.0...v5.4.0 )
#### What's Changed
##### Dependency updates :
- Upgrade semver from 7.6.0 to 7.6.3 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​535](https://redirect.github.com/actions/setup-go/pull/535 )
- Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​536](https://redirect.github.com/actions/setup-go/pull/536 )
- Upgrade
[@​action/cache](https://redirect.github.com/action/cache ) from
4.0.0 to 4.0.2 by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y ) in
[#​568](https://redirect.github.com/actions/setup-go/pull/568 )
- Upgrade undici from 5.28.4 to 5.28.5 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[#​541](https://redirect.github.com/actions/setup-go/pull/541 )
#### New Contributors
- [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y )
made their first contribution in
[#​568](https://redirect.github.com/actions/setup-go/pull/568 )
**Full Changelog**:
<https://github.com/actions/setup-go/compare/v5...v5.4.0 >
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->
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-08 14:19:07 +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
Zoltán Bedi
47226b864d
Add create plugin update workflow ( #2074 )
2025-09-15 20:12:15 +02:00
Christos Diamantis
04ef3774b0
Zabbix 7.4 compatibility tests ( #2053 )
...
* Resolves issue (#2051 )
2025-07-09 15:44:17 +02:00
Zoltán Bedi
aed76bfaf8
Remove id-token permission for compatibility workflows ( #2021 )
...
The read value for id-token is not available. This PR fixes that.
2025-05-05 15:14:58 +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
4036bc585b
Add compatibility workflows and integration tests ( #1991 )
...
Fixes #1986
Fixes #1994
- Updated .gitignore to include SSL certificate files.
- Introduced new GitHub Actions workflows for testing compatibility with
Zabbix versions 5.0, 6.0, 7.0, and 7.2.
- Added integration tests for Zabbix API for each version, ensuring
proper authentication and API version handling.
- Updated Docker Compose files to support SSL configuration for Zabbix
web services.
- Removed deprecated default Docker Compose and bootstrap files.
- Removed devenv for version 6.2.
2025-03-19 14:04:52 +01: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
Zoltán Bedi
4a8043c924
Upgrade Node.js and GitHub Actions dependencies ( #1985 )
...
Fixes #1984
2025-03-10 14:40:26 +01:00
Zoltán Bedi
57f0df115a
Enhance GitHub Actions workflow: Add pull request trigger and secret management for project integration
2025-01-27 12:03:29 +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
Ivana Huckova
43f8a8e07d
Create stale.yml
2024-08-01 11:45:38 +02:00
Sriram
6bea82f20c
Create add-to-project.yml
2024-02-06 10:57:55 +00:00
Zoltán Bedi
7841b3b21f
Chore: Run yarn lint in CI ( #1716 )
...
* Chore: Run yarn lint
* Run only on push
* Format lint.yml
2023-10-13 15:25:06 +02:00
Zoltán Bedi
059dab982a
Use nvmrc for compatibility workflow
2023-09-24 23:23:08 +02:00
Zoltán Bedi
fdca810285
Chore: Dependency clean up
2023-09-24 22:59:27 +02:00
Alexander Zobnin
e3e896742b
Build plugin with grafana toolkit ( #1539 )
...
* Use grafana toolkit template for building plugin
* Fix linter and type errors
* Update styles building
* Fix sass deprecation warning
* Remove empty js files produced by webpack building sass
* Fix signing script
* Replace classnames with cx
* Fix data source config page
* Use custom webpack config instead of overriding original one
* Use gpx_ prefix for plugin executable
* Remove unused configs
* Roll back react hooks dependencies usage
* Move plugin-specific ts config to root config file
* Temporary do not use rst2html for function description tooltip
* Remove unused code
* remove unused dependencies
* update react table dependency
* Migrate tests to typescript
* remove unused dependencies
* Remove old webpack configs
* Add sign target to makefile
* Add magefile
* Update CI test job
* Update go packages
* Update build instructions
* Downgrade go version to 1.18
* Fix go version in ci
* Fix metric picker
* Add comment to webpack config
* remove angular mocks
* update bra config
* Rename datasource-zabbix to datasource (fix mage build)
* Add instructions for building backend with mage
* Fix webpack targets
* Fix ci backend tests
* Add initial e2e tests
* Fix e2e ci tests
* Update docker compose for cypress tests
* build grafana docker image
* Fix docker stop task
* CI: add Grafana compatibility check
2022-12-09 14:14:34 +03:00
Alexander Zobnin
504c9af226
Migrate query editor to react ( #1520 )
...
* Initial react query editor
* CI: run checks on all branches
* Update react packages
* Initial metric picker
* Load metrics
* Tweak styles
* Add variables to metric options
* Tweak styles
* Filtering and keyboard navigation
* Open menu with keyboard
* Update function editor
* Move functions in editor
* Add function component
* Edit func params
* Push alias functions to the end
* Tweak labels size
* Fix menu position
* Metric options editor
* Fix css styles building
* More work on query options
* Fix tests
* Refactor: extract metrics query editor and functions editor
* Refactor: move things around
* Text metrics editor
* Problems query editor
* Problems mode options
* Item id query editor
* IT services query editor
* Triggers query editor
* Refactor: remove unused
* remove derprecated theme usage
* Load proxy options
* Fetch metric options on variable change
* Remove angular query editor
* Migrate annotations editor to react
* Fix tests
2022-11-09 17:50:13 +03:00
Alexander Zobnin
5bfd306462
CI: fix lint job
2022-09-01 14:05:47 +03:00
Alexander Zobnin
7a27945798
CI: fix build
2022-09-01 14:02:47 +03:00
Alexander Zobnin
5de9e2c640
CI: Split jobs
2022-09-01 14:01:26 +03:00
Alexander Zobnin
fa510c6896
Fix workflow file syntax
2022-09-01 13:47:27 +03:00
Alexander Zobnin
d4b08eb0c4
Add github workflow
2022-09-01 13:43:48 +03:00