Skip to content

Bump github.com/prometheus/client_golang from 1.24.0 to 1.24.1 - #608

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/prometheus/client_golang-1.24.1
Jul 29, 2026
Merged

Bump github.com/prometheus/client_golang from 1.24.0 to 1.24.1#608
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/prometheus/client_golang-1.24.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/prometheus/client_golang from 1.24.0 to 1.24.1.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.24.1 / 2026-07-23

Small bugfix release for promhttp.

What's Changed

[BUGFIX] promhttp: Fix panic on requests with nil URL. #2065

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

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.24.1 / 2026-07-23

  • [BUGFIX] promhttp: Fix panic on requests with nil URL. #2065
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated underlying monitoring components to newer patch releases.
    • Improved compatibility and reliability without changing application functionality or user-facing behavior.

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.24.0...v1.24.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Jul 29, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 29, 2026 20:13
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e05fa58d-de86-4550-aaeb-822dbb67489d

📥 Commits

Reviewing files that changed from the base of the PR and between 35f64bf and a08d8eb.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Walkthrough

Updates the Prometheus client and common Go module requirements to newer patch versions in go.mod.

Changes

Prometheus dependency updates

Layer / File(s) Summary
Update Prometheus module requirements
go.mod
Bumps github.com/prometheus/client_golang from v1.24.0 to v1.24.1 and github.com/prometheus/common from v0.70.0 to v0.70.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the primary change: bumping prometheus client_golang from 1.24.0 to 1.24.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed Only go.mod/go.sum changed; no test files or Ginkgo titles were modified, so no dynamic test-name issue is present.
Test Structure And Quality ✅ Passed Only go.mod and go.sum changed; no Ginkgo test code or test structure was modified, so this check is not applicable.
Microshift Test Compatibility ✅ Passed Only go.mod/go.sum changed for a dependency bump; no new Ginkgo e2e tests or MicroShift-relevant APIs were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only go.mod/go.sum dependency bumps were changed; no new Ginkgo e2e tests or topology assumptions were added.
Topology-Aware Scheduling Compatibility ✅ Passed Only go.mod dependency versions changed; no manifests, controllers, or scheduling logic were modified, so the topology check is not applicable.
Ote Binary Stdout Contract ✅ Passed PR only updates go.mod/go.sum dependency versions; no process-level Go code or stdout writes were changed.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only go.mod/go.sum changed; no new or modified Ginkgo/e2e tests, IPv4 assumptions, or external connectivity were introduced.
No-Weak-Crypto ✅ Passed Patch only bumps prometheus deps in go.mod/go.sum; no weak-crypto algorithms, custom crypto, or secret comparisons appear in changed files.
Container-Privileges ✅ Passed Only go.mod/go.sum changed; no container/K8s manifests or privilege settings were modified.
No-Sensitive-Data-In-Logs ✅ Passed PR only changes go.mod/go.sum dependency versions; no source logging edits or sensitive-data patterns were added.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/prometheus/client_golang-1.24.1

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from rbhilare and xiaoyu74 July 29, 2026 20:17
@openshift-ci

openshift-ci Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift 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.

@openshift-ci

openshift-ci Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign bmeng 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

@github-actions
github-actions Bot merged commit 821216b into master Jul 29, 2026
11 of 12 checks passed
@openshift-ci

openshift-ci Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

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.

@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.24.1 branch July 29, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants