Skip to content

Update module github.com/prometheus/common to v0.67.5#53

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

Update module github.com/prometheus/common to v0.67.5#53
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/github.com-prometheus-common-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown

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

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

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

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

v0.62.0

Compare Source

⚠️ This releases switches internal global to UTF8Validation from LegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was made ⚠️

What's Changed

New Contributors

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

v0.61.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.1...v0.61.0

v0.60.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.0...v0.60.1

v0.60.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.1...v0.60.0

v0.59.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.0...v0.59.1

v0.59.0

Compare Source

What's Changed

  • expfmt: Add WithEscapingScheme to help construct Formats by @​ywwg in #​688
  • Change the default escape method to UnderscoreEscaping by @​ywwg in #​690

Full Changelog: prometheus/common@v0.58.0...v0.59.0

v0.58.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.57.0...v0.58.0

v0.57.0

Compare Source

What's Changed

  • feat: new promslog and promslog/flag packages to wrap log/slog by @​tjhop in #​677

New Contributors

Full Changelog: prometheus/common@v0.56.0...v0.57.0

v0.56.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.55.0...v0.56.0

v0.55.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.54.0...v0.55.0

v0.54.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.53.0...v0.54.0

v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.52.3...v0.53.0

v0.52.3

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.52.2...v0.52.3

v0.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.51.1...v0.52.2

v0.51.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.51.0...v0.51.1

v0.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.50.0...v0.51.0

v0.50.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.49.0...v0.50.0

v0.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.48.0...v0.49.0

v0.48.0

Compare Source

This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.

What's Changed

Full Changelog: prometheus/common@v0.47.0...v0.48.0

v0.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.46.0...v0.47.0

v0.46.0

Compare Source

What's Changed


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.

@red-hat-konflux
Copy link
Copy Markdown
Author

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

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

Details:

Package Change
go 1.18 -> 1.24.0
github.com/prometheus/client_golang v1.14.0 -> v1.20.4
github.com/cespare/xxhash/v2 v2.1.2 -> v2.3.0
github.com/prometheus/client_model v0.3.0 -> v0.6.2
github.com/prometheus/procfs v0.8.0 -> v0.15.1
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 -> v0.46.0
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c -> v0.34.0
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 -> v0.39.0
google.golang.org/protobuf v1.28.1 -> v1.36.11

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from 5d26dba to b6b1c55 Compare November 19, 2025 08:21
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.2 Update module github.com/prometheus/common to v0.67.3 Nov 19, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from b6b1c55 to 1d8c44c Compare November 22, 2025 04:22
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.3 Update module github.com/prometheus/common to v0.67.4 Nov 22, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from 1d8c44c to e71db60 Compare November 26, 2025 16:41
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.4 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 deleted the konflux/mintmaker/master/github.com-prometheus-common-0.x branch December 7, 2025 20:29
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.4 - autoclosed Update module github.com/prometheus/common to v0.67.4 Dec 8, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 8, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from 0954646 to e71db60 Compare December 8, 2025 04:31
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.4 Update module github.com/prometheus/common to v0.67.4 - autoclosed Jan 4, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 4, 2026
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.4 - autoclosed Update module github.com/prometheus/common to v0.67.4 Jan 4, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 4, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from e71db60 to cb99c78 Compare January 5, 2026 20:24
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.4 Update module github.com/prometheus/common to v0.67.5 Jan 5, 2026
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 Update module github.com/prometheus/common to v0.67.5 - autoclosed Jan 11, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 11, 2026
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 - autoclosed Update module github.com/prometheus/common to v0.67.5 Jan 11, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 11, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from b1a91fa to cb99c78 Compare January 11, 2026 08:51
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 Update module github.com/prometheus/common to v0.67.5 - autoclosed Jan 27, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 27, 2026
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 - autoclosed 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/master/github.com-prometheus-common-0.x branch from 6f5127b to cb99c78 Compare January 27, 2026 17:04
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 Update module github.com/prometheus/common to v0.67.5 - autoclosed Jan 28, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 28, 2026
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 - autoclosed Update module github.com/prometheus/common to v0.67.5 Jan 28, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 28, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from 6f5127b to 9fef47c Compare January 28, 2026 21:09
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 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 Update module github.com/prometheus/common to v0.67.5 - autoclosed 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/master/github.com-prometheus-common-0.x branch 2 times, most recently from 9fef47c to b06fd43 Compare February 2, 2026 17:04
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 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 Update module github.com/prometheus/common to v0.67.5 - autoclosed 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/master/github.com-prometheus-common-0.x branch 2 times, most recently from b06fd43 to 072dece Compare February 3, 2026 12:59
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 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
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 - autoclosed Update module github.com/prometheus/common to v0.67.5 Feb 6, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 6, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from 072dece to 22d9d09 Compare February 6, 2026 01:06
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/prometheus/common to v0.67.5 Update module github.com/prometheus/common to v0.67.5 - autoclosed Mar 5, 2026
@red-hat-konflux red-hat-konflux bot closed this Mar 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 Update module github.com/prometheus/common to v0.67.5 - autoclosed Update module github.com/prometheus/common to v0.67.5 Mar 5, 2026
@red-hat-konflux red-hat-konflux bot reopened this Mar 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from 22d9d09 to 1c5ff02 Compare March 5, 2026 08:44
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