Skip to content

Commit 8852825

Browse files
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.268.1 to 0.269.1 (#434)
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.268.1 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> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/8f93b9f7d93b3586b044af6853d988e478a307bb"><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="https://github.com/grafana/grafana-plugin-sdk-go/commit/ef8d2e9dff315e8641f3e84983017d126976417f"><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="https://github.com/grafana/grafana-plugin-sdk-go/commit/63d82b1406634e5ad445aa64ef54d4fa65f8ad9b"><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><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/f36933a2f686f2f571922e46e76b0fbc571933fa"><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>See full diff in <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.268.1...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.268.1&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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94ac837 commit 8852825

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.23.5
55
require (
66
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0
77
github.com/google/go-github/v53 v53.2.0
8-
github.com/grafana/grafana-plugin-sdk-go v0.268.1
8+
github.com/grafana/grafana-plugin-sdk-go v0.269.1
99
github.com/influxdata/tdigest v0.0.1
1010
github.com/pkg/errors v0.9.1
1111
github.com/shurcooL/githubv4 v0.0.0-20230305132112-efb623903184
1212
github.com/stretchr/testify v1.10.0
13-
golang.org/x/oauth2 v0.26.0
13+
golang.org/x/oauth2 v0.27.0
1414
pgregory.net/rapid v1.0.0
1515
)
1616

@@ -22,7 +22,7 @@ require (
2222
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 // indirect
2323
github.com/cloudflare/circl v1.3.7 // indirect
2424
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
25-
github.com/elazarl/goproxy v1.7.1 // indirect
25+
github.com/elazarl/goproxy v1.7.2 // indirect
2626
github.com/fatih/color v1.15.0 // indirect
2727
github.com/getkin/kin-openapi v0.129.0 // indirect
2828
github.com/go-logr/logr v1.4.2 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
3636
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3737
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3838
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
39-
github.com/elazarl/goproxy v1.7.1 h1:1P7LPSxbqtNxusFnXclj6O56pjfq1xOQZ6a0mwwKUlY=
40-
github.com/elazarl/goproxy v1.7.1/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE=
39+
github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o=
40+
github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE=
4141
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
4242
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
4343
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
@@ -89,8 +89,8 @@ github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e h1:JKmoR8x90Iww1
8989
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
9090
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
9191
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
92-
github.com/grafana/grafana-plugin-sdk-go v0.268.1 h1:SRmi9SxrhNJyinklsnDz5uKqj/ie9u3Onv6ZiLGaKBI=
93-
github.com/grafana/grafana-plugin-sdk-go v0.268.1/go.mod h1:OuwS4c/JYgn0rr/w5zhJBpLo4gKm/vw15RsfpYAvK9Q=
92+
github.com/grafana/grafana-plugin-sdk-go v0.269.1 h1:K+D8mBqGpOX0YoXw8Z30X8+QJfvKw9qU44oQpwfUv9U=
93+
github.com/grafana/grafana-plugin-sdk-go v0.269.1/go.mod h1:yv2KbO4mlr9WuDK2f+2gHAMTwwLmLuqaEnrPXTRU+OI=
9494
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
9595
github.com/grafana/otel-profiling-go v0.5.1/go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls=
9696
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 h1:iwOtYXeeVSAeYefJNaxDytgjKtUuKQbJqgAIjlnicKg=
@@ -292,8 +292,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
292292
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
293293
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
294294
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
295-
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
296-
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
295+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
296+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
297297
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
298298
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
299299
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)