Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mar 13, 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.24 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/sync v0.12.0 -> v0.17.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
golang.org/x/crypto v0.31.0 -> v0.43.0
golang.org/x/net v0.33.0 -> v0.46.0
golang.org/x/sys v0.28.0 -> v0.37.0
golang.org/x/text v0.21.0 -> v0.30.0
google.golang.org/protobuf v1.36.1 -> v1.36.10

@renovate renovate bot requested a review from a team as a code owner March 13, 2025 21:11
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.63.0 fix(deps): update module github.com/prometheus/common to v0.64.0 May 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from d44830a to 0573ec4 Compare May 15, 2025 13:54
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.64.0 fix(deps): update module github.com/prometheus/common to v0.64.0 - autoclosed Jun 7, 2025
@renovate renovate bot closed this Jun 7, 2025
@renovate renovate bot deleted the renovate/github.com-prometheus-common-0.x branch June 7, 2025 19:06
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.64.0 - autoclosed fix(deps): update module github.com/prometheus/common to v0.64.0 Jun 7, 2025
@renovate renovate bot reopened this Jun 7, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 3e89810 to 0573ec4 Compare June 7, 2025 23:27
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 0573ec4 to 62b1df8 Compare June 23, 2025 04:27
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.64.0 fix(deps): update module github.com/prometheus/common to v0.65.0 Jun 23, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.65.0 fix(deps): update module github.com/prometheus/common to v0.66.0 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 62b1df8 to 3044c22 Compare September 2, 2025 17:57
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.66.0 fix(deps): update module github.com/prometheus/common to v0.66.1 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 3044c22 to 458442a Compare September 5, 2025 14:47
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 458442a to cf44e50 Compare October 7, 2025 17:37
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.66.1 fix(deps): update module github.com/prometheus/common to v0.67.1 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from cf44e50 to 1f1e36a Compare October 28, 2025 21:35
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.67.1 fix(deps): update module github.com/prometheus/common to v0.67.2 Oct 28, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.67.2 fix(deps): update module github.com/prometheus/common to v0.67.3 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from e46410a to 3ace276 Compare November 21, 2025 15:51
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.67.3 fix(deps): update module github.com/prometheus/common to v0.67.4 Nov 21, 2025
@renovate
Copy link
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):

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

Details:

Package Change
go 1.24 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/sync v0.12.0 -> v0.19.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
golang.org/x/crypto v0.31.0 -> v0.46.0
golang.org/x/net v0.33.0 -> v0.48.0
golang.org/x/sys v0.28.0 -> v0.39.0
golang.org/x/text v0.21.0 -> v0.32.0
google.golang.org/protobuf v1.36.1 -> v1.36.11

@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 3ace276 to 101a698 Compare January 5, 2026 16:51
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/common to v0.67.4 fix(deps): 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant