Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 8, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/artifactregistry v1.16.3v1.18.0 age confidence require minor
cloud.google.com/go/compute/metadata v0.6.0v0.9.0 age confidence require minor
github.com/pkg/errors v0.8.1v0.9.1 age confidence require minor
go (source) 1.24.11.25.5 age confidence toolchain minor
go 1.231.25 age confidence uses-with minor
golang 1.23-alpine1.25-alpine age confidence stage minor
google.golang.org/api v0.228.0v0.258.0 age confidence require minor
google.golang.org/grpc v1.71.0v1.78.0 age confidence require minor

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)

v0.9.0

  • Breaking changes to some autogenerated clients.
  • rpcreplay package added.

v0.8.0

Compare Source

  • profiler package added.
  • storage:
    • Retry Objects.Insert call.
    • Add ProgressFunc to WRiter.
  • pubsub: breaking changes:
    • Publish is now asynchronous (announcement).
    • Subscription.Pull replaced by Subscription.Receive, which takes a callback (announcement).
    • Message.Done replaced with Message.Ack and Message.Nack.

v0.7.0

Compare Source

  • Release of a client library for Spanner. See
    the
    blog
    post
    .
    Note that although the Spanner service is beta, the Go client library is alpha.
pkg/errors (github.com/pkg/errors)

v0.9.1: errors 0.9.1

Compare Source

pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: #​215 and many breaking changes was produced by that.

v0.9.0: errors 0.9.0

Compare Source

errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.

We tried to move into runtime.CallerFrames but this was not possible, you can show the explanation here: Issue 188.

The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.

Now you could use the methods, Is and As, and the Unwrap() interface like on the standard library.

The method Cause is now compatible with fmt.Errorf("%w", err) and with the Unwrap() interface.

On the same way the methods related with wrapping on this package now are compatible with Cause and Unwrap() interface.

Improvements
Bugs fixed
  • .travis.yml Adjust Go versions. Thanks @​komuw, @​aperezg
  • minor fix in an example to print Stack Trace. Thanks @​bep.
  • Remove not necessary code.
  • Clean up documentation. Thanks @​seh.
golang/go (go)

v1.25.5

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.11

v1.24.10

v1.24.9

v1.24.8

v1.24.7

v1.24.6

v1.24.5

v1.24.4

v1.24.3

v1.24.2

actions/go-versions (go)

v1.25.5: 1.25.5

Compare Source

Go 1.25.5

v1.25.4: 1.25.4

Compare Source

Go 1.25.4

v1.25.3: 1.25.3

Compare Source

Go 1.25.3

v1.25.2: 1.25.2

Compare Source

Go 1.25.2

v1.25.1: 1.25.1

Compare Source

Go 1.25.1

v1.25.0: 1.25.0

Compare Source

Go 1.25.0

v1.24.11: 1.24.11

Compare Source

Go 1.24.11

v1.24.10: 1.24.10

Compare Source

Go 1.24.10

v1.24.9: 1.24.9

Compare Source

Go 1.24.9

v1.24.8: 1.24.8

Compare Source

Go 1.24.8

v1.24.7: 1.24.7

Compare Source

Go 1.24.7

v1.24.6: 1.24.6

Compare Source

Go 1.24.6

v1.24.5: 1.24.5

Compare Source

Go 1.24.5

v1.24.4: 1.24.4

Compare Source

Go 1.24.4

v1.24.3: 1.24.3

Compare Source

Go 1.24.3

v1.24.2: 1.24.2

Compare Source

Go 1.24.2

v1.24.1: 1.24.1

Compare Source

Go 1.24.1

v1.24.0: 1.24.0

Compare Source

Go 1.24.0

googleapis/google-api-go-client (google.golang.org/api)

v0.258.0

Compare Source

Features

v0.257.0

Compare Source

Features

v0.256.0

Compare Source

Features

v0.255.0

Compare Source

Features

v0.254.0

Compare Source

Features

v0.253.0

Compare Source

Features

v0.252.0

Compare Source

Features

v0.251.0

Compare Source

Features

v0.250.0

Compare Source

Features

v0.249.0

Compare Source

Features

v0.248.0

Compare Source

Features

v0.247.0

Compare Source

Features

v0.246.0

Compare Source

Features
Bug Fixes

v0.245.0

Compare Source

Features
Bug Fixes
  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#​3258) (091d422)

v0.244.0

Compare Source

Features

v0.243.0

Compare Source

Features
Bug Fixes
  • gensupport: Update chunk upload logic for robust timeout handling. (#​3208) (93865aa)

v0.242.0

Compare Source

Features

v0.241.0

Compare Source

Features

v0.240.0

Compare Source

Features

v0.239.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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

This PR was generated by Mend Renovate. View the repository job log.

@glasnt
Copy link
Collaborator

glasnt commented Dec 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 9afa7d7 to ac88218 Compare December 8, 2025 11:54
@forking-renovate
Copy link

ℹ️ 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):

  • 25 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.120.0 -> v0.121.6
cloud.google.com/go/auth v0.15.0 -> v0.17.0
cloud.google.com/go/iam v1.4.2 -> v1.5.3
cloud.google.com/go/longrunning v0.6.6 -> v0.7.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
github.com/googleapis/gax-go/v2 v2.14.1 -> v2.15.0
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.61.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0
go.opentelemetry.io/otel v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
golang.org/x/crypto v0.36.0 -> v0.46.0
golang.org/x/net v0.38.0 -> v0.48.0
golang.org/x/oauth2 v0.28.0 -> v0.34.0
golang.org/x/sync v0.12.0 -> v0.19.0
golang.org/x/sys v0.31.0 -> v0.39.0
golang.org/x/term v0.30.0 -> v0.38.0
golang.org/x/text v0.23.0 -> v0.32.0
golang.org/x/time v0.11.0 -> v0.14.0
google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20251111163417-95abcf5c77ba
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20251213004720-97cd9d5aeac2
google.golang.org/protobuf v1.36.6 -> v1.36.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants