Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 18, 2025

Update Request | Renovate Bot

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/stale action minor v10.0.0 -> v10.1.0 age adoption passing confidence
github.com/grpc-ecosystem/go-grpc-middleware/v2 require patch v2.3.2 -> v2.3.3 age adoption passing confidence
github.com/planetscale/vtprotobuf require digest 6f2963f -> ba97887
github.com/siderolabs/gen require patch v0.8.5 -> v0.8.6 age adoption passing confidence
github.com/siderolabs/go-debug require patch v0.6.0 -> v0.6.1 age adoption passing confidence
go.uber.org/zap require patch v1.27.0 -> v1.27.1 age adoption passing confidence
golang.org/x/net require minor v0.44.0 -> v0.47.0 age adoption passing confidence
golang.org/x/sync require minor v0.17.0 -> v0.18.0 age adoption passing confidence
golang.org/x/time require minor v0.13.0 -> v0.14.0 age adoption passing confidence
google.golang.org/grpc require minor v1.75.1 -> v1.77.0 age adoption passing confidence
google.golang.org/protobuf require patch v1.36.9 -> v1.36.10 age adoption passing confidence

Release Notes

actions/stale (actions/stale)

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)

v2.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3

siderolabs/gen (github.com/siderolabs/gen)

v0.8.6

Compare Source

gen 0.8.6 (2025-11-03)

Welcome to the v0.8.6 release of gen!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/gen/issues.

Contributors
  • Dmitriy Matrenichev
  • Artem Chernyshev
  • Utku Ozdemir
  • Andrey Smirnov
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Mateusz Urbanek
Changes
27 commits

  • 4c7388b chore: update Go modules, replace YAML library
  • 044d921 feat: add xslices.Deduplicate
  • dcb2b74 feat: add panicsafe package
  • b36ee43 feat: make xyaml.CheckUnknownKeys public
  • 3e319e7 feat: implement xyaml.UnmarshalStrict
  • 7c0324f chore: future-proof HashTrieMap
  • 5ae3afe chore: update hashtriemap implementation from the latest upstream
  • e847d2a chore: add more utilities to xiter
  • f3c5a2b chore: add Empty and Empty2 iterators
  • c53b90b chore: add packages xiter/xstrings/xbytes
  • 7654108 chore: add hashtriemap implementation
  • 8485864 chore: optimize maps.Values and maps.Keys
  • 238baf9 chore: add typesafe SyncMap and bump stuff
  • efca710 chore: add FilterInPlace method to maps and update module
  • 36a3ae3 feat: update module
  • f9f5805 chore: bump rekres and add functions from exp
  • b968d21 feat: add TryRecv and RecvWithContext functions
  • 476dfea feat: add foreach and clear to lazymap
  • 214c1ef chore: set slice.Filter result slice cap to len
  • 8e89b1e feat: add GetOrCreate and GetOrCall methods
  • 7c7ccc3 feat: introduce channel SendWithContext
  • b3b6db8 fix: fix Copy documentation and implementation
  • 521f737 feat: add xerrors package which contains additions to the std errors
  • 726e066 fix: rename tuples.go to pair.go and set proper package name
  • d8d7d25 chore: minor additions
  • 338a650 chore: add initial implementation and documentation
  • 4fd8667 Initial commit

Changes since v0.8.5
1 commit

  • 4c7388b chore: update Go modules, replace YAML library

Dependency Changes

This release has no dependency changes

siderolabs/go-debug (github.com/siderolabs/go-debug)

v0.6.1

Compare Source

go-debug 0.6.1 (2025-10-08)

Welcome to the v0.6.1 release of go-debug!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-debug/issues.

Contributors
  • Alexey Palazhchenko
  • Dmitriy Matrenichev
  • Oguz Kilcan
  • Andrey Smirnov
  • Artem Chernyshev
Changes
12 commits

  • d51e25a chore: rekres, bump deps and go
  • e21721b chore: add support for Go 1.25
  • ea108ca chore: add support for Go 1.24
  • c8f9b12 chore: add support for Go 1.23
  • 0c2be80 chore: run rekres (update to Go 1.22)
  • 43d9100 chore: allow enabling pprof manually
  • c1bc4bf chore: rekres, rename, etc
  • 3d0a6e1 feat: race build tag flag detector
  • 5b292e5 feat: disable memory profiling by default
  • c6d0ae2 fix: linters and CI
  • d969f95 feat: initial implementation
  • b2044b7 Initial commit

Changes since v0.6.0
1 commit

  • d51e25a chore: rekres, bump deps and go

Dependency Changes

This release has no dependency changes

uber-go/zap (go.uber.org/zap)

v1.27.1

Compare Source

Enhancements:

  • #​1501: prevent Object from panicking on nils
  • #​1511: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

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

v1.77.0: Release 1.77.0

Compare Source

API Changes

  • mem: Replace the Reader interface with a struct for better performance and maintainability. (#​8669)

Behavior Changes

  • balancer/pickfirst: Remove support for the old pick_first LB policy via the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The new pick_first has been the default since v1.71.0. (#​8672)

Bug Fixes

  • xdsclient: Fix a race condition in the ADS stream implementation that could result in resource-not-found errors, causing the gRPC client channel to move to TransientFailure. (#​8605)
  • client: Ignore HTTP status header for gRPC streams. (#​8548)
  • client: Set a read deadline when closing a transport to prevent it from blocking indefinitely on a broken connection. (#​8534)
  • client: Fix a bug where default port 443 was not automatically added to addresses without a specified port when sent to a proxy.
    • Setting environment variable GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=false disables this change; please file a bug if any problems are encountered as we will remove this option soon. (#​8613)
  • balancer/pickfirst: Fix a bug where duplicate addresses were not being ignored as intended. (#​8611)
  • server: Fix a bug that caused overcounting of channelz metrics for successful and failed streams. (#​8573)
  • balancer/pickfirst: When configured, shuffle addresses in resolver updates that lack endpoints. Since gRPC automatically adds endpoints to resolver updates, this bug only affects custom LB policies that delegate to pick_first but don't set endpoints. (#​8610)
  • mem: Clear large buffers before re-using. (#​8670)

Performance Improvements

New Features

  • outlierdetection: Add metrics specified in gRFC A91. (#​8644)
  • stats/opentelemetry: Add support for optional label grpc.lb.backend_service in per-call metrics (#​8637)
  • xds: Add support for JWT Call Credentials as specified in gRFC A97. Set environment variable GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=true to enable this feature. (#​8536)
  • experimental/stats: Add support for up/down counters. (#​8581)

v1.76.0: Release 1.76.0

Compare Source

Dependencies

Bug Fixes

  • client: Return status INTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#​8523)
  • client: Fail RPCs with status INTERNAL instead of UNKNOWN upon receiving http headers with status 1xx and END_STREAM flag set. (#​8518)
  • pick_first: Fix race condition that could cause pick_first to get stuck in IDLE state on backend address change. (#​8615)

New Features

  • credentials: Add credentials/jwt package providing file-based JWT PerRPCCredentials (A97). (#​8431)

Performance Improvements

  • client: Improve HTTP/2 header size estimate to reduce re-allocations. (#​8547)
  • encoding/proto: Avoid redundant message size calculation when marshaling. (#​8569)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.10

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10

Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor

Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp


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

@talos-bot talos-bot moved this to In Review in Planning Aug 18, 2025
@smira smira removed this from Planning Aug 18, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch from e9105da to a10d0aa Compare August 23, 2025 11:14
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 641a59e to 860f8af Compare September 7, 2025 15:42
@renovate renovate bot force-pushed the renovate/dependencies branch from 860f8af to dd421c8 Compare September 10, 2025 11:52
@renovate renovate bot changed the title chore: update dependencies chore: update github.com/planetscale/vtprotobuf digest to ba97887 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch from dd421c8 to 3b6914d Compare September 29, 2025 12:59
@renovate renovate bot changed the title chore: update github.com/planetscale/vtprotobuf digest to ba97887 chore: update dependencies Oct 3, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 7fbf7d2 to 8e32716 Compare October 8, 2025 23:40
@renovate
Copy link
Author

renovate bot commented Oct 8, 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 github.com/siderolabs/[email protected] requires go >= 1.25.2; switching to go1.25.4
go: downloading go1.25.4 (linux/amd64)
go: download go1.25.4: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/dependencies branch from 8e32716 to bfc5ae0 Compare November 9, 2025 03:52
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from ba47616 to 51f7375 Compare November 19, 2025 19:57
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dependencies branch from 51f7375 to b9a31fb Compare November 20, 2025 12:04
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.

1 participant