Skip to content

chore(deps): update module github.com/prometheus/common to v0.67.5#168

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/github.com-prometheus-common-0.x
Open

chore(deps): update module github.com/prometheus/common to v0.67.5#168
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/github.com-prometheus-common-0.x

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Nov 20, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/common v0.65.0 -> v0.67.5 age confidence

Release Notes

prometheus/common (github.com/prometheus/common)

v0.67.5

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.67.4...v0.67.5

v0.67.4: / 2025-11-18

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.67.3...v0.67.4

v0.67.3: / 2025-11-18

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.2...v0.67.3

v0.67.2

Compare Source

v0.67.1

Compare Source

v0.67.0

Compare Source

v0.66.1

Compare Source

This release has no functional changes, it just 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).

What's Changed

Full Changelog: prometheus/common@v1.20.99...v0.66.1

v0.66.0

Compare Source

⚠️ Breaking Changes ⚠️
  • A default-constructed TextParser will be invalid. It must have a valid scheme set, so users should use the NewTextParser function to create a valid TextParser. Otherwise parsing will panic with "Invalid name validation scheme requested: unset".
What's Changed
New Contributors

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@coderabbitai
Copy link

coderabbitai bot commented Nov 20, 2025

Walkthrough

The go.mod file was updated to bump multiple module versions: github.com/prometheus/common, several golang.org/x/* modules, google.golang.org/protobuf, and an added indirect gopkg.in/yaml.v2 (noting the raw shows go.yaml.in/yaml/v2 — interpreted as gopkg.in/yaml.v2). No public API declarations changed. (50 words)

Changes

Cohort / File(s) Summary
Dependency Version Updates
go.mod
Updated dependency versions: github.com/prometheus/common v0.65.0 → v0.67.5; golang.org/x/sync v0.18.0 → v0.19.0; golang.org/x/net v0.47.0 → v0.48.0; golang.org/x/oauth2 v0.30.0 → v0.34.0; golang.org/x/sys v0.38.0 → v0.39.0; golang.org/x/term v0.37.0 → v0.38.0; golang.org/x/text v0.31.0 → v0.32.0; google.golang.org/protobuf v1.36.7 → v1.36.11; added indirect gopkg.in/yaml.v2 v2.4.3. No exported declarations were changed.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch konflux/mintmaker/main/github.com-prometheus-common-0.x

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

@openshift-ci openshift-ci bot requested review from jparrill and kaovilai November 20, 2025 00:50
@openshift-ci
Copy link

openshift-ci bot commented Nov 20, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 20, 2025
@openshift-ci
Copy link

openshift-ci bot commented Nov 20, 2025

Hi @red-hat-konflux[bot]. Thanks for your PR.

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

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from a0c43c5 to 4462947 Compare November 21, 2025 16:54
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.3 chore(deps): update module github.com/prometheus/common to v0.67.4 Nov 21, 2025
@red-hat-konflux
Copy link
Contributor Author

red-hat-konflux bot commented Nov 21, 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):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/oauth2 v0.30.0 -> v0.34.0
golang.org/x/sys v0.38.0 -> v0.39.0
golang.org/x/term v0.37.0 -> v0.38.0
golang.org/x/text v0.31.0 -> v0.32.0
google.golang.org/protobuf v1.36.7 -> v1.36.11

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed Nov 21, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 21, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/main/github.com-prometheus-common-0.x branch November 21, 2025 21:04
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.4 Nov 22, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 22, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 5051c6f to 4462947 Compare November 22, 2025 04:50
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed Nov 24, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 24, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.4 Nov 25, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 25, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 6d991c9 to 4462947 Compare November 25, 2025 00:55
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed Dec 7, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 7, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.4 Dec 7, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 7, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 4d48a71 to 4462947 Compare December 7, 2025 20:46
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 4462947 to c49811c Compare December 15, 2025 12:56
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed Dec 21, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 21, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.4 Dec 21, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 21, 2025
@red-hat-konflux red-hat-konflux bot closed this Jan 27, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Jan 27, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 27, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from 27975d6 to 3bffe4c Compare January 27, 2026 12:48
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Feb 2, 2026
@red-hat-konflux red-hat-konflux bot closed this Feb 2, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Feb 2, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 2, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from 3bffe4c to e759f58 Compare February 2, 2026 17:00
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Feb 3, 2026
@red-hat-konflux red-hat-konflux bot closed this Feb 3, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Feb 3, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 3, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from e759f58 to 5f2d9e6 Compare February 3, 2026 08:58
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Feb 4, 2026
@red-hat-konflux red-hat-konflux bot closed this Feb 4, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Feb 4, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 4, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from 5f2d9e6 to a855e7e Compare February 4, 2026 16:49
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Feb 5, 2026
@red-hat-konflux red-hat-konflux bot closed this Feb 5, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Feb 5, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from a855e7e to 3a6b681 Compare February 5, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants