Skip to content

chore(all): update all#315

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:masterfrom
renovate-bot:renovate/all
Open

chore(all): update all#315
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:masterfrom
renovate-bot:renovate/all

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.20.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.26.0 age confidence toolchain minor
go 1.231.26 age confidence uses-with minor
golang 1.23-alpine1.26-alpine age confidence stage minor
google.golang.org/api v0.228.0v0.266.0 age confidence require minor
google.golang.org/grpc v1.71.0v1.79.1 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.26.0

v1.25.7

v1.25.6

v1.25.5

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.13

v1.24.12

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.26.0: 1.26.0

Compare Source

Go 1.26.0

v1.25.7: 1.25.7

Compare Source

Go 1.25.7

v1.25.6: 1.25.6

Compare Source

Go 1.25.6

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.13: 1.24.13

Compare Source

Go 1.24.13

v1.24.12: 1.24.12

Compare Source

Go 1.24.12

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.266.0

Compare Source

Features

v0.265.0

Compare Source

Features

v0.264.0

Compare Source

Features

v0.263.0

Compare Source

Features

v0.262.0

Compare Source

Features
Bug Fixes

v0.261.0

Compare Source

Features

v0.260.0

Compare Source

Features

v0.259.0

Compare Source

⚠ BREAKING CHANGES
  • remove firebaseremoteconfig from package list (#​3422)
Features
Bug Fixes
Miscellaneous Chores

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
  • all: Auto-regenerate discovery clients (#​3264) (82513ca)
  • all: Auto-regenerate discovery clients (#​3266) ([e57e8b1]

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
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from cc56da8 to d8ee9e4 Compare December 23, 2025 11:47
@forking-renovate
Copy link

forking-renovate bot commented Dec 23, 2025

ℹ️ 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.123.0
cloud.google.com/go/auth v0.15.0 -> v0.18.1
cloud.google.com/go/iam v1.4.2 -> v1.5.3
cloud.google.com/go/longrunning v0.6.6 -> v0.8.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.11
github.com/googleapis/gax-go/v2 v2.14.1 -> v2.17.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.39.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.39.0
golang.org/x/crypto v0.36.0 -> v0.47.0
golang.org/x/net v0.38.0 -> v0.49.0
golang.org/x/oauth2 v0.28.0 -> v0.35.0
golang.org/x/sync v0.12.0 -> v0.19.0
golang.org/x/sys v0.31.0 -> v0.40.0
golang.org/x/term v0.30.0 -> v0.39.0
golang.org/x/text v0.23.0 -> v0.33.0
golang.org/x/time v0.11.0 -> v0.14.0
google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20260128011058-8636f8732409
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20260203192932-546029d2fa20
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20260203192932-546029d2fa20
google.golang.org/protobuf v1.36.6 -> v1.36.11

@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from fda64d7 to 3c236c2 Compare January 8, 2026 22:22
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from eaa5281 to 0db85d3 Compare January 15, 2026 19:13
@glasnt
Copy link
Collaborator

glasnt commented Jan 19, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all branch 3 times, most recently from a9436e6 to 8d276f4 Compare January 27, 2026 23:15
@renovate-bot renovate-bot force-pushed the renovate/all branch 5 times, most recently from c6da0fb to 9d60fdc Compare February 4, 2026 19:11
@renovate-bot renovate-bot force-pushed the renovate/all branch 4 times, most recently from edfdb52 to 38a8a9c Compare February 12, 2026 20:12
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