Skip to content

fix(deps): update all patch dependencies (patch)#34

Closed
alaudaa-renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-patch-upgrades
Closed

fix(deps): update all patch dependencies (patch)#34
alaudaa-renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-patch-upgrades

Conversation

@alaudaa-renovate
Copy link
Contributor

@alaudaa-renovate alaudaa-renovate bot commented Jul 24, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
cel.dev/expr v0.19.1 -> v0.19.3 age confidence indirect patch
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1 age confidence indirect patch
github.com/cert-manager/cert-manager v1.16.2 -> v1.16.5 age confidence require patch
github.com/cpuguy83/go-md2man/v2 v2.0.5 -> v2.0.7 age confidence indirect patch
github.com/go-logr/logr v1.4.2 -> v1.4.3 age confidence require patch
github.com/go-openapi/jsonpointer v0.21.1 -> v0.21.2 age confidence indirect patch
github.com/onsi/ginkgo/v2 v2.23.3 -> v2.23.4 age confidence require patch
github.com/prometheus/client_model v0.6.1 -> v0.6.2 age confidence indirect patch
github.com/prometheus/procfs v0.16.0 -> v0.16.1 age confidence indirect patch
github.com/rafaeljusto/redigomock/v3 v3.1.2 -> v3.1.3 age confidence require patch
github.com/spf13/pflag v1.0.6 -> v1.0.7 age confidence indirect patch
github.com/stoewer/go-strcase v1.3.0 -> v1.3.1 age confidence indirect patch
github.com/urfave/cli/v2 v2.27.5 -> v2.27.7 age confidence require patch
github.com/valkey-io/valkey-go v1.0.60 -> v1.0.64 age confidence require patch
go (source) 1.24.0 -> 1.24.6 age confidence golang patch
google.golang.org/grpc v1.68.1 -> v1.68.2 age confidence indirect patch
google.golang.org/protobuf v1.36.6 -> v1.36.7 age confidence indirect patch

Release Notes

google/cel-spec (cel.dev/expr)

v0.19.2

Compare Source

What's Changed

Full Changelog: google/cel-spec@v0.19.1...v0.19.2

antlr4-go/antlr (github.com/antlr4-go/antlr/v4)

v4.13.1: Release 4.13.1

Compare Source

The 4.13.1 release has:

  • Some minor performance improvements
  • An optional build tag -tags antlr.nomutex which allows a build without
    using mutexes, when the user knows they will not use it with multiple
    go routines. (Note, somewhat experimental)

Note that I did not remove the sort.Slices calls. They will not be experimental for long
and are implemented efficently. Please make a fork if you must use it without this
dependency. Maybe review whether you need to do so for the sake of one call.

cert-manager/cert-manager (github.com/cert-manager/cert-manager)

v1.16.5

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This patch release addresses several vulnerabilities reported by the Trivy security scanner. It is built with the latest version of Go 1.23 and includes various dependency updates.

📖 Read the full cert-manager 1.16 release notes, before installing or upgrading.

Changes since v1.16.4:

Bug or Regression

v1.16.4

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This release is primarily intended to address a breaking change in Cloudflare's API which impacted ACME DNS-01 challenges using Cloudflare.

Many thanks to the community members who reported this issue!

Changes by Kind

Bug or Regression

v1.16.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

v1.16.3 is a patch release mainly focused around bumping dependencies to address reported CVEs: CVE-2024-45337 and CVE-2024-45338.

We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners.

It also includes a bug fix to the new renewBeforePercentage field. If you were using renewBeforePercentage, see PR #​7421 for more information.

Changes

Bug
Other
cpuguy83/go-md2man (github.com/cpuguy83/go-md2man/v2)

v2.0.7

Compare Source

What's Changed

Full Changelog: cpuguy83/go-md2man@v2.0.6...v2.0.7

v2.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: cpuguy83/go-md2man@v2.0.5...v2.0.6

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.21.2

Compare Source

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.23.4

Compare Source

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features
  • Add automaxprocs for using CPUQuota [2b9c428]
Fixes
  • clarify gotchas about -vet flag [1f59d07]
Maintenance
prometheus/client_model (github.com/prometheus/client_model)

v0.6.2

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/client\_model/compare/v0.6.1...v0.6.2

prometheus/procfs (github.com/prometheus/procfs)

v0.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.16.0...v0.16.1

rafaeljusto/redigomock (github.com/rafaeljusto/redigomock/v3)

v3.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: rafaeljusto/redigomock@v3.1.2...v3.1.3

spf13/pflag (github.com/spf13/pflag)

v1.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

stoewer/go-strcase (github.com/stoewer/go-strcase)

v1.3.1: Release 1.3.1

Compare Source

What's Changed

urfave/cli (github.com/urfave/cli/v2)

v2.27.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

v2.27.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.5...v2.27.6

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

v1.0.64: 1.0.64

Compare Source

Changes

  • feat: Add FieldValueIter to Hsetex command builder
  • feat: Add CreateAndAliasIndex to om.Repository
  • fix: clear placeholder pipeline errors in valkeycompat (#​61)

Contributors

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

@​SoulPancake, @​XHanL, @​rueian and @​zeeshan-zomato

v1.0.63: 1.0.63

Compare Source

Changes

  • feat: Add XDELEX command
  • feat: add XACKDEL command
  • feat: add KEEPREF, DELREF, and ACKED options to XTRIM command
  • feat: Add KEEPREF, DELREF, and ACKED options to XADD command
  • feat: add WITHATTRIBS option to command VSIM
  • feat: add DIFF, DIFF1, ANDOR, and ONE options to BITOP command
  • feat: add HStrLen to valkeycompat
  • feat: Add TotalNetIn, TotalNetOut, and TotalCmds fields to valkeycompat.ClientInfo
  • feat: add Scanner implementation with Iter and Iter2 methods for XSCAN
  • feat: allow non-blocking client initialization when ForceSingleClient is set
  • perf: replace json.NewDecoder with json.Unmarshal
  • perf: reduce mux size by consolidating wire, sc, mu into one struct
  • perf: allocate fields for RESP2 PubSub only when necessary

Contributors

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

@​Aakkash-Suresh, @​Ryan2327, @​arbhalerao, @​ash2k, @​dalaoqi, @​davidlin-tv2, @​mingdaoy, @​rueian, @​sugymt and @​yhc9311

v1.0.62: 1.0.62

Compare Source

Changes

  • feat: support the SendToReplicas option in the Sentinel client.
  • feat: deterministic SendToReplicas routing in the Cluster client.
  • perf: changed atomic.Value to atomic.Pointer in the pipe.
  • docs: fix typos and spellings.

Contributors

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

@​PingXie, @​jsoref, @​nithinputhenveettil, @​proost and @​rueian

v1.0.61: 1.0.61

Compare Source

Changes

  • feat: add the new WithOnSubscriptionHook for the Receive method.
  • feat: add AsXRangeSlices and AsXReadSlices for XRANGE and XREAD commands.

Contributors

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

@​atharva-navani16, @​hono0130 and @​rueian

golang/go (go)

v1.24.5

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

v1.68.2: Release 1.68.2

Compare Source

Dependencies

  • Remove the experimental stats/opentelemetry module and instead add the experimental packages it contains directly into the main google.golang.org/grpc module (#​7936)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.7

Compare Source

Maintenance / optimizations:

CL/683955: encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
CL/674055: internal/impl: remove unnecessary atomic access for non-lazy lists
CL/674015: impl: remove unnecessary nil check from presence.Present
CL/673495: types/descriptorpb: regenerate using latest protobuf v31 release
CL/670516: cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
CL/670515: internal: move usePresenceForField to internal/filedesc
CL/670275: internal/impl: clean up usePresenceForField() (no-op)


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

@alaudaa-renovate alaudaa-renovate bot added the dependencies Pull requests that update a dependency file label Jul 24, 2025
@alaudaa-renovate
Copy link
Contributor Author

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

  • 1 additional dependency was updated

Details:

Package Change
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad -> v0.0.0-20250403155104-27863c87afa6

@alaudaa-renovate alaudaa-renovate bot force-pushed the renovate/patch-patch-upgrades branch 3 times, most recently from cad81e0 to 2eebec3 Compare August 13, 2025 17:37
@alaudaa-renovate alaudaa-renovate bot force-pushed the renovate/patch-patch-upgrades branch 2 times, most recently from f33accf to 83dc78c Compare August 20, 2025 02:23
@alaudaa-renovate alaudaa-renovate bot force-pushed the renovate/patch-patch-upgrades branch from 83dc78c to 33e535e Compare August 25, 2025 18:10
@chideat chideat closed this Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant