Skip to content

fix(deps): update all non-major dependencies#630

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#630
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
gcr.io/cloud-sql-connectors/cloud-sql-proxy minor 2.21.32.22.0 age confidence
github.com/getsentry/sentry-go require minor v0.45.1v0.46.2 age confidence
github.com/go-gormigrate/gormigrate/v2 require patch v2.1.5v2.1.6 age confidence
golangci/golangci-lint uses-with minor v2.11.4v2.12.2 age confidence
google.golang.org/grpc require minor v1.80.0v1.81.1 age confidence

Release Notes

GoogleCloudPlatform/cloud-sql-proxy (gcr.io/cloud-sql-connectors/cloud-sql-proxy)

v2.22.0

Compare Source

Features
getsentry/sentry-go (github.com/getsentry/sentry-go)

v0.46.2: 0.46.2

Compare Source

Bug Fixes 🐛

v0.46.1: 0.46.1

Compare Source

Bug Fixes 🐛

v0.46.0: 0.46.0

Compare Source

Breaking Changes 🛠
New Features ✨
Internal Changes 🔧
Deps
Other
go-gormigrate/gormigrate (github.com/go-gormigrate/gormigrate/v2)

v2.1.6

Compare Source

  • chore: bump go 1.25 => 1.26, update go deps
  • chore(ci): bump github actions
  • chore: bump db images for integration testing
    • postgres: 18 => 19
    • mariadb: 11 => 12
    • mssql/server: 2022 => 2025
golangci/golangci-lint (golangci/golangci-lint)

v2.12.2

Compare Source

Released on 2026-05-06

  1. Linters bug fixes
    • gomodguard_v2: fix blocked configuration
    • gomodguard_v2: from 2.1.0 to 2.1.3
    • iface: from 1.4.1 to 1.4.2

v2.12.1

Compare Source

Released on 2026-05-01

  1. Linters bug fixes
    • gomodguard_v2: fix panic with migration suggestion
  2. Misc.
    • fix install.sh script (if you are still using an URL based on the branch master, please update to use https://golangci-lint.run/install.sh)

v2.12.0

Compare Source

Released on 2026-05-01

  1. New linters
  2. Linters new features or changes
    • dupl: from f665c8d to c99c5cf (extended detection)
    • funcorder: from 0.5.0 to 0.6.0 (new option: function)
    • goconst: add an option to ignore strings from tests
    • goconst: from 1.8.2 to 1.10.0 (extended detection)
    • gomodguard_v2: from 1.4.1 to 2.1.0 (major version with new configuration)
    • gosec: from 619ce21 to 2.26.1 (new checks: G124, G708, G709, G710)
    • govet: add inline analyzer
    • makezero: from 2.1.0 to 2.2.1 (support slice type aliases)
    • paralleltest: expose checkcleanup option
    • sloglint: from 0.11.1 to 0.12.0 (new options: allowed-keys, custom-funcs)
    • wsl_v5: from 5.6.0 to 5.8.0 (new option: cuddle-max-statements; new checks: after-decl, after-defer, after-expr, after-go, cuddle-group)
  3. Linters bug fixes
    • forbidigo: from 2.3.0 to 2.3.1
    • godot: from 1.5.4 to 1.5.6
    • govet-modernize: from 0.43.0 to 0.44.0
    • ireturn: from 0.4.0 to 0.4.1
    • rowserrcheck: from 1.1.1 to c5f79b8
  4. Misc.
    • Decrease cache entropy
    • Embed the JSON schema in the binary
    • Filter env vars when cloning the repository with the custom command
grpc/grpc-go (google.golang.org/grpc)

v1.81.1: Release 1.81.1

Compare Source

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#​9111)

v1.81.0: Release 1.81.0

Compare Source

Behavior Changes

  • balancer/rls: Switch gauge metrics to asynchronous emission (once per collection cycle) to reduce telemetry noise and align with other gRPC language implementations. (#​8808)

Dependencies

  • Minimum supported Go version is now 1.25. (#​8969)

Bug Fixes

  • xds: Use the leaf cluster's security config for the TLS handshake instead of the aggregate cluster's config. (#​8956)
  • transport: Send a RST_STREAM when receiving an END_STREAM when the stream is not already half-closed. (#​8832)
  • xds: Fix ADS resource name validation to prevent a panic. (#​8970)

New Features

  • grpc/stats: Add support for custom labels in per-call metrics (gRFC A108). (#​9008)
  • xds: Add support for Server Name Indication (SNI) and SAN validation (gRFC A101). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_SNI=true environment variable. (#​9016)
  • xds: Add support to control which fields get propagated from ORCA backend metric reports to LRS load reports (gRFC A85). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION=true. (#​9005)
  • xds: Add metrics to track xDS client connectivity and cached resource state (gRFC A78). (#​8807)
  • stats/otel: Enhance grpc.subchannel.disconnections metric by adding disconnection reason to the grpc.disconnect_error label (gRFC A94). This provides granular insights into why subchannels are closing. (#​8973)
  • mem: Add mem.Buffer.Slice() API to slice the buffer like a slice. (#​8977)

Performance Improvements

  • alts: Pool read buffers to lower memory utilization when sockets are unreadable. (#​8964)
  • transport: Pool HTTP/2 framer read buffers to reduce idle memory consumption. Currently limited to Linux for ALTS and non-encrypted transports (TCP, Unix). To disable, set GRPC_GO_EXPERIMENTAL_HTTP_FRAMER_READ_BUFFER_POOLING=false and report any issues. (#​9032)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/all-minor-patch branch from c7dc07c to fc2c91a Compare April 27, 2026 19:26
@renovate renovate Bot changed the title fix(deps): update module github.com/getsentry/sentry-go to v0.46.0 fix(deps): update module github.com/getsentry/sentry-go to v0.46.1 Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fc2c91a to 64dbfec Compare April 28, 2026 14:32
@renovate renovate Bot changed the title fix(deps): update module github.com/getsentry/sentry-go to v0.46.1 fix(deps): update all non-major dependencies May 1, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from aaeb352 to df57e34 Compare May 5, 2026 18:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8d1d658 to bee6759 Compare May 11, 2026 20:31
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 12, 2026

ℹ️ Artifact update notice

File name: client/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):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.49.0 -> v0.51.0
golang.org/x/sys v0.40.0 -> v0.42.0
golang.org/x/text v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 -> v0.0.0-20260226221140-a57be14db171
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 -> v0.0.0-20260226221140-a57be14db171

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a2d0618 to 2116d3e Compare May 14, 2026 21:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2116d3e to 3c92c1f Compare May 21, 2026 19:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3c92c1f to f43731a Compare May 26, 2026 22:40
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