Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Update module github.com/prometheus/common to v0.39.0 #64

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/prometheus/common require minor v0.4.1 -> v0.39.0

Release Notes

prometheus/common

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

v0.9.1

Compare Source

v0.9.0

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.0

Compare Source

v0.6.0

v0.5.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
Copy link
Contributor Author

renovate bot commented Dec 14, 2022

⚠ 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: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/nlamirault/speedtest_exporter":"/mnt/renovate/gh/nlamirault/speedtest_exporter" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/nlamirault/speedtest_exporter" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.19.4 && go get -d -t ./..."
go: downloading github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
go: downloading github.com/prometheus/client_golang v1.14.0
go: downloading github.com/prometheus/common v0.39.0
go: downloading github.com/zpeters/speedtest v1.0.3
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/prometheus/client_model v0.3.0
go: downloading github.com/prometheus/procfs v0.8.0
go: downloading golang.org/x/sys v0.3.0
go: downloading google.golang.org/protobuf v1.28.1
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
github.com/nlamirault/speedtest_exporter imports
	github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log

@github-actions github-actions bot added the size/xs Size XS label Dec 14, 2022
@nlamirault nlamirault closed this Dec 20, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Dec 20, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (v0.39.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/github.com-prometheus-common-0.x branch December 20, 2022 08:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/xs Size XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant