Skip to content

fix(deps): update all #456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(deps): update all #456

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/alloydbconn v1.15.1 -> v1.15.3 age adoption passing confidence require patch
cloud.google.com/go/spanner v1.79.0 -> v1.82.0 age adoption passing confidence require minor
github.com/go-sql-driver/mysql v1.9.2 -> v1.9.3 age adoption passing confidence require patch
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.3.0 age adoption passing confidence require minor
github.com/googleapis/gax-go/v2 v2.14.1 -> v2.14.2 age adoption passing confidence require patch
github.com/googleapis/go-sql-spanner v1.13.0 -> v1.14.0 age adoption passing confidence require minor
github.com/jackc/pgx/v5 v5.7.4 -> v5.7.5 age adoption passing confidence require patch
google.golang.org/grpc v1.72.1 -> v1.73.0 age adoption passing confidence require minor
postgres 17.4 -> 17.5 age adoption passing confidence minor

Release Notes

googlecloudplatform/alloydb-go-connector (cloud.google.com/go/alloydbconn)

v1.15.3

Compare Source

Bug Fixes
  • reduce the number of memory allocations and latency overhead (#​686) (274ce04)

v1.15.2

Compare Source

Bug Fixes
go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.9.3

Compare Source

What's Changed

Full Changelog: go-sql-driver/mysql@v1.9.2...v1.9.3

go-viper/mapstructure (github.com/go-viper/mapstructure/v2)

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.2.1...v2.3.0

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.14.2

Compare Source

Documentation
googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner)

v1.14.0

Compare Source

Features
Bug Fixes
Performance Improvements
  • Use statement cache to avoid repeated SQL string parsing (#​445) (f2fbcab)

v1.13.2

Compare Source

Bug Fixes

v1.13.1

Compare Source

Bug Fixes
jackc/pgx (github.com/jackc/pgx/v5)

v5.7.5

Compare Source

grpc/grpc-go (google.golang.org/grpc)

v1.73.0: Release 1.73.0

Compare Source

New Features

  • balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds (#​8249)
  • xds: enable least request LB policy by default. It can be disabled by setting GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false in your environment. (#​8253)
  • grpc: add a CallAuthority Call Option that can be used to overwrite the http :authority header on per-RPC basis. (#​8068)
  • stats/opentelemetry: add trace event for name resolution delay. (#​8074)
  • health: added List method to gRPC Health service. (#​8155)
  • ringhash: implement features from gRFC A76. (#​8159)
  • xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#​8167, #​8180, #​8229, #​8343)

Bug Fixes

  • xds: locality ID metric label is changed to make it consistent with gRFC A78. (#​8256)
  • client: fail RPCs on the client when using extremely short contexts that expire before the grpc-timeout header is created. (#​8312)
  • server: non-positive grpc-timeout header values are now rejected. This is consistent with the gRPC protocol spec. (#​8290)
  • xds: fix reported error string when LRS load reporting interval is invalid. (#​8224)

Performance Improvements

  • credentials/alts: improve read performance by optimizing buffer copies and allocations. (#​8271)
  • server: improve performance of RPC handling by avoid a status proto copy (#​8282)

Documentation

  • examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#​8056)

v1.72.2: Release 1.72.2

Compare Source

Bug Fixes

  • client: restore support for NO_PROXY environment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#​8329)
  • balancer/least_request: fix panic on resolver errors. (#​8333)

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

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

@renovate renovate bot requested review from adamdecaf and InfernoJJ as code owners April 24, 2025 14:51
Copy link
Contributor Author

renovate bot commented Apr 24, 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):

  • 6 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.15.0 -> v0.16.0
cloud.google.com/go/iam v1.4.2 -> v1.5.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.60.0
google.golang.org/api v0.228.0 -> v0.229.0
google.golang.org/genproto/googleapis/api v0.0.0-20250313205543-e70fdf4c4cb4 -> v0.0.0-20250414145226-207652e42e2e

@renovate renovate bot enabled auto-merge (squash) April 24, 2025 14:51
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/spanner to v1.80.0 fix(deps): update all Apr 28, 2025
Copy link
Contributor Author

renovate bot commented Apr 28, 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: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module cloud.google.com/go/[email protected] requires go >= 1.23.8; switching to go1.23.10
go: downloading go1.23.10 (linux/amd64)
go: download go1.23.10: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot changed the title fix(deps): update all fix(deps): update module cloud.google.com/go/spanner to v1.80.0 May 1, 2025
@renovate renovate bot changed the title fix(deps): update module cloud.google.com/go/spanner to v1.80.0 fix(deps): update all May 1, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5112c3e to aee0599 Compare May 6, 2025 16:52
@renovate renovate bot changed the title fix(deps): update all fix(deps): update module github.com/googleapis/go-sql-spanner to v1.13.1 May 7, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/googleapis/go-sql-spanner to v1.13.1 fix(deps): update all May 7, 2025
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1ed67a7 to 04936c8 Compare May 14, 2025 22:21
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 37efaa2 to d15dd41 Compare May 22, 2025 19:06
@renovate renovate bot force-pushed the renovate/all branch from d15dd41 to 7486ae4 Compare May 26, 2025 13:01
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from c38f6e5 to 15dfb78 Compare June 11, 2025 22:02
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6c44a19 to 2a30617 Compare June 16, 2025 15:32
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.

0 participants