Skip to content

Update module github.com/prometheus/common to v0.70.0#140

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

Update module github.com/prometheus/common to v0.70.0#140
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-prometheus-common-0.x

Conversation

@renovate

@renovate renovate Bot commented Feb 20, 2023

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.39.0v0.70.0 age confidence

Release Notes

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

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

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 fr

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 10am every weekday"
  • 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 added the renovate label Feb 20, 2023
@renovate

renovate Bot commented Feb 20, 2023

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 -d -t ./...
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading github.com/prometheus/common v0.53.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/prometheus/client_model v0.6.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading golang.org/x/sys v0.18.0
go: downloading google.golang.org/protobuf v1.33.0
go: github.com/transnano/shell-exit-status-exporter imports
	github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log

@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from b02cee6 to 430868e Compare March 1, 2023 16:44
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.40.0 Update module github.com/prometheus/common to v0.41.0 Mar 1, 2023
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 430868e to f5b58ed Compare March 8, 2023 12:53
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.41.0 Update module github.com/prometheus/common to v0.42.0 Mar 8, 2023
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 90d3740 to 9cd20af Compare March 8, 2023 20:41
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from b27a2b4 to e76cf8e Compare March 22, 2023 21:34
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from e76cf8e to e7c3104 Compare April 5, 2023 21:32
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from d5f140d to e3d3175 Compare May 3, 2023 02:29
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 09e1f6a to abacefc Compare May 5, 2023 09:17
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.42.0 Update module github.com/prometheus/common to v0.43.0 May 5, 2023
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 0d00892 to a5b997e Compare May 14, 2023 16:42
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from a5b997e to c8553a0 Compare May 22, 2023 12:46
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.43.0 Update module github.com/prometheus/common to v0.44.0 May 22, 2023
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from c8553a0 to 4684f43 Compare May 28, 2023 18:11
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from 58d9f80 to 44f3256 Compare June 7, 2023 02:22
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from e50347c to 9ab0aa0 Compare June 25, 2023 21:29
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from cc76a87 to 3921e17 Compare July 17, 2023 18:59
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 2 times, most recently from e407c63 to 245fcc5 Compare July 26, 2023 18:39
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 3 times, most recently from 0833b83 to 1e23d59 Compare December 7, 2023 01:59
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 1e23d59 to 276863a Compare January 13, 2024 22:50
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.45.0 Update module github.com/prometheus/common to v0.46.0 Jan 13, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 276863a to 8bd6a89 Compare February 15, 2024 17:09
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.46.0 Update module github.com/prometheus/common to v0.47.0 Feb 15, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 8bd6a89 to b9266ed Compare February 23, 2024 00:58
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.47.0 Update module github.com/prometheus/common to v0.48.0 Feb 23, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from b9266ed to 6d8096b Compare February 29, 2024 18:40
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.48.0 Update module github.com/prometheus/common to v0.49.0 Feb 29, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 6d8096b to 62234e4 Compare March 7, 2024 10:56
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.49.0 Update module github.com/prometheus/common to v0.50.0 Mar 7, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 62234e4 to 05c95cf Compare March 21, 2024 14:53
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.50.0 Update module github.com/prometheus/common to v0.51.0 Mar 21, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 05c95cf to 6381a17 Compare March 24, 2024 08:14
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.51.0 Update module github.com/prometheus/common to v0.51.1 Mar 24, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 6381a17 to 44aa896 Compare April 3, 2024 16:47
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.51.1 Update module github.com/prometheus/common to v0.52.2 Apr 3, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 44aa896 to 7df53c4 Compare April 11, 2024 00:01
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.52.2 Update module github.com/prometheus/common to v0.52.3 Apr 11, 2024
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 7df53c4 to 3b183df Compare April 18, 2024 14:09
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.52.3 Update module github.com/prometheus/common to v0.53.0 Apr 18, 2024
@renovate

renovate Bot commented May 15, 2024

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/procfs v0.21.0
go: downloading golang.org/x/sys v0.46.0
go: downloading google.golang.org/protobuf v1.36.11
go: github.com/transnano/shell-exit-status-exporter imports
	github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log

@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch 3 times, most recently from de6b42b to cd63206 Compare May 17, 2024 03:43
@renovate renovate Bot force-pushed the renovate/github.com-prometheus-common-0.x branch from cd63206 to dbcee73 Compare June 3, 2024 17:01
@renovate renovate Bot changed the title Update module github.com/prometheus/common to v0.53.0 Update module github.com/prometheus/common to v0.54.0 Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants