Skip to content

fix(deps): update go patch updates#613

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/go-patch-updates
Open

fix(deps): update go patch updates#613
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/go-patch-updates

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Jan 22, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/grafana/grafana-aws-sdk v1.4.2v1.4.3 age confidence
github.com/grafana/grafana/pkg/promlib v0.0.8v0.0.9 age confidence

Release Notes

grafana/grafana-aws-sdk (github.com/grafana/grafana-aws-sdk)

v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-aws-sdk@v1.4.2...v1.4.3

grafana/grafana (github.com/grafana/grafana/pkg/promlib)

v0.0.9

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner January 22, 2026 15:31
@renovate-sh-app renovate-sh-app bot requested review from iwysiu and njvrzm January 22, 2026 15:31
@renovate-sh-app renovate-sh-app bot enabled auto-merge (squash) January 22, 2026 15:31
@renovate-sh-app
Copy link
Contributor Author

renovate-sh-app bot commented Jan 22, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 53 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.6 -> 1.25.5
github.com/grafana/grafana-plugin-sdk-go v0.284.0 -> v0.286.0
github.com/apache/arrow-go/v18 v18.4.1 -> v18.5.0
github.com/aws/aws-sdk-go-v2 v1.39.6 -> v1.41.1
github.com/aws/aws-sdk-go-v2/config v1.31.17 -> v1.32.7
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 -> v1.19.7
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 -> v1.18.17
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 -> v1.4.17
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 -> v2.7.17
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 -> v1.13.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 -> v1.13.17
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 -> v1.30.9
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 -> v1.35.13
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 -> v1.41.6
github.com/aws/smithy-go v1.23.2 -> v1.24.0
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.13.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-openapi/jsonpointer v0.22.1 -> v0.22.4
github.com/go-openapi/jsonreference v0.21.2 -> v0.21.4
github.com/go-openapi/swag v0.23.0 -> v0.25.4
github.com/google/flatbuffers v25.2.10+incompatible -> v25.9.23+incompatible
github.com/google/gnostic-models v0.7.0 -> v0.7.1
github.com/grafana/dskit v0.0.0-20250131191929-eab36484cec2 -> v0.0.0-20250908063411-6b6da59b5cc4
github.com/grafana/sqlds/v5 v5.0.3 -> v5.0.4
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 -> v2.27.3
github.com/jaegertracing/jaeger-idl v0.5.0 -> v0.6.0
github.com/klauspost/compress v1.18.0 -> v1.18.2
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/common v0.67.2 -> v0.67.4
github.com/prometheus/procfs v0.16.1 -> v0.19.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 -> v0.64.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 -> v0.64.0
go.opentelemetry.io/contrib/propagators/jaeger v1.38.0 -> v1.39.0
go.opentelemetry.io/contrib/samplers/jaegerremote v0.32.0 -> v0.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 -> v1.39.0
go.opentelemetry.io/proto/otlp v1.7.1 -> v1.9.0
golang.org/x/crypto v0.45.0 -> v0.46.0
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 -> v0.0.0-20251209150349-8475f28825e9
golang.org/x/mod v0.29.0 -> v0.31.0
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 -> v0.0.0-20251203150158-8fff8a5912fc
golang.org/x/term v0.37.0 -> v0.38.0
golang.org/x/text v0.31.0 -> v0.32.0
golang.org/x/tools v0.38.0 -> v0.40.0
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 -> v0.0.0-20251213004720-97cd9d5aeac2
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 -> v0.0.0-20251213004720-97cd9d5aeac2
google.golang.org/grpc v1.76.0 -> v1.78.0
google.golang.org/protobuf v1.36.10 -> v1.36.11
k8s.io/apimachinery v0.32.1 -> v0.34.3
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 -> v0.0.0-20251125145642-4e65d59e963e
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-patch-updates branch 2 times, most recently from 4d4b35f to 7fe4110 Compare January 22, 2026 21:54
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-patch-updates branch from 7fe4110 to 780e8aa Compare January 29, 2026 22:27
@renovate-sh-app renovate-sh-app bot changed the title fix(deps): update module github.com/grafana/grafana/pkg/promlib to v0.0.9 fix(deps): update go patch updates Jan 29, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-patch-updates branch 7 times, most recently from 3951fed to e6a49a6 Compare February 9, 2026 15:24
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-patch-updates branch 13 times, most recently from 12bb8cd to f2f4625 Compare February 18, 2026 00:23
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-patch-updates branch 2 times, most recently from 9da25b5 to 2c28b37 Compare February 20, 2026 09:27
| datasource | package                                | from   | to     |
| ---------- | -------------------------------------- | ------ | ------ |
| go         | github.com/grafana/grafana-aws-sdk     | v1.4.2 | v1.4.3 |
| go         | github.com/grafana/grafana/pkg/promlib | v0.0.8 | v0.0.9 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-patch-updates branch from 2c28b37 to 6ef7e96 Compare February 20, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants