Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 17, 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.3 -> v1.18.0 age confidence require minor
cloud.google.com/go/compute/metadata v0.6.0 -> v0.9.0 age confidence require minor
github.com/pkg/errors v0.8.1 -> v0.9.1 age confidence require minor
go (source) 1.24.1 -> 1.25.5 age confidence toolchain minor
go 1.23 -> 1.25 age confidence uses-with minor
golang 1.23-alpine -> 1.25-alpine age confidence stage minor
google.golang.org/api v0.228.0 -> v0.257.0 age confidence require minor
google.golang.org/grpc v1.71.0 -> v1.77.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.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

v0.238.0

Compare Source

Features

v0.237.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.

@forking-renovate
Copy link

forking-renovate bot commented Feb 17, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: install-tool golang 1.23.12

@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from aa3b58d to c87db92 Compare February 25, 2025 20:44
@renovate-bot renovate-bot force-pushed the renovate/all branch 4 times, most recently from 95d216a to 592c639 Compare March 11, 2025 18:36
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from d1923eb to f1a5ece Compare March 20, 2025 00:38
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 1d396c6 to 8e2d1cc Compare April 1, 2025 18:20
@renovate-bot renovate-bot force-pushed the renovate/all branch 4 times, most recently from bd2418c to 28581cc Compare April 15, 2025 18:28
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from e59dddc to f9b320c Compare April 23, 2025 00:51
@renovate-bot renovate-bot force-pushed the renovate/all branch 3 times, most recently from bdc6072 to 7c27e0a Compare May 13, 2025 16:07
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 2c69044 to 35f521c Compare May 14, 2025 17:33
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 35fed99 to ca4a200 Compare May 26, 2025 10:53
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 59fd947 to 0ae8a4a Compare June 23, 2025 03:57
@renovate-bot renovate-bot force-pushed the renovate/all branch 3 times, most recently from 02c3764 to adf31d8 Compare August 13, 2025 13:55
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 521af6f to 3c9f8cd Compare September 15, 2025 03:31
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 3546865 to 44e7550 Compare September 25, 2025 19:02
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from f6a1c36 to cb8a816 Compare October 6, 2025 02:48
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from 9c4e401 to 0a0682e Compare October 13, 2025 22:33
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from e1c75c5 to 49da104 Compare October 29, 2025 00:58
@renovate-bot renovate-bot force-pushed the renovate/all branch 4 times, most recently from f0df5de to 40be0f6 Compare November 8, 2025 03:51
@renovate-bot renovate-bot force-pushed the renovate/all branch 2 times, most recently from da9fa13 to 2f1c6ea Compare November 18, 2025 04:46
@renovate-bot renovate-bot force-pushed the renovate/all branch 3 times, most recently from f57e0e4 to 4ebd76f Compare December 2, 2025 19:31
@glasnt
Copy link
Collaborator

glasnt commented Dec 7, 2025

/gcbrun

@glasnt glasnt closed this Dec 7, 2025
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