Skip to content

Update module github.com/prometheus/common to v0.69.0#271

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-prometheus-common-0.x
Open

Update module github.com/prometheus/common to v0.69.0#271
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-prometheus-common-0.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Feb 4, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/common v0.66.1v0.69.0 age confidence

Release Notes

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

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

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.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


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Feb 4, 2026
@red-hat-konflux red-hat-konflux Bot closed this Feb 4, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/github.com-prometheus-common-0.x branch February 4, 2026 05:00
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Feb 4, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Feb 4, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 3a3de68 to 737cbcb Compare February 4, 2026 08:49
@red-hat-konflux

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

  • 10 additional dependencies were updated

Details:

Package Change
github.com/prometheus/client_model v0.6.1 -> v0.6.2
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/net v0.38.0 -> v0.48.0
golang.org/x/oauth2 v0.27.0 -> v0.34.0
golang.org/x/sync v0.12.0 -> v0.19.0
golang.org/x/sys v0.31.0 -> v0.39.0
golang.org/x/term v0.30.0 -> v0.38.0
golang.org/x/text v0.23.0 -> v0.32.0
golang.org/x/tools v0.26.0 -> v0.39.0
google.golang.org/protobuf v1.36.5 -> v1.36.11

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 737cbcb to 3a3de68 Compare February 4, 2026 08:49
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Feb 5, 2026
@red-hat-konflux red-hat-konflux Bot closed this Feb 5, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Feb 5, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Feb 5, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from 3a3de68 to 27de699 Compare February 5, 2026 20:54
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Mar 5, 2026
@red-hat-konflux red-hat-konflux Bot closed this Mar 5, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Mar 5, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Mar 5, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from 27de699 to a0e057c Compare March 5, 2026 05:38
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from a0e057c to 04e8994 Compare April 2, 2026 22:28
@red-hat-konflux

red-hat-konflux Bot commented Apr 2, 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):

  • 8 additional dependencies were updated

Details:

Package Change
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/mod v0.33.0 -> v0.35.0
golang.org/x/net v0.52.0 -> v0.55.0
golang.org/x/oauth2 v0.35.0 -> v0.36.0
golang.org/x/sys v0.42.0 -> v0.45.0
golang.org/x/term v0.41.0 -> v0.43.0
golang.org/x/text v0.35.0 -> v0.37.0
golang.org/x/tools v0.42.0 -> v0.44.0

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Apr 12, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 12, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 Apr 12, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 12, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from 04e8994 to 935c510 Compare April 12, 2026 09:40
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed Apr 29, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 29, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from b8e35df to 80f19e3 Compare May 14, 2026 22:03
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed May 20, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 20, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 May 20, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 20, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 2 times, most recently from 80f19e3 to e303b6c Compare May 20, 2026 22:24
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed May 29, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 29, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.5 May 29, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 29, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 3 times, most recently from d01466b to 667b7f9 Compare May 29, 2026 18:28
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.5 chore(deps): update module github.com/prometheus/common to v0.68.0 May 29, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 667b7f9 to 17338be Compare June 3, 2026 09:45
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.68.0 chore(deps): update module github.com/prometheus/common to v0.68.1 Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 17338be to fe52a66 Compare June 15, 2026 18:31
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.68.1 chore(deps): update module github.com/prometheus/common to v0.68.1 - autoclosed Jun 19, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jun 19, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.68.1 - autoclosed chore(deps): update module github.com/prometheus/common to v0.68.1 Jun 19, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jun 19, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch 3 times, most recently from e79b72c to a3ef2a2 Compare June 20, 2026 11:34
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.68.1 chore(deps): update module github.com/prometheus/common to v0.69.0 Jun 20, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from a3ef2a2 to f630655 Compare June 23, 2026 11:35
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from f630655 to fc438e2 Compare June 25, 2026 22:31
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.

0 participants