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 Confidence Type Update
cloud.google.com/go/alloydbconn v1.15.0 -> v1.15.5 age confidence require patch
cloud.google.com/go/spanner v1.79.0 -> v1.84.1 age confidence require minor
github.com/go-sql-driver/mysql v1.9.2 -> v1.9.3 age confidence require patch
github.com/go-viper/mapstructure/v2 v2.3.0 -> v2.4.0 age confidence require minor
github.com/googleapis/gax-go/v2 v2.14.1 -> v2.15.0 age confidence require minor
github.com/googleapis/go-sql-spanner v1.13.0 -> v1.16.3 age confidence require minor
github.com/jackc/pgx/v5 v5.7.4 -> v5.7.5 age confidence require patch
github.com/prometheus/client_golang v1.22.0 -> v1.23.0 age confidence require minor
github.com/rickar/cal/v2 v2.1.23 -> v2.1.24 age confidence require patch
google.golang.org/grpc v1.73.0 -> v1.74.2 age confidence require minor
mysql 9.3-oracle -> 9.4-oracle age confidence final minor
postgres 17.4 -> 17.6 age confidence minor

Release Notes

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

v1.15.5

Compare Source

Bug Fixes

v1.15.4

Compare Source

Bug Fixes

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

v1.15.1

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

Compare Source

What's Changed

New Contributors

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

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

v2.15.0

Compare Source

Features
  • apierror: improve gRPC status code mapping for HTTP errors (#​431) (c207f2a)

v2.14.2

Compare Source

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

v1.16.3

Compare Source

Bug Fixes

v1.16.2

Compare Source

Bug Fixes

v1.16.1

Compare Source

Bug Fixes

v1.16.0

Compare Source

Features
  • Add BeginTransactionOption to configure how to begin a transaction (21ed1e3)
  • Add RunDmlBatch function with typed return value (#​471) (12ead7c)
  • Return metadata and stats for client-side statements (#​470) (19238ce)
Bug Fixes
  • Update all dependencies (#​464) (574d6fe)
  • Use client opts to auto configure emulator instead of environment variable (#​468) (a518727)
Performance Improvements
  • Inline BeginTransaction with first statement (21ed1e3)

v1.15.0

Compare Source

Features
Bug Fixes
Performance Improvements

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

prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.0: - 2025-07-30

Compare Source

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #​1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #​1766
  • [FEATURE] Add exemplars for native histograms #​1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #​1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #​1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #​1729
All Changes * Update example test by @​SuperQ in https://github.com/prometheus/client_golang/pull/1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1776 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1771 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1778 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1786 * chore: Upgrade golangci-lint to v2 by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1790 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @​colega in https://github.com/prometheus/client_golang/pull/1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1794 * chore(ci): Fix flaky tests by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1799 * test(registry): Add goleak-based goroutine leak detection by @​surinkim in https://github.com/prometheus/client_golang/pull/1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1806 * build(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1804 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1809 * Add exemplars for native histograms by @​shivanthzen in https://github.com/prometheus/client_golang/pull/1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1800 * Update supported Go versions by @​SuperQ in https://github.com/prometheus/client_golang/pull/1812 * Cleaup Go modules by @​SuperQ in https://github.com/prometheus/client_golang/pull/1813 * fix: client prompt return on context cancellation by @​umegbewe in https://github.com/prometheus/client_golang/pull/1729 * Simplify buf binary install by @​SuperQ in https://github.com/prometheus/client_golang/pull/1814 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1815 * build(deps): bump the github-actions group with 5 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1817 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1821 * exp/api: Bubble up status code from writeResponse by @​saswatamcode in https://github.com/prometheus/client_golang/pull/1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1828 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1831 * Update runtime metrics for Go v1.23 and v1.24 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1833 * Fix `errNotImplemented` reference by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1835 * build(deps): bump the github-actions group with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1826 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1832 * Cut v1.23.0-rc.0 by @​vesari in https://github.com/prometheus/client_golang/pull/1837 * cut v1.23.0-rc.1 by @​vesari in https://github.com/prometheus/client_golang/pull/1842

New Contributors

Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0

rickar/cal (github.com/rickar/cal/v2)

v2.1.24

Compare Source

What's Changed

New Contributors

Full Changelog: rickar/cal@v2.1.23...v2.1.24

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

v1.74.2: Release 1.74.2

Compare Source

New Features

  • grpc: introduce new DialOptions and ServerOptions (WithStaticStreamWindowSize, WithStaticConnWindowSize, StaticStreamWindowSize, StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#​8283)

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#​8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#​8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#​8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#​8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#​8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#​8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#​8388)

v1.74.1: Release 1.74.1

Compare Source

Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.

v1.74.0: Release 1.74.0

Compare Source

Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.


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

  • 25 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.37.0
cel.dev/expr v0.23.0 -> v0.24.0
cloud.google.com/go v0.120.0 -> v0.121.4
cloud.google.com/go/alloydb v1.15.0 -> v1.18.0
cloud.google.com/go/auth v0.15.0 -> v0.16.3
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
cloud.google.com/go/iam v1.5.1 -> v1.5.2
cloud.google.com/go/longrunning v0.6.6 -> v0.6.7
cloud.google.com/go/monitoring v1.24.1 -> v1.24.2
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 -> v1.5.3
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 -> v0.53.0
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f -> v0.0.0-20250501225837-2ac532fd4443
github.com/go-jose/go-jose/v4 v4.0.5 -> v4.1.0
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 -> v1.36.0
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/sdk/metric v1.35.0 -> v1.37.0
golang.org/x/crypto v0.36.0 -> v0.40.0
golang.org/x/net v0.38.0 -> v0.42.0
golang.org/x/sync v0.15.0 -> v0.16.0
golang.org/x/sys v0.31.0 -> v0.34.0
golang.org/x/text v0.26.0 -> v0.27.0
google.golang.org/api v0.228.0 -> v0.243.0
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 -> v0.0.0-20250728155136-f173205681a0

@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
@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 7 times, most recently from 15dfb78 to 6dca326 Compare June 12, 2025 01:43
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 69306c7 to d4b48da Compare July 3, 2025 17:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 71e24a1 to 7a3135a Compare July 15, 2025 15:35
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 60f6cbd to e9557d3 Compare July 22, 2025 22:58
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 907576c to 63a5f70 Compare July 29, 2025 19:14
Copy link
Contributor Author

renovate bot commented Jul 29, 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 -t ./...
go: module cloud.google.com/go/[email protected] requires go >= 1.23.8; switching to go1.24.6
go: downloading go1.24.6 (linux/amd64)
go: download go1.24.6: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 581ebef to 8808bd5 Compare August 5, 2025 10:33
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c3b986a to 6825e19 Compare August 11, 2025 20:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0cf0452 to f01dbdc Compare August 14, 2025 13:27
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