Skip to content

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.6 age confidence require patch
cloud.google.com/go/spanner v1.79.0 -> v1.85.0 age confidence require minor
github.com/go-sql-driver/mysql v1.9.2 -> v1.9.3 age confidence require patch
github.com/golang-migrate/migrate/v4 v4.18.3 -> v4.19.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.17.0 age confidence require minor
github.com/jackc/pgx/v5 v5.7.4 -> v5.7.6 age confidence require patch
github.com/prometheus/client_golang v1.22.0 -> v1.23.2 age confidence require minor
github.com/rickar/cal/v2 v2.1.23 -> v2.1.25 age confidence require patch
github.com/spf13/viper v1.20.1 -> v1.21.0 age confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
google.golang.org/grpc v1.73.0 -> v1.75.1 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.6

Compare Source

Bug Fixes

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

golang-migrate/migrate (github.com/golang-migrate/migrate/v4)

v4.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: golang-migrate/migrate@v4.18.3...v4.19.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.17.0

Compare Source

Features
Documentation

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

Compare Source

v5.7.5

Compare Source

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

v1.23.2: - 2025-09-05

Compare Source

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1: - 2025-09-04

Compare Source

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

All Changes * [release-1.23] Upgrade to prometheus/common v0.66 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1866 * [release-1.23] Cut v1.23.1 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1867

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

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: prometheus/client_golang@v1.22.0...v1.23.0

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

v2.1.25

Compare Source

What's Changed

New Contributors

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

v2.1.24

Compare Source

What's Changed

New Contributors

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

spf13/viper (github.com/spf13/viper)

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

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

v1.75.1: Release 1.75.1

Compare Source

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#​8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#​8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#​8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#​8528)

v1.75.0: Release 1.75.0

Compare Source

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#​8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#​8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#​8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#​8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#​8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#​8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#​8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#​8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#​8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and `en

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 3 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.24.0; switching to go1.24.7
go: downloading go1.24.7 (linux/amd64)
go: download go1.24.7: 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 5 times, most recently from 1f557c7 to ba397b5 Compare August 19, 2025 22:54
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 1925399 to 199c715 Compare August 28, 2025 08:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3a20a4b to 8c92c39 Compare September 7, 2025 00:15
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c97c66d to 369dd1f Compare September 10, 2025 10:01
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