Skip to content

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

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

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

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Dec 6, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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

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: (in timezone Asia/Kolkata)

  • Branch creation
    • "on sunday"
  • 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 commented Dec 6, 2025

Copy link
Copy Markdown
Contributor 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):

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

Details:

Package Change
go 1.23.6 -> 1.24.0
github.com/golang-jwt/jwt/v5 v5.2.2 -> v5.3.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
golang.org/x/crypto v0.37.0 -> v0.46.0
golang.org/x/net v0.39.0 -> v0.48.0
golang.org/x/sys v0.32.0 -> v0.39.0
golang.org/x/text v0.24.0 -> v0.32.0
google.golang.org/protobuf v1.36.6 -> v1.36.11

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed Jan 4, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 4, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/master/github.com-prometheus-common-0.x branch January 4, 2026 01:08
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 - autoclosed chore(deps): update module github.com/prometheus/common to v0.67.4 Jan 4, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 4, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from 0fcf515 to 933a2b2 Compare January 10, 2026 21:11
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/prometheus/common to v0.67.4 chore(deps): update module github.com/prometheus/common to v0.67.5 Jan 10, 2026
@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 Jan 11, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 11, 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 Jan 11, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 11, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from a2f862c to 933a2b2 Compare January 11, 2026 05:15
@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 Jan 18, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 18, 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 Jan 18, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 18, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from 933a2b2 to 75a4184 Compare January 18, 2026 13:14
@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 Jan 23, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 23, 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 Jan 24, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 24, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from 75a4184 to 3f06293 Compare January 24, 2026 21:02
@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 Jan 27, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 27, 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 Jan 31, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 31, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from 8ec4f19 to 54a9062 Compare March 7, 2026 22:30
@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 8, 2026
@red-hat-konflux red-hat-konflux Bot closed this Mar 8, 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 14, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Mar 14, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from 54a9062 to ad281e2 Compare March 14, 2026 22:12
@red-hat-konflux

red-hat-konflux Bot commented Apr 4, 2026

Copy link
Copy Markdown
Contributor 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):

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

Details:

Package Change
go 1.23.6 -> 1.25.0
github.com/golang-jwt/jwt/v5 v5.2.2 -> v5.3.1
github.com/prometheus/client_model v0.6.1 -> v0.6.2
golang.org/x/crypto v0.37.0 -> v0.51.0
golang.org/x/net v0.39.0 -> v0.55.0
golang.org/x/sys v0.32.0 -> v0.45.0
golang.org/x/text v0.24.0 -> v0.37.0
google.golang.org/protobuf v1.36.6 -> v1.36.11

@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/master/github.com-prometheus-common-0.x branch from ad281e2 to ad0f9e1 Compare April 12, 2026 09:50
@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 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 3, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 3, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from ad0f9e1 to 08d083c Compare May 3, 2026 02:11
@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 12, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 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 May 16, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 16, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch 2 times, most recently from 08d083c to 45a5cc9 Compare May 16, 2026 22:13
@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 23, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 23, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-prometheus-common-0.x branch from 45a5cc9 to 9d63fa2 Compare May 23, 2026 22:11
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
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