Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action patch v5.0.0v5.0.1 age confidence
actions/github-script action minor v7.0.1v7.1.0 age confidence
actions/setup-go action minor v5.5.0v5.6.0 age confidence
alpine final minor 3.22.13.23.2 age confidence
codecov/codecov-action action patch v5.5.0v5.5.2 age confidence
docker/login-action action minor v3.5.0v3.6.0 age confidence
docker/metadata-action action minor v5.8.0v5.10.0 age confidence
github.com/aws/aws-sdk-go-v2 require minor v1.39.6v1.41.0 age confidence
github.com/aws/aws-sdk-go-v2/config require minor v1.31.17v1.32.6 age confidence
github.com/aws/aws-sdk-go-v2/service/sts require minor v1.39.1v1.41.5 age confidence
github.com/gin-gonic/gin require minor v1.10.1v1.11.0 age confidence
github.com/hashicorp/vault/api require minor v1.20.0v1.22.0 age confidence
github.com/lestrrat-go/jwx/v3 require patch v3.0.10v3.0.12 age confidence
github.com/prometheus/client_golang require patch v1.23.0v1.23.2 age confidence
github.com/redis/go-redis/v9 require minor v9.12.1v9.17.2 age confidence
github.com/spf13/afero require minor v1.14.0v1.15.0 age confidence
github.com/urfave/cli/v3 require minor v3.4.1v3.6.1 age confidence
github/codeql-action action minor v3.29.11v3.31.9 age confidence
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin require minor v0.62.0v0.64.0 age confidence
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace require minor v0.62.0v0.64.0 age confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp require minor v0.62.0v0.64.0 age confidence
go.opentelemetry.io/otel require minor v1.37.0v1.39.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.37.0v1.39.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp require minor v1.37.0v1.39.0 age confidence
go.opentelemetry.io/otel/sdk require minor v1.37.0v1.39.0 age confidence
go.opentelemetry.io/otel/trace require minor v1.37.0v1.39.0 age confidence
go.starlark.net require digest 2a4f36915019ee age confidence
golang.org/x/oauth2 require minor v0.30.0v0.34.0 age confidence
golang.org/x/sync require minor v0.16.0v0.19.0 age confidence
golang.org/x/time require minor v0.12.0v0.14.0 age confidence
gorm.io/gorm require minor v1.30.2v1.31.1 age confidence
k8s.io/apimachinery require minor v0.34.0v0.35.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

actions/github-script (actions/github-script)

v7.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

actions/setup-go (actions/setup-go)

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v5...v5.6.0

codecov/codecov-action (codecov/codecov-action)

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

docker/login-action (docker/login-action)

v3.6.0

Compare Source

Full Changelog: docker/login-action@v3.5.0...v3.6.0

docker/metadata-action (docker/metadata-action)

v5.10.0

Compare Source

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Compare Source

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.41.0

Compare Source

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.31.3
    • Documentation: Documentation updates for Amazon API Gateway
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.28.3
    • Documentation: Documentation updates for Amazon API Gateway
  • github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2: v1.3.0
    • Feature: Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.57.5
    • Documentation: This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.31.0
    • Feature: This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.
  • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: v1.27.0
    • Feature: Add new status READY_FOR_CHECKIN used for vehicle synchronisation
  • github.com/aws/aws-sdk-go-v2/service/kms: v1.41.0
    • Feature: AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.

v1.40.1

Compare Source

v1.40.0

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.40.0
    • Feature: Add support for AWS Login credentials (package credentials/logincreds) to the default credential chain.
  • github.com/aws/aws-sdk-go-v2/config: v1.32.0
    • Feature: Add support for AWS Login credentials (package credentials/logincreds) to the default credential chain.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.19.0
    • Feature: Add support for AWS Login credentials (package credentials/logincreds) to the default credential chain.
gin-gonic/gin (github.com/gin-gonic/gin)

v1.11.0

Compare Source

Features
  • feat(gin): Experimental support for HTTP/3 using quic-go/quic-go (#​3210)
  • feat(form): add array collection format in form binding (#​3986), add custom string slice for form tag unmarshal (#​3970)
  • feat(binding): add BindPlain (#​3904)
  • feat(fs): Export, test and document OnlyFilesFS (#​3939)
  • feat(binding): add support for unixMilli and unixMicro (#​4190)
  • feat(form): Support default values for collections in form binding (#​4048)
  • feat(context): GetXxx added support for more go native types (#​3633)
Enhancements
  • perf(context): optimize getMapFromFormData performance (#​4339)
  • refactor(tree): replace string(/) with "/" in node.insertChild (#​4354)
  • refactor(render): remove headers parameter from writeHeader (#​4353)
  • refactor(context): simplify "GetType()" functions (#​4080)
  • refactor(slice): simplify SliceValidationError Error method (#​3910)
  • refactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (#​4181)
  • refactor(context): refactor context handling and improve test robustness (#​4066)
  • refactor(binding): use strings.Cut to replace strings.Index (#​3522)
  • refactor(context): add an optional permission parameter to SaveUploadedFile (#​4068)
  • refactor(context): verify URL is Non-nil in initQueryCache() (#​3969)
  • refactor(context): YAML judgment logic in Negotiate (#​3966)
  • tree: replace the self-defined 'min' to official one (#​3975)
  • context: Remove redundant filepath.Dir usage (#​4181)
Bug Fixes
  • fix: prevent middleware re-entry issue in HandleContext (#​3987)
  • fix(binding): prevent duplicate decoding and add validation in decodeToml (#​4193)
  • fix(gin): Do not panic when handling method not allowed on empty tree (#​4003)
  • fix(gin): data race warning for gin mode (#​1580)
  • fix(context): verify URL is Non-nil in initQueryCache() (#​3969)
  • fix(context): YAML judgment logic in Negotiate (#​3966)
  • fix(context): check handler is nil (#​3413)
  • fix(readme): fix broken link to English documentation (#​4222)
  • fix(tree): Keep panic infos consistent when wildcard type build faild (#​4077)
Build process updates / CI
  • ci: integrate Trivy vulnerability scanning into CI workflow (#​4359)
  • ci: support Go 1.25 in CI/CD (#​4341)
  • build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (#​4342)
  • ci: add Go version 1.24 to GitHub Actions (#​4154)
  • build: update Gin minimum Go version to 1.21 (#​3960)
  • ci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (#​4010, #​4091, #​4090)
  • ci(lint): update workflows and improve test request consistency (#​4126)
Dependency updates
  • chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.9 (#​4346, #​4356)
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#​4347)
  • chore(deps): bump actions/setup-go from 5 to 6 (#​4351)
  • chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (#​4328)
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 (#​4178, #​4221)
  • chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (#​4052)
Documentation updates
  • docs(changelog): update release notes for Gin v1.10.1 (#​4360)
  • docs: Fixing English grammar mistakes and awkward sentence structure in doc/doc.md (#​4207)
  • docs: update documentation and release notes for Gin v1.10.0 (#​3953)
  • docs: fix typo in Gin Quick Start (#​3997)
  • docs: fix comment and link issues (#​4205, #​3938)
  • docs: fix route group example code (#​4020)
  • docs(readme): add Portuguese documentation (#​4078)
  • docs(context): fix some function names in comment (#​4079)

hashicorp/vault (github.com/hashicorp/vault/api)

v1.21.0

Compare Source

lestrrat-go/jwx (github.com/lestrrat-go/jwx/v3)

v3.0.12

Compare Source

What's Changed

New Contributors

Full Changelog: lestrrat-go/jwx@v3.0.11...v3.0.12

v3.0.11

Compare Source

What's Changed

New Contributors

Full Changelog: lestrrat-go/jwx@v3.0.10...v3.0.11

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

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

redis/go-redis (github.com/redis/go-redis/v9)

v9.17.2: 9.17.2

Compare Source

🐛 Bug Fixes

  • Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#​3626) by @​cyningsun
  • Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#​3626) by @​cyningsun

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#​3627)

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun and @​ndyakov

v9.17.1: 9.17.1

Compare Source

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#​3609)
  • chore(deps): bump actions/checkout from 5 to 6 (#​3610)
  • chore(script): fix help call in tag.sh (#​3606) by @​ndyakov

Contributors

We'd like to thank all the contributors who worked on this release!

@​marcoferrer and @​ndyakov

v9.17.0: 9.17.0

Compare Source

🚀 Highlights

Redis 8.4 Support

Added support for Redis 8.4, including new commands and features (#​3572)

Typed Errors

Introduced typed errors for better error handling using errors.As instead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (#​3602)

New Commands
  • CAS/CAD Commands: Added support for Compare-And-Set/Compare-And-Delete operations with conditional matching (IFEQ, IFNE, IFDEQ, IFDNE) (#​3583, #​3595)
  • MSETEX: Atomically set multiple key-value pairs with expiration options and conditional modes (#​3580)
  • XReadGroup CLAIM: Consume both incoming and idle pending entries from streams in a single call (#​3578)
  • ACL Commands: Added ACLGenPass, ACLUsers, and ACLWhoAmI (#​3576)
  • SLOWLOG Commands: Added SLOWLOG LEN and SLOWLOG RESET (#​3585)
  • LATENCY Commands: Added LATENCY LATEST and LATENCY RESET (#​3584)
Search & Vector Improvements
  • Hybrid Search: Added EXPERIMENTAL support for the new FT.HYBRID command (#​3573)
  • Vector Range: Added VRANGE command for vector sets (#​3543)
  • FT.INFO Enhancements: Added vector-specific attributes in FT.INFO response (#​3596)
Connection Pool Improvements
  • Improved Connection Success Rate: Implemented FIFO queue-based fairness and context pattern for connection creation to prevent premature cancellation under high concurrency (#​3518)
  • Connection State Machine: Resolved race conditions and improved pool performance with proper state tracking (#​3559)
  • Pool Performance: Significant performance improvements with faster semaphores, lockless hook manager, and reduced allocations (47-67% faster Get/Put operations) (#​3565)
Metrics & Observability
  • Canceled Metric Attribute: Added 'canceled' metrics attribute to distinguish context cancellation errors from other errors (#​3566)

✨ New Features

🐛 Bug Fixes

⚡ Performance

  • Connection state machine with race condition fixes (#​3559) by @​ndyakov
  • Pool performance improvements: 47-67% faster Get/Put, 33% less memory, 50% fewer allocations (#​3565) by @​ndyakov

🧪 Testing & Infrastructure

👥 Contributors

We'd like to thank all the contributors who worked on this release!

@​12ya, @​ajax16384, @​cxljs, @​cyningsun, @​destinyoooo, @​dragneelfps, @​htemelski-redis, @​manisharma, @​ndyakov, @​ofekshenawa, @​pvragov


Full Changelog: redis/go-redis@v9.16.0...v9.17.0

v9.16.0: 9.16.0

Compare Source

🚀 Highlights

Maintenance Notifications Support

This release introduces comprehensive support for Redis maintenance notifications, enabling applications to handle server maintenance events gracefully. The new maintnotifications package provides:

  • RESP3 Push Notifications: Full support for Redis RESP3 protocol push notifications
  • Connection Handoff: Automatic connection migration during server maintenance with configurable retry policies and circuit breakers
  • Graceful Degradation: Configurable timeout relaxation during maintenance windows to prevent false failures
  • Event-Driven Architecture: Background workers with on-demand scaling for efficient handoff processing

For detailed usage examples and configuration options, see the maintenance notifications documentation.

✨ New Features

  • Trace Filtering: Add support for filtering traces for specific commands, including pipeline operations and dial operations (#​3519, #​3550)
    • New TraceCmdFilter option to selectively trace commands
    • Reduces overhead by excluding high-frequency or low-value commands from traces

🐛 Bug Fixes

  • Pipeline Error Handling: Fix issue where pipeline repeatedly sets the same error (#​3525)
  • Connection Pool: Ensure re-authentication does not interfere with connection handoff operations (#​3547)

🔧 Improvements

  • Hash Commands: Update hash command implementations (#​3523)
  • OpenTelemetry: Use metric.WithAttributeSet to avoid unnecessary attribute copying in redisotel (#​3552)

📚 Documentation

  • Cluster Client: Add explanation for why MaxRetries is disabled for ClusterClient (#​3551)

🧪 Testing & Infrastructure

  • E2E Testing: Upgrade E2E testing framework with improved reliability and coverage (#​3541)
  • Release Process: Improved resiliency of the release process (#​3530)

📦 Dependencies

  • Bump rojopolis/spellcheck-github-actions from 0.51.0 to 0.52.0 (#​3520)
  • Bump github/codeql-action from 3 to 4 (#​3544)

👥 Contributors

We'd like to thank all the contributors who worked on this release!

@​ndyakov, @​htemelski-redis, @​Sovietaced, @​Udhayarajan, @​boekkooi-impossiblecloud, @​Pika-Gopher, @​cxljs, @​huiyifyj, [@​omid-h70](https://redi


Configuration

📅 Schedule: 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
Copy link
Contributor Author

renovate bot commented Aug 31, 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
golang.org/x/crypto v0.41.0 -> v0.45.0
github.com/bytedance/sonic v1.13.3 -> v1.14.2
github.com/bytedance/sonic/loader v0.2.4 -> v0.4.0
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/cloudwego/base64x v0.1.5 -> v0.1.6
github.com/gabriel-vasile/mimetype v1.4.9 -> v1.4.11
github.com/go-jose/go-jose/v4 v4.1.0 -> v4.1.3
github.com/go-playground/validator/v10 v10.26.0 -> v10.28.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.3
github.com/klauspost/cpuid/v2 v2.2.11 -> v2.3.0
github.com/lestrrat-go/httprc/v3 v3.0.0 -> v3.0.1
github.com/prometheus/common v0.65.0 -> v0.66.1
github.com/segmentio/asm v1.2.0 -> v1.2.1
github.com/ugorji/go/codec v1.3.0 -> v1.3.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/metric v1.37.0 -> v1.39.0
go.opentelemetry.io/proto/otlp v1.7.0 -> v1.9.0
golang.org/x/arch v0.18.0 -> v0.23.0
golang.org/x/net v0.42.0 -> v0.47.0
golang.org/x/sys v0.35.0 -> v0.39.0
golang.org/x/text v0.28.0 -> v0.31.0
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.73.0 -> v1.77.0
google.golang.org/protobuf v1.36.6 -> v1.36.10

@renovate renovate bot added the dependencies Indicates a change to dependencies label Aug 31, 2025
@renovate renovate bot requested a review from a team as a code owner August 31, 2025 10:11
@renovate renovate bot added the dependencies Indicates a change to dependencies label Aug 31, 2025
@codecov
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.15%. Comparing base (3572fd8) to head (eb574f2).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1345   +/-   ##
=======================================
  Coverage   58.15%   58.15%           
=======================================
  Files         634      634           
  Lines       24589    24589           
=======================================
  Hits        14300    14300           
  Misses       9639     9639           
  Partials      650      650           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 14 times, most recently from 00239db to f205226 Compare September 10, 2025 13:12
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from a177859 to ffb30ac Compare September 14, 2025 08:39
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 6489d53 to 54c6b3d Compare September 24, 2025 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from af59be1 to 3646e27 Compare September 29, 2025 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 3646e27 to 7dec787 Compare October 2, 2025 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 1044ec7 to ac918b1 Compare November 26, 2025 12:41
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 216c8ee to a0ff6c9 Compare December 3, 2025 20:54
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 6 times, most recently from abf8931 to ab8e865 Compare December 10, 2025 10:01
@renovate
Copy link
Contributor Author

renovate bot commented Dec 10, 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):

  • 36 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.4 -> 1.25.0
golang.org/x/crypto v0.41.0 -> v0.45.0
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 -> v1.19.6
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 -> v1.18.16
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 -> v1.4.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 -> v2.7.16
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 -> v1.13.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 -> v1.13.16
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 -> v1.30.8
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 -> v1.35.12
github.com/aws/smithy-go v1.23.2 -> v1.24.0
github.com/bytedance/sonic v1.13.3 -> v1.14.2
github.com/bytedance/sonic/loader v0.2.4 -> v0.4.0
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/cloudwego/base64x v0.1.5 -> v0.1.6
github.com/gabriel-vasile/mimetype v1.4.9 -> v1.4.11
github.com/go-jose/go-jose/v4 v4.1.0 -> v4.1.3
github.com/go-playground/validator/v10 v10.26.0 -> v10.28.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.3
github.com/klauspost/cpuid/v2 v2.2.11 -> v2.3.0
github.com/lestrrat-go/httprc/v3 v3.0.0 -> v3.0.1
github.com/prometheus/common v0.65.0 -> v0.66.1
github.com/segmentio/asm v1.2.0 -> v1.2.1
github.com/ugorji/go/codec v1.3.0 -> v1.3.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/metric v1.37.0 -> v1.39.0
go.opentelemetry.io/proto/otlp v1.7.0 -> v1.9.0
golang.org/x/arch v0.18.0 -> v0.23.0
golang.org/x/net v0.42.0 -> v0.47.0
golang.org/x/sys v0.35.0 -> v0.39.0
golang.org/x/text v0.28.0 -> v0.31.0
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.73.0 -> v1.77.0
google.golang.org/protobuf v1.36.6 -> v1.36.10
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 8 times, most recently from 17e3f7c to 5bd7a7e Compare December 18, 2025 05:29
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 5bd7a7e to be2d178 Compare December 22, 2025 22:41
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 2b6b629 to 3c8c4aa Compare December 31, 2025 06:12
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 3c8c4aa to 03f1d1f Compare December 31, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant