Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.

chore(deps): update module github.com/prometheus/common to v0.70.1 - #33

Closed
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-prometheus-common-0.x
Closed

chore(deps): update module github.com/prometheus/common to v0.70.1#33
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-prometheus-common-0.x

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Jun 29, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/common v0.65.0v0.70.1 age confidence

Release Notes

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

v0.70.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.70.0...v0.70.1

v0.70.0

Compare Source

Enhancements
  • route: add support for the QUERY HTTP method. #​932
Bugfixes
  • config: fix TLSVersion.String() printing a pointer address instead of the numeric version for unknown TLS versions. #​929
Internal

Full Changelog: prometheus/common@v0.69.0...v0.70.0

v0.69.0

Compare Source

Security / behavior changes
  • config: credentials are no longer forwarded across cross-host redirects. When FollowRedirects is enabled, the HTTP client now strips Authorization, Cookie, Proxy-Authorization and other sensitive headers, and skips basic-auth, bearer-token and OAuth2 credentials, when a redirect points to a different host. This aligns with Go's net/http behavior. Callers that relied on credentials being sent to a redirect target on another host will need to target that host directly. #​901 #​920 #​921
  • config: LoadHTTPConfigFile now resolves relative file paths (e.g. *_file credentials, http_headers files) against the config file's own directory instead of its parent directory. Configs that worked around the old behavior by prefixing paths with the config's directory name must drop that prefix. #​925
Bugfixes
  • expfmt: fix nil pointer panic when parsing empty braces {}. #​922
  • model: fix Time.UnmarshalJSON for larger negative numbers. #​918
Performance
  • model: reduce allocations in Time.UnmarshalJSON. #​918
Internal
  • Synchronize common files from prometheus/prometheus. #​917
  • Modernize Go. #​919

Full Changelog: prometheus/common@v0.68.1...v0.69.0

v0.68.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.68.0...v0.68.1

v0.68.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.5...v0.68.0

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

Configuration

📅 Schedule: (UTC)

  • 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
renovate-sh-app Bot requested a review from a team as a code owner June 29, 2026 14:18
@renovate-sh-app

renovate-sh-app Bot commented Jun 29, 2026

Copy link
Copy Markdown
Author

ℹ️ 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):

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

Details:

Package Change
go 1.24.5 -> 1.25.0
github.com/prometheus/client_golang v1.23.0 -> v1.23.2
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/sync v0.13.0 -> v0.21.0
github.com/prometheus/procfs v0.16.1 -> v0.21.0
golang.org/x/sys v0.33.0 -> v0.47.0
google.golang.org/protobuf v1.36.6 -> v1.36.11

@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module github.com/prometheus/common to v0.69.0 chore(deps): update module github.com/prometheus/common to v0.69.0 - autoclosed Jun 30, 2026
@renovate-sh-app renovate-sh-app Bot closed this Jun 30, 2026
@renovate-sh-app
renovate-sh-app Bot deleted the renovate/github.com-prometheus-common-0.x branch June 30, 2026 08:18
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module github.com/prometheus/common to v0.69.0 - autoclosed chore(deps): update module github.com/prometheus/common to v0.69.0 Jul 1, 2026
@renovate-sh-app renovate-sh-app Bot reopened this Jul 1, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 0de7789 to 4a2f176 Compare July 1, 2026 08:17
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module github.com/prometheus/common to v0.69.0 chore(deps): update module github.com/prometheus/common to v0.69.0 - autoclosed Jul 4, 2026
@renovate-sh-app renovate-sh-app Bot closed this Jul 4, 2026
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module github.com/prometheus/common to v0.69.0 - autoclosed chore(deps): update module github.com/prometheus/common to v0.69.0 Jul 10, 2026
@renovate-sh-app renovate-sh-app Bot reopened this Jul 10, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 3 times, most recently from a1487fa to 8c3962f Compare July 13, 2026 11:14
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module github.com/prometheus/common to v0.69.0 chore(deps): update module github.com/prometheus/common to v0.70.0 Jul 13, 2026
| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| go         | github.com/prometheus/common | v0.65.0 | v0.70.1 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 8c3962f to 4e7f40c Compare July 25, 2026 08:16
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module github.com/prometheus/common to v0.70.0 chore(deps): update module github.com/prometheus/common to v0.70.1 Jul 25, 2026
@Proximyst Proximyst closed this Jul 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant