5dec534e2ae74c9953c8288fa14b8b18bd7b6fa3
2230 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
5dec534e2a |
Bump form-data from 4.0.0 to 4.0.4 (#2059)
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/form-data/form-data/releases">form-data's releases</a>.</em></p> <blockquote> <h2>v4.0.1</h2> <h3>Fixes</h3> <ul> <li>npmignore temporary build files (<a href="https://redirect.github.com/form-data/form-data/issues/532">#532</a>)</li> <li>move util.isArray to Array.isArray (<a href="https://redirect.github.com/form-data/form-data/issues/564">#564</a>)</li> </ul> <h3>Tests</h3> <ul> <li>migrate from travis to GHA</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/form-data/form-data/blob/master/CHANGELOG.md">form-data's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/form-data/form-data/compare/v4.0.3...v4.0.4">v4.0.4</a> - 2025-07-16</h2> <h3>Commits</h3> <ul> <li>[meta] add <code>auto-changelog</code> <a href=" |
||
|
|
6cc6dcabe1 |
Chore: removes props mutation (#2056)
While investigating some potential mutations [here](https://ops.grafana-ops.net/d/83f4951f-2ef3-4260-91a0-39a031992b75/getmutationobserverproxy-logs) I was able to find these mutating [lines](https://github.com/grafana/grafana-zabbix/blob/main/src/datasource/components/ConfigEditor.tsx#L55-L57) Although this works right now, this might not work in future Grafana versions. This PR makes sure we don't mutate the props. I haven't been able to test this manually so I could use some help to make sure the plugin works as expected. --------- Co-authored-by: ivanahuckova <ivana.huckova@gmail.com> |
||
|
|
d83306c216 |
Fix Zabbix compatibility tests Docker build failures (#2057)
The Zabbix compatibility tests workflow were failing with Docker build errors: ``` E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. E: The repository 'http://security.debian.org/debian-security buster/updates Release' does not have a Release file. ``` The `python:2.7` Docker image is based on Debian Buster, which reached end-of-life in August 2022. The Debian repositories for Buster have been moved from their original locations to `archive.debian.org`, but the Docker image still points to the original URLs. This PR updates `devenv/zas-agent/Dockerfile` to redirect repository sources to use Debian's archive repositories: - `http://deb.debian.org/debian` → `http://archive.debian.org/debian` - `http://security.debian.org/debian-security` → `http://archive.debian.org/debian-security` This allows the Python 2.7 environment to continue working with the zas_agent dependency, which requires Python 2.7 syntax. |
||
|
|
7e0070e4f6 | Release: Bump version to 5.2.0 and update changelog for new features and fixes (#2054) | ||
|
|
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 |
||
|
|
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> |
||
|
|
04ef3774b0 |
Zabbix 7.4 compatibility tests (#2053)
* Resolves issue (#2051) |
||
|
|
e65793f3be | Remove reviewers from dependabot.yml (#2050) | ||
|
|
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>"A"</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=" |
||
|
|
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" /> |
||
|
|
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=" |
||
|
|
764a945fb0 | Chore: update version to 5.1.0 and update changelog (#2026) | ||
|
|
301326084a |
Fix: Variable item not filtering for item tag (#2006)
Fixes #1930 Fixes #1543 Fixes #1329 TODO - [x] Add test |
||
|
|
aed76bfaf8 |
Remove id-token permission for compatibility workflows (#2021)
The read value for id-token is not available. This PR fixes that. |
||
|
|
8136184a54 |
Fix: d.for.Each is not a function errors (#2005)
Fixes #2002 |
||
|
|
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> |
||
|
|
8618b3b169 | Chore: update workflow permissions (#2019) | ||
|
|
7e956c24b3 | update workflows (#2018) | ||
|
|
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=" |
||
|
|
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 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
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. |
||
|
|
8d06e049fb | Enhance error handling in health check (#1998) | ||
|
|
a02a88579e | Fix: TLS handshake timeout caused by go 1.23 (#1997) | ||
|
|
0594cc8ab0 | Update prismjs dependency to version 1.30.0 (#1999) | ||
|
|
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. |
||
|
|
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. |
||
|
|
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. |
||
|
|
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: "Map maximum size exceeded" 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: "Map maximum size exceeded" 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 "object without properties" 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=" |
||
|
|
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 |
||
|
|
4a8043c924 |
Upgrade Node.js and GitHub Actions dependencies (#1985)
Fixes #1984 |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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" /> |
||
|
|
d28a715bb1 | Release 5.0.1 (#1976) | ||
|
|
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](
|
||
|
|
4774c315a8 | Update github.com/grafana/grafana-plugin-sdk-go to v0.266.0 (#1975) | ||
|
|
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`.  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> |
||
|
|
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=" |
||
|
|
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 & 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=" |
||
|
|
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' ``` |
||
|
|
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. |
||
|
|
c2ffd31b1a |
Add error source (#1954)
Fixes #1879 |
||
|
|
525217ddad |
Add E2E smoke test (#1962)
creates a smoke test for the zabbix data source closes https://github.com/grafana/data-sources/issues/194 |
||
|
|
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 |
||
|
|
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 |
||
|
|
57f0df115a | Enhance GitHub Actions workflow: Add pull request trigger and secret management for project integration | ||
|
|
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 |
||
|
|
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> |
||
|
|
88b732e062 |
github actions workflows added (#1947)
* github actions workflows added * added playwright tests * Apply suggestions from code review * Update .github/workflows/push.yaml |
||
|
|
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 |