Skip to content
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

fix(deps): update gomod #124

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

bot-ahsoka[bot]
Copy link
Contributor

@bot-ahsoka bot-ahsoka bot commented Dec 30, 2024

This PR contains the following updates:

Package Type Update Change
github.com/alicebob/miniredis/v2 require minor v2.33.0 -> v2.34.0
github.com/jackc/pgx/v5 require patch v5.7.1 -> v5.7.2
github.com/valkey-io/valkey-go require patch v1.0.50 -> v1.0.52
k8s.io/api require minor v0.31.3 -> v0.32.0
k8s.io/apimachinery require minor v0.31.3 -> v0.32.0
k8s.io/client-go require minor v0.31.3 -> v0.32.0
modernc.org/sqlite require patch v1.34.1 -> v1.34.4

Release Notes

alicebob/miniredis (github.com/alicebob/miniredis/v2)

v2.34.0

Compare Source

  • fix ZINTERSTORE where target is one of the source sets
  • added support for ZRank and ZRevRank with score (thanks Jeff Howell)
  • fix MEMORY subcommand casing (thanks @​joshaber)
  • use streamCmp in Xtrim (thanks @​daniel-cohere)
jackc/pgx (github.com/jackc/pgx/v5)

v5.7.2

Compare Source

valkey-io/valkey-go (github.com/valkey-io/valkey-go)

v1.0.52: 1.0.52

Compare Source

Changes

  • feat: add ModuleLoadex, SlaveOf, ClusterMyShardID to valkeycompat (#​708)
  • feat: add BitFieldRO, HScanNoValues, and ClientInfo to valkeycompat (#​707)
  • feat: add CacheMarshal and CacheUnmarshalView for third party cache libraries (#​693)
  • feat: add ReplicaSelector for selecting which replica to send commands (#​692)
  • feat: retry DoCache and DoMultiCache on MOVED / ASK redirections (#​701) (#​704)
  • feat: retry single slot DoMulti on MOVED / ASK redirections (#​697) (#​709)
  • perf: reduce goroutines used by DoMulti and DoMultiCache in a cluster client (#​699)
  • fix: hide InitAddress from client.Nodes() if they doesn't show up in the cluster topology (#​687)
  • fix: immature recycling of the intermediate structs when doing cluster DoMulti on network errors (#​706)
  • fix: panic on cluster redirection to a node with a stale role (#​695)
  • fix: protocol out of sync when mixing sunsubscribe requests and slot migrations (#​691)
  • fix: avoid picking unhealthy replicas (#​689)

Contributors

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

@​proost, @​rueian, @​unknowntpo and @​wyxloading

v1.0.51: 1.0.51

Compare Source

Changes

  • feat: add RateLimitOption to valkeylimiter (#​681)
  • feat: allow setting negative values to disable keepalive and write timeout (#​682)
  • feat: add options for removing idle connections in connection pools (#​674)

Contributors

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

@​altanozlu, @​rueian and @​veirfuna

kubernetes/api (k8s.io/api)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.0

Compare Source

v0.31.4

Compare Source

cznic/sqlite (modernc.org/sqlite)

v1.34.4

Compare Source

v1.34.3

Compare Source

v1.34.2

Compare Source


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 becomes conflicted, 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 has been generated by Renovate Bot.

@bot-ahsoka
Copy link
Contributor Author

bot-ahsoka bot commented Dec 30, 2024

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

  • 17 additional dependencies were updated

Details:

Package Change
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a -> v0.0.0-20230218143504-906a9b012302
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/moby/spdystream v0.4.0 -> v0.5.0
golang.org/x/crypto v0.27.0 -> v0.31.0
golang.org/x/net v0.27.0 -> v0.30.0
golang.org/x/oauth2 v0.21.0 -> v0.23.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.25.0 -> v0.28.0
golang.org/x/term v0.24.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.21.0
golang.org/x/time v0.3.0 -> v0.7.0
google.golang.org/protobuf v1.34.2 -> v1.35.1
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

@heathcliff26 heathcliff26 enabled auto-merge (rebase) December 30, 2024 18:33
@heathcliff26 heathcliff26 merged commit 76c285f into main Dec 30, 2024
15 checks passed
@heathcliff26 heathcliff26 deleted the renovate/all-gomod-dependencies branch December 30, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant