Skip to content

chore(deps): update module github.com/prometheus/common to v0.69.0#536

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

chore(deps): update module github.com/prometheus/common to v0.69.0#536
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 Apr 9, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

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

v0.61.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.1...v0.61.0

v0.60.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.0...v0.60.1

v0.60.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.1...v0.60.0

v0.59.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.0...v0.59.1

v0.59.0

Compare Source

What's Changed

  • expfmt: Add WithEscapingScheme to help construct Formats by @​ywwg in #​688
  • Change the default escape method to UnderscoreEscaping by @​ywwg in #​690

Full Changelog: prometheus/common@v0.58.0...v0.59.0

v0.58.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.57.0...v0.58.0

v0.57.0

Compare Source

What's Changed

  • feat: new promslog and promslog/flag packages to wrap log/slog by @​tjhop in #​677

New Contributors

Full Changelog: prometheus/common@v0.56.0...v0.57.0

v0.56.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.55.0...v0.56.0

v0.55.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.54.0...v0.55.0

v0.54.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.53.0...v0.54.0

v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.52.3...v0.53.0

v0.52.3

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.52.2...v0.52.3

v0.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.51.1...v0.52.2

v0.51.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.51.0...v0.51.1

v0.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.50.0...v0.51.0

v0.50.0

Compare Source

What's Changed

  • Synchronize common files from prometheus/prometheus by @​prombot in #​594
  • Bump github.com/stretchr/testify

Note

PR body was truncated to here.


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.

@openshift-ci

openshift-ci Bot commented Apr 9, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@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 deleted the konflux/mintmaker/main/github.com-prometheus-common-0.x branch April 12, 2026 06:17
@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 245f44d to 83b172f Compare April 12, 2026 10:07
@red-hat-konflux

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

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

Details:

Package Change
go 1.24 -> 1.25.0
github.com/stretchr/testify v1.8.4 -> v1.11.1
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/prometheus/client_golang v1.17.0 -> v1.20.4
github.com/prometheus/client_model v0.5.0 -> v0.6.2
github.com/prometheus/procfs v0.12.0 -> v0.15.1
golang.org/x/net v0.22.0 -> v0.55.0
golang.org/x/oauth2 v0.16.0 -> v0.36.0
golang.org/x/sys v0.18.0 -> v0.45.0
golang.org/x/term v0.18.0 -> v0.43.0
golang.org/x/text v0.14.0 -> v0.37.0
google.golang.org/protobuf v1.33.0 -> 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 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 Apr 30, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 30, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 83b172f to 3364335 Compare April 30, 2026 02:36
@sonarqubecloud

Copy link
Copy Markdown

@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 14, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 14, 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 14, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 14, 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 3364335 to 24429ff Compare May 14, 2026 22:41
@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 24429ff to d097143 Compare May 20, 2026 22:56
@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 2 times, most recently from d097143 to 0c64fee Compare May 29, 2026 06:26
@sonarqubecloud

Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-prometheus-common-0.x branch from 0c64fee to 76b90d2 Compare May 29, 2026 18:53
@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 2 times, most recently from d56892c to 739c7f8 Compare June 3, 2026 11:03
@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
@sonarqubecloud

sonarqubecloud Bot commented Jun 3, 2026

Copy link
Copy Markdown

@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 887819f to dc11f7c Compare June 20, 2026 10:45
@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 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 9, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 9, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot reopened this Jul 10, 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 dc11f7c to f790c96 Compare July 10, 2026 05:43
@sonarqubecloud

Copy link
Copy Markdown

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