Skip to content

fix(deps): update misc go deps#258

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/misc-go-deps
Open

fix(deps): update misc go deps#258
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/misc-go-deps

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cert-manager/cert-manager v1.20.3v1.21.0 age adoption passing confidence
github.com/go-logr/logr v1.4.3v1.4.4 age adoption passing confidence
github.com/prometheus/client_golang v1.23.2v1.24.0 age adoption passing confidence

Release Notes

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

v1.21.0

Compare Source

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

v1.4.4

Compare Source

What's Changed

New Contributors

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

prometheus/client_golang (github.com/prometheus/client_golang)

v1.24.0: - 2026-07-20

Compare Source

Changes
  • [CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. #​1862
  • [CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated model.NameValidationScheme global. Default behavior is unchanged; code that set NameValidationScheme = LegacyValidation no longer gets legacy enforcement at metric, label, and push-grouping construction. #​2051
  • [CHANGE] api/prometheus/v1: Support matchers (matches[] parameter) in Rules method (Rules(ctx context.Context, matches []string) (RulesResult, error)). #​1843
  • [CHANGE] api/prometheus/v1: Refactor LabelNames method to return model.LabelNames instead of []string for consistency across the API. #​1850
  • [CHANGE] exp/api/remote: Simplify Store interface, rename Handler to WriteHandler, and encapsulate write response handling. #​1855
  • [FEATURE] prometheus: Add new Go 1.26 runtime metrics (/sched/goroutines-created:goroutines, /sched/goroutines/not-in-go:goroutines, /sched/goroutines/runnable:goroutines, /sched/goroutines/running:goroutines, /sched/goroutines/waiting:goroutines, /sched/threads/total:threads). #​1942
  • [FEATURE] prometheus: Add WithUnit(unit string) option and explicit OpenMetrics unit support in CounterOpts, GaugeOpts, SummaryOpts, and HistogramOpts. #​1392
  • [FEATURE] prometheus: Expose descriptor construction error through public Err() method on Desc. #​1902
  • [FEATURE] promhttp: Add opt-in HandlerOpts.CoalesceGather to deduplicate concurrent Gather calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #​1969
  • [FEATURE] promhttp: HTTP handlers created by promhttp package now support metrics filtering by providing one or more name[] query parameters. The default behavior when none are provided remains the same, returning all metrics. #​1925
  • [FEATURE] api/prometheus/v1: Add query formatting endpoint support (/format_query) and FormatQuery(ctx context.Context, query string) (string, error) method. #​1846, #​1856
  • [FEATURE] api/prometheus/v1: Add support for /status/tsdb/blocks endpoint via TSDBBlocks(ctx context.Context) ([]TSDBBlock, error) method. #​1896
  • [FEATURE] exp/api/remote: Export BackoffConfig to allow customization when using WithAPIBackoff. #​1895
  • [FEATURE] exp/api/remote: Add RetryCallBack to allow custom logging or handling on retry attempts in the remote write client. #​1888, #​1890
  • [ENHANCEMENT] prometheus/collectors/version: Allow specifying custom labels when registering the version collector. #​1860
  • [ENHANCEMENT] api: Use cloned http.DefaultTransport when constructing default HTTP clients to prevent accidental mutations of shared global transport state. #​1885
  • [BUGFIX] prometheus: Recover from collector panics during Gather() and return an error instead of crashing the process. #​1961
  • [BUGFIX] prometheus: Fix cpu-seconds unit suffix handling for metric go_cpu_classes_gc_mark_assist_cpu_seconds. #​1991
  • [BUGFIX] promhttp: InstrumentHandlerDuration and InstrumentHandlerCounter no longer panic when given an observer/counter that does not implement ExemplarObserver/ExemplarAdder (e.g. a SummaryVec). The exemplar is dropped and the value is recorded via the plain Observe/Add path, matching the safe-cast already used by Timer.ObserveDurationWithExemplar. #​2005
  • [BUGFIX] api/prometheus/v1: Fall back to GET requests when POST requests return 403 Forbidden or method not allowed. #​2030
  • [BUGFIX] api: Respect context cancellation inside httpClient.Do. #​1971
  • [BUGFIX] exp/api/remote: Fix compression buffer pooling where compressed buffers were released prematurely, causing corrupted remote-write payloads. #​1889
  • [BUGFIX] exp/api/remote: Reject malformed snappy payloads declaring huge decoded sizes. Enforce a 32MB decoded-size limit to prevent OOM from oversized remote-write requests. #​1917
  • [BUGFIX] exp/api/remote: Ensure remote write v2 headers cannot be returned on v1 requests. #​1927
All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.23.2...v1.24.0


Configuration

📅 Schedule: (in timezone Europe/London)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file ok-to-test skip-review Indicates a PR is trusted, used by tide for auto-merging PRs. labels Jul 9, 2026
@renovate

renovate Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

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

  • 20 additional dependencies were updated

Details:

Package Change
k8s.io/client-go v0.36.0 -> v0.36.2
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 -> v0.0.0-20260626114624-be93311217bd
github.com/fxamacker/cbor/v2 v2.9.0 -> v2.9.1
github.com/go-ldap/ldap/v3 v3.4.12 -> v3.4.13
github.com/go-openapi/jsonpointer v0.22.4 -> v0.23.1
github.com/go-openapi/jsonreference v0.21.4 -> v0.21.5
github.com/go-openapi/swag v0.23.1 -> v0.26.0
github.com/prometheus/common v0.67.5 -> v0.70.0
github.com/prometheus/procfs v0.19.2 -> v0.21.1
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/sys v0.46.0 -> v0.47.0
golang.org/x/time v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 -> v0.0.0-20260610212136-7ab31c22f7ad
k8s.io/api v0.36.0 -> v0.36.2
k8s.io/apiextensions-apiserver v0.35.2 -> v0.36.2
k8s.io/apimachinery v0.36.0 -> v0.36.2
k8s.io/component-base v0.36.0 -> v0.36.2
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a -> v0.0.0-20260501160325-927ab1f70cd6
sigs.k8s.io/gateway-api v1.5.0 -> v1.6.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.4.0
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):

  • 20 additional dependencies were updated

Details:

Package Change
k8s.io/apimachinery v0.36.0 -> v0.36.2
k8s.io/client-go v0.36.0 -> v0.36.2
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 -> v0.0.0-20260626114624-be93311217bd
github.com/fxamacker/cbor/v2 v2.9.0 -> v2.9.1
github.com/go-ldap/ldap/v3 v3.4.12 -> v3.4.13
github.com/go-openapi/jsonpointer v0.22.4 -> v0.23.1
github.com/go-openapi/jsonreference v0.21.4 -> v0.21.5
github.com/go-openapi/swag v0.23.1 -> v0.26.0
github.com/prometheus/common v0.67.5 -> v0.70.0
github.com/prometheus/procfs v0.19.2 -> v0.21.1
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/sys v0.46.0 -> v0.47.0
golang.org/x/time v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 -> v0.0.0-20260610212136-7ab31c22f7ad
k8s.io/api v0.36.0 -> v0.36.2
k8s.io/apiextensions-apiserver v0.35.2 -> v0.36.2
k8s.io/component-base v0.36.0 -> v0.36.2
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a -> v0.0.0-20260501160325-927ab1f70cd6
sigs.k8s.io/gateway-api v1.5.0 -> v1.6.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.4.0

@renovate renovate Bot added the skip-review Indicates a PR is trusted, used by tide for auto-merging PRs. label Jul 9, 2026
@cert-manager-prow cert-manager-prow Bot added the dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. label Jul 9, 2026
@cert-manager-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign wallrj for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow

Copy link
Copy Markdown
Contributor

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a cert-manager member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@cert-manager-prow cert-manager-prow Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/misc-go-deps branch 2 times, most recently from 97fcb3a to 128eb79 Compare July 12, 2026 15:29
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.21.0 fix(deps): update misc go deps Jul 19, 2026
@renovate
renovate Bot force-pushed the renovate/misc-go-deps branch from 128eb79 to 99bfad5 Compare July 19, 2026 00:29
@renovate renovate Bot changed the title fix(deps): update misc go deps fix(deps): update module github.com/cert-manager/cert-manager to v1.21.0 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/misc-go-deps branch 3 times, most recently from 7d44aff to de07311 Compare July 22, 2026 09:37
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.21.0 fix(deps): update misc go deps Jul 23, 2026
@renovate
renovate Bot force-pushed the renovate/misc-go-deps branch from de07311 to a46738f Compare July 23, 2026 16:57
Signed-off-by: Renovate Bot <renovate-bot@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/misc-go-deps branch from a46738f to 323b044 Compare July 23, 2026 20:41
@cert-manager-prow

Copy link
Copy Markdown
Contributor

@renovate[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cert-manager-csi-lib-test 323b044 link true /test pull-cert-manager-csi-lib-test
pull-cert-manager-csi-lib-verify 323b044 link true /test pull-cert-manager-csi-lib-verify
pull-cert-manager-csi-lib-e2e 323b044 link true /test pull-cert-manager-csi-lib-e2e

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. dependencies Pull requests that update a dependency file ok-to-test size/L Denotes a PR that changes 100-499 lines, ignoring generated files. skip-review Indicates a PR is trusted, used by tide for auto-merging PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants