Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Jun 29, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/common v0.62.0 -> v0.66.1 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.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

v0.65.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.64.0...v0.65.0

v0.64.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.63.0...v0.64.0

v0.63.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.62.0...v0.63.0


Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (UTC), 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.

This PR has been generated by MintMaker (powered by Renovate Bot).

@red-hat-konflux
Copy link
Contributor Author

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

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

Details:

Package Change
go 1.23 -> 1.23.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
golang.org/x/crypto v0.31.0 -> v0.41.0
golang.org/x/net v0.33.0 -> v0.43.0
golang.org/x/sync v0.10.0 -> v0.16.0
golang.org/x/sys v0.28.0 -> v0.35.0
golang.org/x/text v0.21.0 -> v0.28.0
google.golang.org/protobuf v1.36.1 -> v1.36.8

@sourcery-ai
Copy link

sourcery-ai bot commented Jun 29, 2025

Reviewer's Guide

This PR updates the Go toolchain directive and advances several indirect module versions—including prometheus/common to v0.65.0—to keep dependencies current.

File-Level Changes

Change Details Files
Go toolchain version bump
  • Change go directive from 1.23 to 1.23.0
  • Add explicit toolchain specification go1.23.9
go.mod
Bump indirect dependencies to newer minor versions
  • github.com/prometheus/common 0.62.0→0.65.0
  • github.com/google/go-cmp 0.6.0→0.7.0
  • github.com/prometheus/client_model 0.6.1→0.6.2
  • golang.org/x/crypto v0.31.0→0.38.0
  • golang.org/x/net v0.33.0→0.40.0
  • golang.org/x/sync v0.10.0→0.14.0
  • golang.org/x/sys v0.28.0→0.33.0
  • golang.org/x/text v0.21.0→0.25.0
  • google.golang.org/protobuf v1.36.1→1.36.6
go.mod
go.sum

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

@mergify mergify bot added the waiting for review Need reviewers label Jun 30, 2025
@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 f49c117 to 2324f4a Compare July 20, 2025 06:06
@loadtheaccumulator
Copy link
Collaborator

/retest

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 2324f4a to 009a43f Compare July 27, 2025 09:10
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 009a43f to 4819474 Compare August 10, 2025 08:28
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 4819474 to 2bc3afa Compare August 24, 2025 08:18
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 2bc3afa to 1ec6b35 Compare September 7, 2025 08:17
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/prometheus/common to v0.65.0 chore(deps): update module github.com/prometheus/common to v0.66.1 Sep 7, 2025
@red-hat-konflux
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.66.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/main/github.com-prometheus-common-0.x branch September 9, 2025 16:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

waiting for review Need reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant