Commit Graph

2277 Commits

Author SHA1 Message Date
Zoltán Bedi
7e0070e4f6 Release: Bump version to 5.2.0 and update changelog for new features and fixes (#2054) 2025-07-10 15:37:39 +00:00
Zoltán Bedi
bb6ade69c8 Fix: Update Zabbix API connector to handle versioning for 'with_hosts' parameter (#2049)
This changes the version number for `with_hosts` to return `real_hosts`
when version is 6.0.0 or below.

In 6.2 `real_hosts` is deprecated.
https://www.zabbix.com/documentation/6.2/en/manual/api/reference/hostgroup/get

In 6.0 it isn't.
https://www.zabbix.com/documentation/6.0/en/manual/api/reference/hostgroup/get

Fixes https://github.com/grafana/grafana-zabbix/issues/2048
2025-07-10 17:28:04 +02:00
Christos Diamantis
30c0b0e982 Ability to execute "Manual event actions" on Zabbix Problems panel (#2024)
This PR resolves the below issues:
#2022 #1465 

Specifically, when executing a script on the problems panel, we do check
if the script scope is event or host.
Based on the script scope, the Zabbix API call is constructed
differently.

---------

Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2025-07-09 13:56:14 +00:00
Christos Diamantis
04ef3774b0 Zabbix 7.4 compatibility tests (#2053)
* Resolves issue (#2051)
2025-07-09 15:44:17 +02:00
Zoltán Bedi
e65793f3be Remove reviewers from dependabot.yml (#2050) 2025-07-01 21:18:03 +02:00
dependabot[bot]
9fbf4d21b2 Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.277.1 to 0.278.0 (#2047)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.277.1 to 0.278.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.278.0</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump actions/setup-go from 5.3.0 to 5.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1314">grafana/grafana-plugin-sdk-go#1314</a></li>
<li>build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1316">grafana/grafana-plugin-sdk-go#1316</a></li>
<li>build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1317">grafana/grafana-plugin-sdk-go#1317</a></li>
<li>When calling httpclient.New without any options return a new client
with default configuration by <a
href="https://github.com/DanCech"><code>@​DanCech</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1312">grafana/grafana-plugin-sdk-go#1312</a></li>
<li>build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1321">grafana/grafana-plugin-sdk-go#1321</a></li>
<li>build(deps): bump github.com/prometheus/common from 0.63.0 to 0.64.0
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1319">grafana/grafana-plugin-sdk-go#1319</a></li>
<li>build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1320">grafana/grafana-plugin-sdk-go#1320</a></li>
<li>build(deps): bump github.com/apache/arrow-go/v18 from 18.2.0 to
18.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1318">grafana/grafana-plugin-sdk-go#1318</a></li>
<li>build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote
from 0.29.0 to 0.30.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1323">grafana/grafana-plugin-sdk-go#1323</a></li>
<li>build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace
from 1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1325">grafana/grafana-plugin-sdk-go#1325</a></li>
<li>feat: add custom error type for unsupported column types by <a
href="https://github.com/dgiagio"><code>@​dgiagio</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1326">grafana/grafana-plugin-sdk-go#1326</a></li>
<li>build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger
from 1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1328">grafana/grafana-plugin-sdk-go#1328</a></li>
<li>build(deps): bump
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from
1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1329">grafana/grafana-plugin-sdk-go#1329</a></li>
<li>build(deps): bump google.golang.org/grpc from 1.72.1 to 1.73.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1332">grafana/grafana-plugin-sdk-go#1332</a></li>
<li>build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1334">grafana/grafana-plugin-sdk-go#1334</a></li>
<li>build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1335">grafana/grafana-plugin-sdk-go#1335</a></li>
<li>experimental: conversions: add test by <a
href="https://github.com/gabor"><code>@​gabor</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1337">grafana/grafana-plugin-sdk-go#1337</a></li>
<li>build(deps): bump
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
from 0.60.0 to 0.61.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1338">grafana/grafana-plugin-sdk-go#1338</a></li>
<li>build(deps): bump
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus from
1.0.1 to 1.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1339">grafana/grafana-plugin-sdk-go#1339</a></li>
<li>experimental: apis: do not default to refid=A by <a
href="https://github.com/gabor"><code>@​gabor</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1336">grafana/grafana-plugin-sdk-go#1336</a></li>
</ul>
<h2>Change in experimental behavior</h2>
<p>The experimental <code>ToDataSourceQueries</code> function was
changed to be more compatible with the behavior of the
<code>/api/ds/query</code> API: if an empty <code>refId</code> is
received, it is now not updated to <code>&quot;A&quot;</code> (see <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1336">grafana/grafana-plugin-sdk-go#1336</a>)</p>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/DanCech"><code>@​DanCech</code></a> made
their first contribution in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1312">grafana/grafana-plugin-sdk-go#1312</a></li>
<li><a href="https://github.com/dgiagio"><code>@​dgiagio</code></a> made
their first contribution in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1326">grafana/grafana-plugin-sdk-go#1326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.1...v0.278.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.1...v0.278.0</a></p>
<h2>Compatibility</h2>
<pre><code>gorelease -base v0.277.1 -version v0.278.0
# github.com/grafana/grafana-plugin-sdk-go/data/sqlutil
## compatible changes
ErrColumnTypeNotSupported: added
<h1>summary</h1>
<p>v0.278.0 is a valid semantic version for this release.<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c278ab7bbb"><code>c278ab7</code></a>
experimental: apis: do not default to refid=A (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1336">#1336</a>)</li>
<li><a
href="209d18a207"><code>209d18a</code></a>
build(deps): bump
github.com/grpc-ecosystem/go-grpc-middleware/providers/prom...</li>
<li><a
href="2b24e0a8e1"><code>2b24e0a</code></a>
build(deps): bump
go.opentelemetry.io/contrib/instrumentation/net/http/httptr...</li>
<li><a
href="040eb94a32"><code>040eb94</code></a>
experimental: conversions: add test (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1337">#1337</a>)</li>
<li><a
href="c90a934656"><code>c90a934</code></a>
build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1335">#1335</a>)</li>
<li><a
href="4d000e5e8e"><code>4d000e5</code></a>
build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1334">#1334</a>)</li>
<li><a
href="129ec2877d"><code>129ec28</code></a>
build(deps): bump google.golang.org/grpc from 1.72.1 to 1.73.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1332">#1332</a>)</li>
<li><a
href="392d0618ba"><code>392d061</code></a>
build(deps): bump
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptrace...</li>
<li><a
href="f4037701cf"><code>f403770</code></a>
build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1328">#1328</a>)</li>
<li><a
href="20c9ac2f6b"><code>20c9ac2</code></a>
feat: add custom error type for unsupported column types (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1326">#1326</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.1...v0.278.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.277.1&new-version=0.278.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 15:35:30 +02:00
Sriram
8051b1408c [Bug fix] handle multiple service status (#2037)
Fixes https://github.com/grafana/grafana-zabbix/issues/2036

## Before fix

<img width="1393" alt="image"
src="https://github.com/user-attachments/assets/e698a571-9e4b-4fbb-824e-7d7dc1b77137"
/>

## After fix

<img width="1397" alt="image"
src="https://github.com/user-attachments/assets/99882c1e-926a-4667-86cb-8b0f3468dac7"
/>
2025-06-18 10:30:05 +01:00
dependabot[bot]
ebc24dc543 Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.277.0 to 0.277.1 (#2028)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.277.0 to 0.277.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.277.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Data Sources: Add gauge for response size by <a
href="https://github.com/aangelisc"><code>@​aangelisc</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1304">grafana/grafana-plugin-sdk-go#1304</a></li>
<li>Update workflows by <a
href="https://github.com/andresmgot"><code>@​andresmgot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1307">grafana/grafana-plugin-sdk-go#1307</a></li>
<li>Fix workflows by <a
href="https://github.com/andresmgot"><code>@​andresmgot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1308">grafana/grafana-plugin-sdk-go#1308</a></li>
<li>build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2
from 2.3.1 to 2.3.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1310">grafana/grafana-plugin-sdk-go#1310</a></li>
<li>build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to
0.132.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1309">grafana/grafana-plugin-sdk-go#1309</a></li>
<li>build(deps): update HAR library by <a
href="https://github.com/Proximyst"><code>@​Proximyst</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1313">grafana/grafana-plugin-sdk-go#1313</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Proximyst"><code>@​Proximyst</code></a>
made their first contribution in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1313">grafana/grafana-plugin-sdk-go#1313</a></li>
</ul>
<h2>Compatibility</h2>
<pre><code># summary
v0.277.1 is a valid semantic version for this release.
</code></pre>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.0...v0.277.1">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.0...v0.277.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e5dcc3f5c0"><code>e5dcc3f</code></a>
build(deps): update HAR library (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1313">#1313</a>)</li>
<li><a
href="ef2d80624d"><code>ef2d806</code></a>
build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0
(<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1309">#1309</a>)</li>
<li><a
href="12cc508d8a"><code>12cc508</code></a>
build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1310">#1310</a>)</li>
<li><a
href="ed21b7d18a"><code>ed21b7d</code></a>
Fix workflows (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1308">#1308</a>)</li>
<li><a
href="c6bc70ebd4"><code>c6bc70e</code></a>
Update workflows (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1307">#1307</a>)</li>
<li><a
href="3d980fe55a"><code>3d980fe</code></a>
Add gauge (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1304">#1304</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.0...v0.277.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.277.0&new-version=0.277.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-12 14:11:37 +02:00
Zoltán Bedi
764a945fb0 Chore: update version to 5.1.0 and update changelog (#2026) 2025-05-12 09:01:29 +02:00
Zoltán Bedi
301326084a Fix: Variable item not filtering for item tag (#2006)
Fixes #1930
Fixes #1543 
Fixes #1329 

TODO

- [x] Add test
2025-05-09 20:08:44 +00: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
Zoltán Bedi
8136184a54 Fix: d.for.Each is not a function errors (#2005)
Fixes #2002
2025-05-05 13:58:42 +02:00
Zoltán Bedi
c0d212d3ae Feat: add option to show data source name (#2007)
Original [PR](https://github.com/grafana/grafana-zabbix/pull/2003)

Fixes #1766

---------

Co-authored-by: olaf <olaf@initworks.com>
2025-05-05 13:39:04 +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
dependabot[bot]
0d84439080 Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.276.0 to 0.277.0 (#2014)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.276.0 to 0.277.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.277.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Make query.schema.json compliant with openapi v2 by <a
href="https://github.com/ArturWierzbicki"><code>@​ArturWierzbicki</code></a>
<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1297">grafana/grafana-plugin-sdk-go#1297</a></li>
<li>ParseHTTPSettings: Add guards for boolean fields by <a
href="https://github.com/idastambuk"><code>@​idastambuk</code></a> <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1302">grafana/grafana-plugin-sdk-go#1302</a></li>
<li>Adds NewHTTPTransport function to httpclient by <a
href="https://github.com/beejeebus"><code>@​beejeebus</code></a> <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1303">grafana/grafana-plugin-sdk-go#1303</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0</a></p>
<pre><code>$ gorelease -base v0.276.0 -version v0.277.0
# github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
## compatible changes
NewHTTPTransport: added
<h1>summary</h1>
<p>v0.277.0 is a valid semantic version for this release.<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6965c310a2"><code>6965c31</code></a>
Adds NewHTTPTransport function to httpclient (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1303">#1303</a>)</li>
<li><a
href="f8bcc37637"><code>f8bcc37</code></a>
ParseHTTPSettings: Add guards for boolean fields</li>
<li><a
href="2ff3db9a78"><code>2ff3db9</code></a>
Make <code>query.schema.json</code> compliant with openapi v2 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1297">#1297</a>)</li>
<li><a
href="a259df9dd4"><code>a259df9</code></a>
build(deps): bump golang.org/x/net from 0.37.0 to 0.39.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1298">#1298</a>)</li>
<li><a
href="6fdbc91aac"><code>6fdbc91</code></a>
build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1301">#1301</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.276.0&new-version=0.277.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 11:27:26 +02:00
dependabot[bot]
21b170ecfc Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.274.0 to 0.276.0 (#2013)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.274.0 to 0.276.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.276.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix: return clone of http.DefaultTransport from GetTransport() with
no arguments by <a
href="https://github.com/njvrzm"><code>@​njvrzm</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1296">grafana/grafana-plugin-sdk-go#1296</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.275.0...v0.276.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.275.0...v0.276.0</a></p>
<h2>Compatibility</h2>
<pre><code>❯ gorelease -base v0.275.0 -version v0.276.0
# github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
## compatible changes
GetDefaultTransport: added
<h1>summary</h1>
<p>v0.276.0 is a valid semantic version for this release.<br />
</code></pre></p>
<h2>v0.275.0</h2>
<h2>What's Changed</h2>
<ul>
<li>CODEOWENERS: update ownership of /experimental/apis/data by <a
href="https://github.com/gabor"><code>@​gabor</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1221">grafana/grafana-plugin-sdk-go#1221</a></li>
<li>build(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1270">grafana/grafana-plugin-sdk-go#1270</a></li>
<li>build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote
from 0.28.0 to 0.29.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1273">grafana/grafana-plugin-sdk-go#1273</a></li>
<li>build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1271">grafana/grafana-plugin-sdk-go#1271</a></li>
<li>Live: Add watch scope and allow dots in namespace by <a
href="https://github.com/ryantxu"><code>@​ryantxu</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1269">grafana/grafana-plugin-sdk-go#1269</a></li>
<li>build(deps): bump github.com/apache/arrow-go/v18 from
18.0.1-0.20241212180703-82be143d7c30 to 18.2.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1272">grafana/grafana-plugin-sdk-go#1272</a></li>
<li>build(deps): bump golang.org/x/net from 0.36.0 to 0.37.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1280">grafana/grafana-plugin-sdk-go#1280</a></li>
<li>build(deps): bump
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from
1.34.0 to 1.35.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1279">grafana/grafana-plugin-sdk-go#1279</a></li>
<li>build(deps): bump github.com/getkin/kin-openapi from 0.129.0 to
0.131.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1282">grafana/grafana-plugin-sdk-go#1282</a></li>
<li>Update Go 1.24 by <a
href="https://github.com/andresmgot"><code>@​andresmgot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1290">grafana/grafana-plugin-sdk-go#1290</a></li>
<li>build(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1285">grafana/grafana-plugin-sdk-go#1285</a></li>
<li>build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1288">grafana/grafana-plugin-sdk-go#1288</a></li>
<li>build(deps): bump
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
from 0.59.0 to 0.60.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1287">grafana/grafana-plugin-sdk-go#1287</a></li>
<li>build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1286">grafana/grafana-plugin-sdk-go#1286</a></li>
<li>build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1291">grafana/grafana-plugin-sdk-go#1291</a></li>
<li>build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger
from 1.34.0 to 1.35.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1292">grafana/grafana-plugin-sdk-go#1292</a></li>
<li>build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1294">grafana/grafana-plugin-sdk-go#1294</a></li>
<li>build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1293">grafana/grafana-plugin-sdk-go#1293</a></li>
<li>fix: avoid crash due to fallthrough in *ConfFloat64 nil comparisons
by <a href="https://github.com/ivant"><code>@​ivant</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1277">grafana/grafana-plugin-sdk-go#1277</a></li>
<li>Don't allow use of http.DefaultTransport with secure socks proxy by
<a href="https://github.com/beejeebus"><code>@​beejeebus</code></a> in
<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1295">grafana/grafana-plugin-sdk-go#1295</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/beejeebus"><code>@​beejeebus</code></a>
made their first contribution in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1295">grafana/grafana-plugin-sdk-go#1295</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.274.0...v0.275.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.274.0...v0.275.0</a></p>
<h2>Compatibility</h2>
<pre><code>gorelease -base v0.274.0 -version v0.275.0
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fafb0fbb4c"><code>fafb0fb</code></a>
fix: return clone of http.DefaultTransport from GetTransport() with no
args (...</li>
<li><a
href="567114ab45"><code>567114a</code></a>
Don't allow use of http.DefaultTransport with secure socks proxy (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1295">#1295</a>)</li>
<li><a
href="304a9d99bb"><code>304a9d9</code></a>
fix: avoid crash due to fallthrough in *ConfFloat64 nil comparisons (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1277">#1277</a>)</li>
<li><a
href="9ff418d66f"><code>9ff418d</code></a>
build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1293">#1293</a>)</li>
<li><a
href="c095f1985f"><code>c095f19</code></a>
build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1294">#1294</a>)</li>
<li><a
href="3554612dcd"><code>3554612</code></a>
build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1292">#1292</a>)</li>
<li><a
href="f66d6ff88c"><code>f66d6ff</code></a>
build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1291">#1291</a>)</li>
<li><a
href="2b1ae64b14"><code>2b1ae64</code></a>
build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1286">#1286</a>)</li>
<li><a
href="43c8e79855"><code>43c8e79</code></a>
build(deps): bump
go.opentelemetry.io/contrib/instrumentation/google.golang.o...</li>
<li><a
href="6c9621393b"><code>6c96213</code></a>
build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1288">#1288</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.274.0...v0.276.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.274.0&new-version=0.276.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ivanahuckova <ivana.huckova@gmail.com>
2025-04-17 14:20:19 +02:00
Zoltán Bedi
db7d5b3cb9 Release version 5.0.4 with a fix for TLS handshake timeout issues by … (#2000)
…disabling the post-quantum key exchange mechanism in Go.
2025-03-26 14:45:44 +00:00
Zoltán Bedi
8d06e049fb Enhance error handling in health check (#1998) 2025-03-25 12:12:40 +01:00
Zoltán Bedi
a02a88579e Fix: TLS handshake timeout caused by go 1.23 (#1997) 2025-03-25 12:12:18 +01:00
Zoltán Bedi
0594cc8ab0 Update prismjs dependency to version 1.30.0 (#1999) 2025-03-21 19:08:35 +01:00
Zoltán Bedi
bc6211568f Release version 5.0.3 with security updates and bug fixes (#1995)
- Updated golang.org/x/net from v0.35.0 to v0.37.0 for security
improvements.
- Built the plugin with Go version 1.24.1.
- Fixed basic authentication issues for Zabbix versions <7.2.
- Bumped grafana-plugin-sdk-go from v0.270.0 to v0.274.0.
2025-03-19 14:35:41 +01: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
dependabot[bot]
2af583ae9e Bump @babel/runtime from 7.22.15 to 7.26.10 (#1989)
Bumps
[@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime)
from 7.22.15 to 7.26.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@​babel/runtime</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.26.10 (2025-03-11)</h2>
<p>Thanks <a
href="https://github.com/jordan-choi"><code>@​jordan-choi</code></a> and
<a
href="https://github.com/mmmsssttt404"><code>@​mmmsssttt404</code></a>
for your first PRs!</p>
<p>This release includes a fix for <a
href="https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8">https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8</a>,
a security vulnerability which affects the <code>.replace</code> method
of transpiled regular expressions that use named capturing groups.</p>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17159">#17159</a>
Disallow decorator in array pattern (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>, <code>babel-template</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17164">#17164</a>
Fix: always initialize ExportDeclaration attributes (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17142">#17142</a>
fix: &quot;Map maximum size exceeded&quot; in deepClone (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>,
<code>babel-plugin-transform-typescript</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17154">#17154</a>
Update typescript parser tests (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17151">#17151</a>
fix: Should not evaluate vars in child scope (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17153">#17153</a>
fix: Correctly generate <code>abstract override</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17107">#17107</a> Fix
source type detection when parsing TypeScript (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-runtime</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17173">#17173</a> Fix
processing of replacement pattern with named capture groups (<a
href="https://github.com/%5Bmmmsssttt404%5D(https://github.com/mmmsssttt404)"><code>@​mmmsssttt404</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-standalone</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17158">#17158</a>
Avoid warnings when re-bundling <code>@​babel/standalone</code> with
webpack (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17160">#17160</a>
Left-value parsing cleanup (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Babel Bot (<a
href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li>Yunyoung Jordan Choi (<a
href="https://github.com/jordan-choi"><code>@​jordan-choi</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
<li><a
href="https://github.com/mmmsssttt404"><code>@​mmmsssttt404</code></a></li>
</ul>
<h2>v7.26.9 (2025-02-14)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17103">#17103</a>
fix: Definition for <code>TSPropertySignature.kind</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17062">#17062</a>
Print TypeScript optional/definite in ClassPrivateProperty (<a
href="https://github.com/jamiebuilds-signal"><code>@​jamiebuilds-signal</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/runtime</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.26.10 (2025-03-11)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17159">#17159</a>
Disallow decorator in array pattern (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>, <code>babel-template</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17164">#17164</a>
Fix: always initialize ExportDeclaration attributes (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17142">#17142</a>
fix: &quot;Map maximum size exceeded&quot; in deepClone (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>,
<code>babel-plugin-transform-typescript</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17154">#17154</a>
Update typescript parser tests (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17151">#17151</a>
fix: Should not evaluate vars in child scope (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17153">#17153</a>
fix: Correctly generate <code>abstract override</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17107">#17107</a> Fix
source type detection when parsing TypeScript (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-runtime</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17173">#17173</a> Fix
processing of replacement pattern with named capture groups (<a
href="https://github.com/%5Bmmmsssttt404%5D(https://github.com/mmmsssttt404)"><code>@​mmmsssttt404</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-standalone</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17158">#17158</a>
Avoid warnings when re-bundling <code>@​babel/standalone</code> with
webpack (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17160">#17160</a>
Left-value parsing cleanup (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.26.9 (2025-02-14)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17103">#17103</a>
fix: Definition for <code>TSPropertySignature.kind</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17062">#17062</a>
Print TypeScript optional/definite in ClassPrivateProperty (<a
href="https://github.com/jamiebuilds-signal"><code>@​jamiebuilds-signal</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17130">#17130</a> Use
<code>.ts</code> files with explicit reexports to solve name conflicts
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17127">#17127</a> Do
not depend on <code>@types/gensync</code> in Babel 7 (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.26.7 (2025-01-24)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-preset-env</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17086">#17086</a>
Make &quot;object without properties&quot; helpers ES6-compatible (<a
href="https://github.com/tquetano-netflix"><code>@​tquetano-netflix</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-typeof-symbol</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17085">#17085</a>
fix: Correctly handle <code>typeof</code> in arrow functions (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e1ce99df42"><code>e1ce99d</code></a>
v7.26.10</li>
<li><a
href="d5952e80c0"><code>d5952e8</code></a>
Fix processing of replacement pattern with named capture groups (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/17173">#17173</a>)</li>
<li><a
href="64bca7b5f3"><code>64bca7b</code></a>
v7.26.9</li>
<li><a
href="2d9514066e"><code>2d95140</code></a>
v7.26.7</li>
<li><a
href="63d30381c1"><code>63d3038</code></a>
v7.26.0</li>
<li><a
href="b07957ebb3"><code>b07957e</code></a>
v7.25.9</li>
<li><a
href="af917594e4"><code>af91759</code></a>
fix: Accidentally publishing useless files (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/16917">#16917</a>)</li>
<li><a
href="2533cfb0c1"><code>2533cfb</code></a>
v7.25.7</li>
<li><a
href="69d65f1aef"><code>69d65f1</code></a>
[babel 8] Require Node.js <code>^18.20.0 || ^20.17.0 ||
&gt;=22.8.0</code> (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/16800">#16800</a>)</li>
<li><a
href="2f72b978f9"><code>2f72b97</code></a>
v7.25.6</li>
<li>Additional commits viewable in <a
href="https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/runtime&package-manager=npm_and_yarn&previous-version=7.22.15&new-version=7.26.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/grafana/grafana-zabbix/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 12:13:17 +01:00
Zoltán Bedi
35cf5a3a08 Upgrade dependencies: grafana-plugin-sdk-go and related OpenTelemetry packages (#1988)
- Bump github.com/grafana/grafana-plugin-sdk-go to v0.270.0
- Update OpenTelemetry packages to latest versions:
  - go.opentelemetry.io/otel to v1.35.0
  - go.opentelemetry.io/otel/metric to v1.35.0
  - go.opentelemetry.io/otel/trace to v1.35.0
-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
to v0.60.0
- Upgrade grpc-ecosystem/go-grpc-middleware/v2 to v2.3.1
2025-03-12 10:53:23 +01:00
Zoltán Bedi
4a8043c924 Upgrade Node.js and GitHub Actions dependencies (#1985)
Fixes #1984
2025-03-10 14:40:26 +01:00
dependabot[bot]
0a712f4003 Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.269.0 to 0.269.1 (#1987)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.269.0 to 0.269.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.269.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add errorsource to TLS errors correctly by <a
href="https://github.com/njvrzm"><code>@​njvrzm</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1256">#1256</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.269.0...v0.269.1">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.269.0...v0.269.1</a></p>
<h2>Compatibility</h2>
<pre><code>❯ gorelease -base v0.269.0 -version v0.269.1
# summary
v0.269.1 is a valid semantic version for this release.
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8f93b9f7d9"><code>8f93b9f</code></a>
fix: add errorsource to TLS errors correctly (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1256">#1256</a>)</li>
<li><a
href="ef8d2e9dff"><code>ef8d2e9</code></a>
build(deps): bump github.com/elazarl/goproxy from 1.7.1 to 1.7.2 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1251">#1251</a>)</li>
<li><a
href="63d82b1406"><code>63d82b1</code></a>
build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1250">#1250</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.269.0...v0.269.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.269.0&new-version=0.269.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 10:20:19 +00:00
dependabot[bot]
d3af16200c Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.268.0 to 0.269.0 (#1981)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.268.0 to 0.269.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.269.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Export <code>ErrorInputFieldsWithoutRowsWideSeries</code> error by
<a
href="https://github.com/ivanahuckova"><code>@​ivanahuckova</code></a>
in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1249">grafana/grafana-plugin-sdk-go#1249</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.268.1...v0.269.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.268.1...v0.269.0</a></p>
<h2>Compatibility</h2>
<pre><code>gorelease -base v0.268.1 -version v0.269.0
# github.com/grafana/grafana-plugin-sdk-go/data
## compatible changes
ErrorInputFieldsWithoutRowsWideSeries: added
<h1>summary</h1>
<p>v0.269.0 is a valid semantic version for this release.<br />
</code></pre></p>
<h2>v0.268.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: include Data field when converting PublishStreamRequest by <a
href="https://github.com/sd2k"><code>@​sd2k</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1248">grafana/grafana-plugin-sdk-go#1248</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sd2k"><code>@​sd2k</code></a> made their
first contribution in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1248">grafana/grafana-plugin-sdk-go#1248</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.268.0...v0.268.1">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.268.0...v0.268.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f36933a2f6"><code>f36933a</code></a>
Export <code>ErrorInputFieldsWithoutRowsWideSeries</code> error (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1249">#1249</a>)</li>
<li><a
href="bdc70e0ebf"><code>bdc70e0</code></a>
fix: include Data field when converting PublishStreamRequest (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1248">#1248</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.268.0...v0.269.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.268.0&new-version=0.269.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-04 09:14:42 +01:00
Ivana Huckova
58902e7ed9 Release 5.0.2 with error source fix for some downstream errors (#1980)
This PR fixes error source for 2 errors:
- parsing of invalid json response should be downstream error as we
expect to receive valid json from zabbix
- no host found error should be downstream. We are bumping sdk that
includes that fix
https://github.com/grafana/grafana-plugin-sdk-go/pull/1246.

As you can see - the invalid json parsing is now downstream error
<img width="1498" alt="image"
src="https://github.com/user-attachments/assets/88028dbe-0f73-47aa-8262-5729059ce12f"
/>
2025-02-27 12:30:19 +01:00
Ivana Huckova
d28a715bb1 Release 5.0.1 (#1976) 2025-02-25 10:11:33 +01:00
Zoltán Bedi
6034153046 Fix: host groups not showing in problems panel (#1965)
This PR fixes 2 issues mentioned below.
Fixes #1943
Fixes #1946

## Problems Panel not showing host groups:


[src/panel-triggers/components/Problems/Problems.tsx](0355f40fc2/src/panel-triggers/components/Problems/Problems.tsx)

![Image](https://github.com/user-attachments/assets/2d5d8207-dcd6-4e80-aef3-a9eadf4d3dc9)

### How to reproduce

1. Go to `Zabbix data source features` dashboard
2. Open Problems panel
3. In the panel config enable host groups field
4. Host groups should show up in the table

## Triggers not showing


![Image](https://github.com/user-attachments/assets/4319ebc1-bbdb-4648-b7d5-269e82351804)

### How to reproduce

1. Go to explore and select the zabbix ds
2. Select `Triggers` Query type
3. Add `Backend` as a group
4. Add `/.*/` as host
5. There should be 2 average triggers
2025-02-24 17:54:34 +01:00
Ivana Huckova
4774c315a8 Update github.com/grafana/grafana-plugin-sdk-go to v0.266.0 (#1975) 2025-02-24 14:39:47 +01:00
Sriram
f4376363eb Fix problems panel broken when selecting triggers (#1960)
This PR fixes an issue where the problems panel breaks when you change
to query type to `Triggers`.

![](https://grafana.zendesk.com/attachments/token/MNBgVTPRKZkwa6TsMBbtBQdIp/?name=image.png)

How to reproduce:

1. Go to `Zabbix data source features` dashboard
2. Open Problems panel
3. Change`Query type` to `Triggers`
4. Select `Problems` from `Count by`
5. Change the `Group` to `Backend`
6. The problems panel should not error

---------

Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2025-02-24 11:01:08 +01:00
dependabot[bot]
a5cfbfa7d9 Bump serialize-javascript from 6.0.1 to 6.0.2 (#1974)
Bumps
[serialize-javascript](https://github.com/yahoo/serialize-javascript)
from 6.0.1 to 6.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/yahoo/serialize-javascript/releases">serialize-javascript's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.2</h2>
<ul>
<li>fix: serialize URL string contents to prevent XSS (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/173">#173</a>)
f27d65d</li>
<li>Bump <code>@​babel/traverse</code> from 7.10.1 to 7.23.7 (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/171">#171</a>)
02499c0</li>
<li>docs: update readme with URL support (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/146">#146</a>)
0d88527</li>
<li>chore: update node version and lock file  e2a3a91</li>
<li>fix typo (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/164">#164</a>)
5a1fa64</li>
</ul>
<p><a
href="https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2">https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b71ec23841"><code>b71ec23</code></a>
6.0.2</li>
<li><a
href="f27d65d3de"><code>f27d65d</code></a>
fix: serialize URL string contents to prevent XSS (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/173">#173</a>)</li>
<li><a
href="02499c0adf"><code>02499c0</code></a>
Bump <code>@​babel/traverse</code> from 7.10.1 to 7.23.7 (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/171">#171</a>)</li>
<li><a
href="0d885272f4"><code>0d88527</code></a>
docs: update readme with URL support (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/146">#146</a>)</li>
<li><a
href="e2a3a9173e"><code>e2a3a91</code></a>
chore: update node version and lock file</li>
<li><a
href="5a1fa646d9"><code>5a1fa64</code></a>
fix typo (<a
href="https://redirect.github.com/yahoo/serialize-javascript/issues/164">#164</a>)</li>
<li>See full diff in <a
href="https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serialize-javascript&package-manager=npm_and_yarn&previous-version=6.0.1&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/grafana/grafana-zabbix/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-20 13:25:10 +01:00
dependabot[bot]
88c51806fd Bump dompurify from 3.1.6 to 3.2.4 (#1969)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to
3.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cure53/DOMPurify/releases">dompurify's
releases</a>.</em></p>
<blockquote>
<h2>DOMPurify 3.2.4</h2>
<ul>
<li>Fixed a conditional and config dependent mXSS-style <a
href="https://nsysean.github.io/posts/dompurify-323-bypass/">bypass</a>
reported by <a
href="https://github.com/nsysean"><code>@​nsysean</code></a></li>
<li>Added a new feature to allow specific hook removal, thanks <a
href="https://github.com/davecardwell"><code>@​davecardwell</code></a></li>
<li>Added <em>purify.js</em> and <em>purify.min.js</em> to exports,
thanks <a
href="https://github.com/Aetherinox"><code>@​Aetherinox</code></a></li>
<li>Added better logic in case no window object is president, thanks <a
href="https://github.com/yehuya"><code>@​yehuya</code></a></li>
<li>Updated some dependencies called out by dependabot</li>
<li>Updated license files etc to show the correct year</li>
</ul>
<h2>DOMPurify 3.2.3</h2>
<ul>
<li>Fixed two conditional sanitizer bypasses discovered by <a
href="https://github.com/parrot409"><code>@​parrot409</code></a> and <a
href="https://x.com/slonser_"><code>@​Slonser</code></a></li>
<li>Updated the attribute clobbering checks to prevent future bypasses,
thanks <a
href="https://github.com/parrot409"><code>@​parrot409</code></a></li>
</ul>
<h2>DOMPurify 3.2.2</h2>
<ul>
<li>Fixed a possible bypass in case a rather specific config for custom
elements is set, thanks <a
href="https://github.com/yaniv-git"><code>@​yaniv-git</code></a></li>
<li>Fixed several minor issues with the type definitions, thanks again
<a href="https://github.com/reduckted"><code>@​reduckted</code></a></li>
<li>Fixed a minor issue with the types reference for trusted types,
thanks <a
href="https://github.com/reduckted"><code>@​reduckted</code></a></li>
<li>Fixed a minor problem with the template detection regex on some
systems, thanks <a
href="https://github.com/svdb99"><code>@​svdb99</code></a></li>
</ul>
<h2>DOMPurify 3.2.1</h2>
<ul>
<li>Fixed several minor issues with the type definitions, thanks <a
href="https://github.com/reduckted"><code>@​reduckted</code></a> <a
href="https://github.com/ghiscoding"><code>@​ghiscoding</code></a> <a
href="https://github.com/asamuzaK"><code>@​asamuzaK</code></a> <a
href="https://github.com/MiniDigger"><code>@​MiniDigger</code></a></li>
<li>Fixed an issue with non-minified dist files and order of imports,
thanks <a
href="https://github.com/reduckted"><code>@​reduckted</code></a></li>
</ul>
<h2>DOMPurify 3.2.0</h2>
<ul>
<li>Added type declarations, thanks <a
href="https://github.com/reduckted"><code>@​reduckted</code></a> , <a
href="https://github.com/philmayfield"><code>@​philmayfield</code></a>,
<a href="https://github.com/aloisklink"><code>@​aloisklink</code></a>,
<a href="https://github.com/ssi02014"><code>@​ssi02014</code></a> and
others</li>
<li>Fixed a minor issue with the handling of hooks, thanks <a
href="https://github.com/kevin-mizu"><code>@​kevin-mizu</code></a></li>
</ul>
<h2>DOMPurify 3.1.7</h2>
<ul>
<li>Fixed an issue with comment detection and possible bypasses with
specific config settings, thanks <a
href="https://github.com/masatokinugawa"><code>@​masatokinugawa</code></a></li>
<li>Fixed several smaller typos in documentation and test &amp; build
files, thanks <a
href="https://github.com/christianhg"><code>@​christianhg</code></a></li>
<li>Added better support for Angular compiler, thanks <a
href="https://github.com/jeroen1602"><code>@​jeroen1602</code></a></li>
<li>Added several new attributes to HTML and SVG allow-list, thanks <a
href="https://github.com/Gigabyte5671"><code>@​Gigabyte5671</code></a>
and <a href="https://github.com/Rotzbua"><code>@​Rotzbua</code></a></li>
<li>Removed the <code>foreignObject</code> element from the list of HTML
entry-points, thanks <a
href="https://github.com/masatokinugawa"><code>@​masatokinugawa</code></a></li>
<li>Bumped several dependencies to be more up to date</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ec29e65f36"><code>ec29e65</code></a>
Merge pull request <a
href="https://redirect.github.com/cure53/DOMPurify/issues/1062">#1062</a>
from cure53/main</li>
<li><a
href="1c1b183862"><code>1c1b183</code></a>
chore: Preparing 3.2.4 release</li>
<li><a
href="d18ffcb554"><code>d18ffcb</code></a>
fix: Changed the template literal regex to avoid a config-dependent
bypass</li>
<li><a
href="0d64d2b12f"><code>0d64d2b</code></a>
Merge pull request <a
href="https://redirect.github.com/cure53/DOMPurify/issues/1060">#1060</a>
from yehuya/initializeTestImprovements</li>
<li><a
href="9ad7933156"><code>9ad7933</code></a>
tests: DOMPurify custom window tests improvements</li>
<li><a
href="72760ca8ee"><code>72760ca</code></a>
Merge pull request <a
href="https://redirect.github.com/cure53/DOMPurify/issues/1059">#1059</a>
from yehuya/fixMissingWindowElement</li>
<li><a
href="bc72d44b2e"><code>bc72d44</code></a>
Fix tests</li>
<li><a
href="363a89dd3a"><code>363a89d</code></a>
fix: handle undefined Element in DOMPurify initialization</li>
<li><a
href="f41b45df18"><code>f41b45d</code></a>
Update LICENSE</li>
<li><a
href="b25bf26d67"><code>b25bf26</code></a>
Update README.md</li>
<li>Additional commits viewable in <a
href="https://github.com/cure53/DOMPurify/compare/3.1.6...3.2.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dompurify&package-manager=npm_and_yarn&previous-version=3.1.6&new-version=3.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/grafana/grafana-zabbix/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-20 11:54:05 +01:00
Sam Jewell
ebf4c26997 Use go install to install golint (#1967)
This is the recommended approach since Go 1.17

I was getting an error when running `make install`:
```
GO111MODULE=off go get -u golang.org/x/lint/golint
go: modules disabled by GO111MODULE=off; see 'go help modules'
```
2025-02-12 16:25:49 +01:00
Zoltán Bedi
aa63bb8835 Add Changesets configuration and update development documentation (#1964)
Introduce Changesets for versioning and changelog generation, and
enhance development documentation to guide contributors on using
Changesets effectively.
2025-02-06 10:35:36 +01:00
Zoltán Bedi
c2ffd31b1a Add error source (#1954)
Fixes  #1879
2025-02-04 12:40:33 +01:00
Gareth Dawson
525217ddad Add E2E smoke test (#1962)
creates a smoke test for the zabbix data source

closes https://github.com/grafana/data-sources/issues/194
2025-02-04 18:04:07 +07:00
Ivana Huckova
25354eea40 Release version 5.0.0: plugin now requires Grafana 10.4.8+ (#1945)
Changes:

- Use 10.4.8 as minimal supported Grafana version in plugins that
previously supported v9.
- Bump version to 5.0.0 as we are changing min supported Grafana version
2025-01-29 12:30:06 +01:00
Zoltán Bedi
e73686e190 Merge pull request #1955 from grafana/add-to-projects-fix
Enhance GitHub Actions workflow: Add pull request trigger and secret management for project integration
2025-01-27 12:36:12 +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
Zoltán Bedi
72fcfa7240 Merge pull request #1951 from grafana/dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.263.0
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.261.0 to 0.263.0
2025-01-20 12:17:57 +01:00
dependabot[bot]
1bdad0244b Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.261.0 to 0.263.0.
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.261.0...v0.263.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-plugin-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 10:36:50 +00: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
Zoltán Bedi
81fd5f4404 Merge pull request #1950 from grafana/dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.261.0
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.260.3 to 0.261.0
2025-01-13 13:28:03 +01:00
dependabot[bot]
673fe68e01 Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.260.3 to 0.261.0.
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.260.3...v0.261.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-plugin-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 10:48:53 +00:00
Zoltán Bedi
0355f40fc2 Merge pull request #1941 from grafana/fix-71-updates
plugin version 4.6.0 compatiblity issues
2025-01-07 11:23:32 +01:00
yesoreyeram
1a1a6632f2 update changelog 2025-01-07 08:19:20 +00:00