Skip to content

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

Open
red-hat-konflux[bot] wants to merge 1 commit into
release/1.1.zfrom
konflux/mintmaker/release/1.1.z/github.com-prometheus-common-0.x
Open

chore(deps): update module github.com/prometheus/common to v0.68.0#832
red-hat-konflux[bot] wants to merge 1 commit into
release/1.1.zfrom
konflux/mintmaker/release/1.1.z/github.com-prometheus-common-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented May 29, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/common v0.65.0v0.68.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v0.68.0

Compare Source

What's Changed

New Contributors

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

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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
Copy link
Copy Markdown
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):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25 -> 1.25.0
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.4
golang.org/x/crypto v0.46.0 -> v0.49.0
golang.org/x/net v0.48.0 -> v0.52.0
golang.org/x/oauth2 v0.34.0 -> v0.36.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.39.0 -> v0.42.0
golang.org/x/term v0.38.0 -> v0.41.0
golang.org/x/text v0.32.0 -> v0.35.0
google.golang.org/protobuf v1.36.10 -> v1.36.11

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 29, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the Prometheus common module and several related indirect dependencies to newer patch/minor versions and normalizes the Go version declaration in go.mod, with corresponding checksum updates in go.sum.

File-Level Changes

Change Details Files
Bump github.com/prometheus/common and related Go module dependencies to newer versions.
  • Update github.com/prometheus/common from v0.65.0 to v0.68.0 as an indirect dependency.
  • Update go.yaml.in/yaml/v2 to v2.4.4 and refresh several golang.org/x modules (crypto, net, oauth2, sync, sys, term, text) to more recent patch releases.
  • Bump google.golang.org/protobuf to v1.36.11 and regenerate go.sum entries for the updated modules.
go.mod
go.sum
Normalize the Go toolchain version declaration.
  • Change the Go version in go.mod from go 1.25 to go 1.25.0 to match the module’s required Go version format.
go.mod

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • The change from go 1.25 to go 1.25.0 in go.mod is unusual, as the go directive typically uses only major.minor and ignores patch versions; consider reverting this or aligning it with the actual Go version used by the project/tooling.
  • Given that github.com/prometheus/common v0.66.0 introduced breaking changes around TextParser and ValidationScheme, it may be worth scanning for any direct uses of those APIs in this repo to confirm there are no implicit behavior changes before merging.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The change from `go 1.25` to `go 1.25.0` in go.mod is unusual, as the go directive typically uses only major.minor and ignores patch versions; consider reverting this or aligning it with the actual Go version used by the project/tooling.
- Given that `github.com/prometheus/common` v0.66.0 introduced breaking changes around `TextParser` and `ValidationScheme`, it may be worth scanning for any direct uses of those APIs in this repo to confirm there are no implicit behavior changes before merging.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants