Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.qkg1.top-prometheus-common-0.x
Open

Update module github.com/prometheus/common to v0.67.5#159
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.qkg1.top-prometheus-common-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 25, 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.40.0v0.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

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

@renovate renovate Bot requested a review from a team as a code owner July 25, 2025 08:56
@renovate renovate Bot added the dependency label Jul 25, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 25, 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):

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

Details:

Package Change
go 1.19 -> 1.24.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/prometheus/client_golang v1.14.0 -> v1.20.4
github.com/stretchr/testify v1.8.2 -> v1.11.1
golang.org/x/text v0.7.0 -> v0.30.0

@renovate renovate Bot force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from 3966faf to ecb56cf Compare August 10, 2025 15:47
@renovate renovate Bot force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from ecb56cf to c7b08f5 Compare September 2, 2025 18:09
@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 force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from c7b08f5 to 9e5819f Compare September 5, 2025 14:32
@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 5, 2025
@renovate renovate Bot force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from 9e5819f to 2c78a51 Compare October 7, 2025 16:56
@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 7, 2025
@renovate renovate Bot force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from 2c78a51 to d5fc7d1 Compare October 28, 2025 21:42
@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 Oct 28, 2025
@renovate renovate Bot force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from d5fc7d1 to 24e0e48 Compare November 18, 2025 23:46
@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 18, 2025
@renovate renovate Bot force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from 24e0e48 to 0e0ee1a Compare November 21, 2025 16:05
@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 21, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 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):

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

Details:

Package Change
go 1.19 -> 1.24.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/prometheus/client_golang v1.14.0 -> v1.20.4
github.com/stretchr/testify v1.8.2 -> v1.11.1
golang.org/x/text v0.7.0 -> v0.32.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/github.qkg1.top-prometheus-common-0.x branch from 0e0ee1a to cfcc480 Compare January 5, 2026 16:40
@renovate renovate 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants