Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the all group in /plugin with 3 updates (#398)
Bumps the all group in /plugin with 3 updates: [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go), [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go). Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.247.0 to 0.248.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.248.0</h2> <h2>What's Changed</h2> <ul> <li>JSON: Ensure all fields types work as expected when they are the first field in a frame by <a href="https://github.com/ryantxu"><code>@ryantxu</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1080">grafana/grafana-plugin-sdk-go#1080</a></li> <li>Chore: Fix DeepCopyInto for DataQuery by <a href="https://github.com/toddtreece"><code>@toddtreece</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1081">grafana/grafana-plugin-sdk-go#1081</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.247.0...v0.248.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.247.0...v0.248.0</a></p> <!-- raw HTML omitted --> <h2>Compatibility</h2> <pre><code>gorelease -base v0.247.0 -version v0.248.0 # summary v0.248.0 is a valid semantic version for this release. </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/71cd88b6f5e48847cdbf48f74a22a65e1c5f4d93"><code>71cd88b</code></a> Chore: Fix DeepCopyInto for DataQuery (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1081">#1081</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/84021fd98f25f3b3957f0154a39b70c7b9c934a0"><code>84021fd</code></a> JSON: Ensure all fields types work as expected when they are the first field ...</li> <li>See full diff in <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.247.0...v0.248.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel` from 1.29.0 to 1.30.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel's changelog</a>.</em></p> <blockquote> <h2>[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09</h2> <h3>Added</h3> <ul> <li>Support <code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code> and <code>OTEL_EXPORTER_OTLP_INSECURE</code> environments in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739">#5739</a>)</li> <li>The <code>WithResource</code> option for <code>NewMeterProvider</code> now merges the provided resources with the ones from environment variables. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li> <li>The <code>WithResource</code> option for <code>NewLoggerProvider</code> now merges the provided resources with the ones from environment variables. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li> <li>Add UTF-8 support to <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix memory leak in the global <code>MeterProvider</code> when identical instruments are repeatedly created. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754">#5754</a>)</li> <li>Fix panic on instruments creation when setting meter provider. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758">#5758</a>)</li> <li>Fix an issue where <code>SetMeterProvider</code> in <code>go.opentelemetry.io/otel</code> might miss the delegation for instruments and registries. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780">#5780</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Drop support for [Go 1.21]. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736">#5736</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740">#5740</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ed4fc757583a88b4da51b1fe1c3f0703ac27a487"><code>ed4fc75</code></a> Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5797">#5797</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/cdd2dbb4748a8ffba53ec831a810fe2c7ce3356e"><code>cdd2dbb</code></a> Drop support for Go 1.21 in dice example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/e9ac0d248cf0bda158c6ff4e88e95253ebd63fff"><code>e9ac0d2</code></a> fix(deps): update module google.golang.org/grpc to v1.66.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5798">#5798</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/4cc9fee499f68998cbcb595493660002a47ed87e"><code>4cc9fee</code></a> fix(deps): update golang.org/x/exp digest to 701f63a (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5795">#5795</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/71b341f0a05813df1c7ad02ac5eb7c3fa2da7c65"><code>71b341f</code></a> Add utf8 support to the prometheus exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/506a9baf5e00147118caea839b529e0f6539e93d"><code>506a9ba</code></a> Fix typos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5763">#5763</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/b37e8a9860f03b78baf2c3ca0edcbc6c7f8fd969"><code>b37e8a9</code></a> <code>SetMeterProvider</code> might miss the delegation for instruments and registries (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/9e1b015159604864b7b3f659eb47a1a247479878"><code>9e1b015</code></a> fix(metric, log): merge explicit resource with environment variables (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8dca9cc0fa35fd20c78928fd71d5ad86fdd6067d"><code>8dca9cc</code></a> Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE envi...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/fb7cc020f24aae0fcb42f2e11c1db78bb0a297fc"><code>fb7cc02</code></a> fix(deps): update module github.com/prometheus/client_golang to v1.20.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5788">#5788</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel/trace` from 1.29.0 to 1.30.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/trace's changelog</a>.</em></p> <blockquote> <h2>[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09</h2> <h3>Added</h3> <ul> <li>Support <code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code> and <code>OTEL_EXPORTER_OTLP_INSECURE</code> environments in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739">#5739</a>)</li> <li>The <code>WithResource</code> option for <code>NewMeterProvider</code> now merges the provided resources with the ones from environment variables. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li> <li>The <code>WithResource</code> option for <code>NewLoggerProvider</code> now merges the provided resources with the ones from environment variables. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li> <li>Add UTF-8 support to <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix memory leak in the global <code>MeterProvider</code> when identical instruments are repeatedly created. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754">#5754</a>)</li> <li>Fix panic on instruments creation when setting meter provider. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758">#5758</a>)</li> <li>Fix an issue where <code>SetMeterProvider</code> in <code>go.opentelemetry.io/otel</code> might miss the delegation for instruments and registries. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780">#5780</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Drop support for [Go 1.21]. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736">#5736</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740">#5740</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ed4fc757583a88b4da51b1fe1c3f0703ac27a487"><code>ed4fc75</code></a> Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5797">#5797</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/cdd2dbb4748a8ffba53ec831a810fe2c7ce3356e"><code>cdd2dbb</code></a> Drop support for Go 1.21 in dice example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800">#5800</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/e9ac0d248cf0bda158c6ff4e88e95253ebd63fff"><code>e9ac0d2</code></a> fix(deps): update module google.golang.org/grpc to v1.66.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5798">#5798</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/4cc9fee499f68998cbcb595493660002a47ed87e"><code>4cc9fee</code></a> fix(deps): update golang.org/x/exp digest to 701f63a (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5795">#5795</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/71b341f0a05813df1c7ad02ac5eb7c3fa2da7c65"><code>71b341f</code></a> Add utf8 support to the prometheus exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755">#5755</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/506a9baf5e00147118caea839b529e0f6539e93d"><code>506a9ba</code></a> Fix typos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5763">#5763</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/b37e8a9860f03b78baf2c3ca0edcbc6c7f8fd969"><code>b37e8a9</code></a> <code>SetMeterProvider</code> might miss the delegation for instruments and registries (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/9e1b015159604864b7b3f659eb47a1a247479878"><code>9e1b015</code></a> fix(metric, log): merge explicit resource with environment variables (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773">#5773</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8dca9cc0fa35fd20c78928fd71d5ad86fdd6067d"><code>8dca9cc</code></a> Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE envi...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/fb7cc020f24aae0fcb42f2e11c1db78bb0a297fc"><code>fb7cc02</code></a> fix(deps): update module github.com/prometheus/client_golang to v1.20.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5788">#5788</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Suleymanov <[email protected]>
- Loading branch information