Skip to content

Commit

Permalink
Bump the all group in /plugin with 3 updates (#539)
Browse files Browse the repository at this point in the history
Bumps the all group in /plugin with 3 updates:
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go),
[k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and
[k8s.io/client-go](https://github.com/kubernetes/client-go).

Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.260.1 to
0.260.2
<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.260.2</h2>
<h2>What's Changed</h2>
<ul>
<li>SQL: Set relevant errors to downstream by <a
href="https://github.com/aangelisc"><code>@​aangelisc</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1159">grafana/grafana-plugin-sdk-go#1159</a></li>
<li>build(deps): bump golang.org/x/text from 0.20.0 to 0.21.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/1167">grafana/grafana-plugin-sdk-go#1167</a></li>
<li>Arrow: Update arrow to v18 by <a
href="https://github.com/ryantxu"><code>@​ryantxu</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1164">grafana/grafana-plugin-sdk-go#1164</a></li>
<li>build(deps): bump github.com/prometheus/common from 0.60.1 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/1168">grafana/grafana-plugin-sdk-go#1168</a></li>
<li>build(deps): bump
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
from 0.56.0 to 0.57.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/1155">grafana/grafana-plugin-sdk-go#1155</a></li>
<li>build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.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/1169">grafana/grafana-plugin-sdk-go#1169</a></li>
<li>Chore: Add arrow_json_stdlib build tag by <a
href="https://github.com/toddtreece"><code>@​toddtreece</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1165">grafana/grafana-plugin-sdk-go#1165</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.260.1...v0.260.2">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.260.1...v0.260.2</a></p>
<h2>Compatibility</h2>
<pre><code>gorelease -base v0.260.1 -version v0.260.2
# github.com/grafana/grafana-plugin-sdk-go/data
## incompatible changes
ArrowToJSON: changed from
func(github.com/apache/arrow/go/v15/arrow.Record, FrameInclude) ([]byte,
error) to func(github.com/apache/arrow-go/v18/arrow.Record,
FrameInclude) ([]byte, error)
FrameToArrowTable: changed from func(*Frame)
(github.com/apache/arrow/go/v15/arrow.Table, error) to func(*Frame)
(github.com/apache/arrow-go/v18/arrow.Table, error)
FromArrowRecord: changed from
func(github.com/apache/arrow/go/v15/arrow.Record) (*Frame, error) to
func(github.com/apache/arrow-go/v18/arrow.Record) (*Frame, error)
<h1>summary</h1>
<p>v0.260.2 is a valid semantic version for this release.
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/7ab9d40d516eb1c512f653a66dc6aeac8f7134e7"><code>7ab9d40</code></a>
Chore: Add arrow_json_stdlib build tag (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1165">#1165</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a6b331f8224a6456bc2d27c6b88c7ddfdfa76a75"><code>a6b331f</code></a>
build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.1 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1169">#1169</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/c1ffecfa4000a6bf0e8770b3d140d8a75b3ac50d"><code>c1ffecf</code></a>
build(deps): bump
go.opentelemetry.io/contrib/instrumentation/google.golang.o...</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/9ea18094ecf88130c88dad4a56cd35d8a310b894"><code>9ea1809</code></a>
build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1168">#1168</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/cdcd4a1f39bd157f243041580a8e975bdae2f706"><code>cdcd4a1</code></a>
Arrow: Update arrow to v18 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1164">#1164</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/8f297e587302b1967ef72e3cb61e6108bd8d499d"><code>8f297e5</code></a>
build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1167">#1167</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/3ecf138a0afdf660a00ba8c65c6ebc6cfbecb10b"><code>3ecf138</code></a>
SQL: Set relevant errors to downstream (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1159">#1159</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.260.1...v0.260.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/apimachinery` from 0.31.3 to 0.31.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.31.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/client-go` from 0.31.3 to 0.31.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/4b5b7fa1eef9168ef3e143b248e978aa0d1f19e5"><code>4b5b7fa</code></a>
Update dependencies to v0.31.4 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/client-go/compare/v0.31.3...v0.31.4">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>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent c4ad46e commit a87f4d4
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 63 deletions.
40 changes: 20 additions & 20 deletions plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ retract (

require (
github.com/grafana/grafana-app-sdk v0.27.0
github.com/grafana/grafana-plugin-sdk-go v0.260.1
github.com/grafana/grafana-plugin-sdk-go v0.260.2
github.com/prometheus/client_golang v1.20.5
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.32.0
go.opentelemetry.io/otel/trace v1.32.0
k8s.io/apimachinery v0.31.3
k8s.io/client-go v0.31.3
k8s.io/apimachinery v0.31.4
k8s.io/client-go v0.31.4
)

require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/apache/arrow/go/v15 v15.0.2 // indirect
github.com/apache/arrow-go/v18 v18.0.1-0.20241204174348-9d44f3448718 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Expand All @@ -38,10 +38,10 @@ require (
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/flatbuffers v23.5.26+incompatible // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
Expand All @@ -61,8 +61,8 @@ require (
github.com/invopop/yaml v0.3.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/magefile/mage v1.15.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattetti/filebuffer v1.0.1 // indirect
Expand All @@ -76,10 +76,10 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.60.1 // indirect
github.com/prometheus/common v0.61.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rivo/uniseg v0.3.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand All @@ -91,7 +91,7 @@ require (
github.com/urfave/cli v1.22.16 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.57.0 // indirect
go.opentelemetry.io/contrib/propagators/jaeger v1.32.0 // indirect
go.opentelemetry.io/contrib/samplers/jaegerremote v0.26.0 // indirect
Expand All @@ -100,27 +100,27 @@ require (
go.opentelemetry.io/otel/metric v1.32.0 // indirect
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.27.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/grpc v1.68.0 // indirect
google.golang.org/grpc v1.68.1 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.31.3 // indirect
k8s.io/api v0.31.4 // indirect
k8s.io/apiextensions-apiserver v0.31.3 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
Expand Down
Loading

0 comments on commit a87f4d4

Please sign in to comment.