Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jan 19, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/prometheus/common v0.61.0v0.70.1 age adoption passing 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

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 2pm on sunday"
  • 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

renovate Bot commented Jan 19, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/prometheus/procfs v0.21.0
go: github.com/vareversat/digicert_exporter imports
	github.com/prometheus/common/promlog: cannot find module providing package github.com/prometheus/common/promlog
go: github.com/vareversat/digicert_exporter imports
	github.com/prometheus/common/promlog/flag: cannot find module providing package github.com/prometheus/common/promlog/flag

@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from ddb30e9 to 453d038 Compare January 20, 2025 01:31
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 453d038 to b4fafcb Compare January 26, 2025 21:00
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 7cc9ac3 to e60caae Compare February 9, 2025 17:51
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 4 times, most recently from 4fd4c39 to a155937 Compare February 23, 2025 21:39
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from a155937 to 1c195c1 Compare February 24, 2025 02:09
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.62.0 chore(deps): update github.com/prometheus/common to v0.62.0 - autoclosed Feb 28, 2025
@renovate renovate Bot closed this Feb 28, 2025
@renovate
renovate Bot deleted the renovate/github.com-prometheus-common-0.x branch February 28, 2025 11:07
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.62.0 - autoclosed chore(deps): update github.com/prometheus/common to v0.62.0 Mar 2, 2025
@renovate renovate Bot reopened this Mar 2, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 1c195c1 to 40e2aa0 Compare March 9, 2025 17:40
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 4dd1572 to 005aa33 Compare March 13, 2025 22:36
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.62.0 chore(deps): update github.com/prometheus/common to v0.63.0 Mar 13, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 005aa33 to 7bf0a18 Compare March 30, 2025 17:23
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 7bf0a18 to e031dcb Compare April 6, 2025 18:18
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from e031dcb to aa6f849 Compare April 27, 2025 19:03
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 8348a51 to d46c4f6 Compare May 15, 2025 16:14
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.63.0 chore(deps): update 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 d46c4f6 to fa091a5 Compare May 18, 2025 19:11
@renovate renovate Bot reopened this Aug 10, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 9df801c to ae4c4b6 Compare August 10, 2025 20:29
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from ae4c4b6 to 0538984 Compare August 17, 2025 20:51
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 81b1d9a to b82bba6 Compare August 31, 2025 21:40
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.65.0 chore(deps): update github.com/prometheus/common to v0.66.1 Sep 7, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 45d8e3f to 4cb4689 Compare September 7, 2025 21:08
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 4cb4689 to 0e2b52c Compare September 14, 2025 22:13
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from e663769 to 3a07573 Compare October 7, 2025 16:46
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.66.1 chore(deps): update 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 3a07573 to 12cf656 Compare October 12, 2025 20:34
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.67.1 chore(deps): update github.com/prometheus/common to v0.67.1 - autoclosed Oct 13, 2025
@renovate renovate Bot closed this Oct 13, 2025
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.67.1 - autoclosed chore(deps): update github.com/prometheus/common to v0.67.1 Oct 19, 2025
@renovate renovate Bot reopened this Oct 19, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 3 times, most recently from 262887a to b8eaf0a Compare October 19, 2025 21:49
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from b8eaf0a to 1d48ad6 Compare October 28, 2025 20:53
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.67.1 chore(deps): update github.com/prometheus/common to v0.67.2 Oct 28, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 80a47c7 to 4326d3b Compare November 9, 2025 22:11
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 4326d3b to c50f99f Compare November 18, 2025 10:50
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.67.2 chore(deps): update 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 from c50f99f to c67026b Compare November 21, 2025 17:10
@renovate renovate Bot changed the title chore(deps): update github.com/prometheus/common to v0.67.3 chore(deps): update github.com/prometheus/common to v0.67.4 Nov 21, 2025
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