Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/common v0.45.0 -> v0.67.4 age confidence

Release Notes

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

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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 17, 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):

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

Details:

Package Change
go 1.21 -> 1.24.0
github.com/prometheus/client_golang v1.17.0 -> v1.20.4
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/google/go-cmp v0.5.9 -> v0.7.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 -> v0.6.2
github.com/prometheus/procfs v0.11.1 -> v0.15.1
golang.org/x/net v0.17.0 -> v0.46.0
golang.org/x/oauth2 v0.12.0 -> v0.32.0
golang.org/x/sys v0.13.0 -> v0.37.0
golang.org/x/term v0.13.0 -> v0.36.0
golang.org/x/text v0.13.0 -> v0.30.0
google.golang.org/protobuf v1.31.0 -> v1.36.10

@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 61a6abe to 1fc6876 Compare September 2, 2025 20:12
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.65.0 Update module github.com/prometheus/common to v0.66.0 Sep 2, 2025
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.66.0 Update module github.com/prometheus/common to v0.66.1 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 1fc6876 to 4499cfb Compare September 6, 2025 07:19
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 4499cfb to a785353 Compare October 9, 2025 03:06
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.66.1 Update module github.com/prometheus/common to v0.67.1 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from a785353 to aefc2f7 Compare November 2, 2025 09:04
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.67.1 Update module github.com/prometheus/common to v0.67.2 Nov 2, 2025
@renovate renovate 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
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from aefc2f7 to 67ab3f3 Compare November 19, 2025 07:08
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 67ab3f3 to ca0523c Compare November 22, 2025 11:38
@renovate renovate 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
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.

1 participant