Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/prometheus/common to v0.54.0 #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/prometheus/common v0.9.1 -> v0.54.0 age adoption passing confidence

Release Notes

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

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

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

v0.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.48.0...v0.49.0

v0.48.0

Compare Source

This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.

What's Changed

Full Changelog: prometheus/common@v0.47.0...v0.48.0

v0.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.46.0...v0.47.0

v0.46.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.45.0...v0.46.0

v0.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.44.0...v0.45.0

v0.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.43.0...v0.43.1

v0.43.0: 0.43.0 / 2023-05-04

Compare Source

NOTE: The protobuf library has been changed from the deprecated github.com/golang/protobuf to the new officially supported google.golang.org/protobuf. If you have direct use of the proto, you may need to make changes for deprecated functions.

What's Changed

Full Changelog: prometheus/common@v0.42.0...v0.43.0

v0.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.41.0...v0.42.0

v0.41.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.40.0...v0.41.0

v0.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.39.0...v0.40.0

v0.39.0

Compare Source

  • [ENHANCEMENT] Add support for proxy connect headers. #​409
  • [ENHANCEMENT] Add platform info to labels. #​403

v0.38.0

Compare Source

  • [FEATURE] Implement Stringer on TLSVersion (#​405)
  • [FEATURE] Check if TLS certificate and key file have been modified (#​345)
  • [ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version (#​414)
  • [ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file (#​415)
  • [ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set (#​374)

v0.37.1

Compare Source

v0.37.0

Compare Source

  • [ENHANCEMENT] Improve OAuth2 user agent handling (#​391)

v0.36.0

Compare Source

  • [ENHANCEMENT] OAuth2: Respect disable keepalives option; Implement close idle connections (#​390)
  • [ENHANCEMENT] Add User-Agent header to oauth2 requests #​387

v0.35.0

Compare Source

  • [ENHANCEMENT] Static server: Add more mimetypes (#​385)

v0.34.0

Compare Source

  • [ENHANCEMENT] Enable selecting minimum TLS version. #​375

v0.33.0

Compare Source

  • [ENHANCEMENT] Make HTTP2 User Visible #​360
  • [FEATURE] Add proxy_url support for oauth2 #​358

v0.32.1

Compare Source

v0.32.0

Compare Source

  • [FEATURE] Add tls_config field to OAuth 2.0 Config #​331
  • [ENHANCEMENT] route: allow HEAD operations #​332
  • [BUGFIX] Fix caller in promlog #​334

v0.31.1

Compare Source

Do not marshal secrets in URL's (#​328)

v0.31.0

Compare Source

  • Re-enable HTTP/2 (#​325)
  • promlog: check the log level before calling runtime.Caller (#​322)

v0.30.1

Compare Source

Do not marshal secrets in URL's (#​328)

v0.30.0

Compare Source

Add the ability to enable HTTP2 again via an env variable

v0.29.0

Compare Source

Add WithIdleConnTimeout HTTP client option

v0.28.0

Compare Source

Client golang dependency update.

v0.27.0: / 2021-06-03

Compare Source

  • Fix marshalling of URL wrapper with nil value. #​303
  • Remove deprecated log package #​306

v0.26.0: / 2021-06-03

Compare Source

  • Add dynamic logging capabilities #​296
  • Replace go-kit/kit/log with go-kit/log #​304

v0.25.0

Compare Source

  • Expose NewTLSRoundTripper
  • Expose new labels to set scrape interval and timeouts via relabeling

v0.24.0

Compare Source

Adds json struct tags

v0.23.0

Compare Source

Add oauth2 support.

v0.22.0

Compare Source

v0.21.0

Compare Source

Add functional option to allow to customize DialContext() in HTTP client

v0.20.0

Compare Source

Validate duration overflows

v0.19.0

Compare Source

Add JSON marshalling to durations.

v0.18.0

Compare Source

Support follow_redirects

v0.17.0

Compare Source

Remove private fields in http client #​274

v0.16.0

Compare Source

  • Make Duration implement encoding.TextUnmarshaler #​270
  • Support authorization credentials (replaces bearer_token) #​272

v0.15.0

Compare Source

v0.15.0

v0.14.0

Compare Source

v0.14.0

v0.13.0

Compare Source

v0.13.0

v0.12.0

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.0

Compare Source


Configuration

📅 Schedule: 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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot 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-bot renovate-bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 6f9b119 to 86217c0 Compare April 3, 2024 17:06
@renovate-bot renovate-bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 86217c0 to 90b25f2 Compare April 11, 2024 01:21
@renovate-bot 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-bot renovate-bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 90b25f2 to d23e33b Compare April 18, 2024 14:58
@renovate-bot 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-bot renovate-bot force-pushed the renovate/github.com-prometheus-common-0.x branch from d23e33b to 858ba27 Compare June 3, 2024 13:57
@renovate-bot 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
Copy link

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

  • 4 additional dependencies were updated

Details:

Package Change
github.com/pkg/errors v0.8.1 -> v0.9.1
github.com/prometheus/client_golang v1.4.1 -> v1.19.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d -> v0.19.0
google.golang.org/grpc v1.23.0 -> v1.55.0

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.

None yet

1 participant