Closed lunar-renovate closed 1 year ago
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:
The artifact failure details are included below:
Command failed: go get -d -t ./...
go: gopkg.in/alecthomas/kingpin.v2@v2.3.1: parsing go.mod:
module declares its path as: github.com/alecthomas/kingpin/v2
but was required as: gopkg.in/alecthomas/kingpin.v2
This PR contains the following updates:
v0.15.0
->v0.41.0
v2.2.6
->v2.3.1
Release Notes
prometheus/common
### [`v0.41.0`](https://togithub.com/prometheus/common/releases/tag/v0.41.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.40.0...v0.41.0) #### What's Changed - Fix marshalling of TLSVersion by [@roidelapluie](https://togithub.com/roidelapluie) in [https://github.com/prometheus/common/pull/429](https://togithub.com/prometheus/common/pull/429) - expfmt: add test case for issue with \*bufio.Reader and FmtText format by [@roidelapluie](https://togithub.com/roidelapluie) in [https://github.com/prometheus/common/pull/448](https://togithub.com/prometheus/common/pull/448) - expfmt: add test cases for TextParser startOfLine error handling by [@roidelapluie](https://togithub.com/roidelapluie) in [https://github.com/prometheus/common/pull/449](https://togithub.com/prometheus/common/pull/449) - Fix and test JSON & YAML marshalling by [@roidelapluie](https://togithub.com/roidelapluie) in [https://github.com/prometheus/common/pull/450](https://togithub.com/prometheus/common/pull/450) - Update Go versions by [@SuperQ](https://togithub.com/SuperQ) in [https://github.com/prometheus/common/pull/447](https://togithub.com/prometheus/common/pull/447) - Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/common/pull/454](https://togithub.com/prometheus/common/pull/454) - Update kingpin module source by [@hairyhenderson](https://togithub.com/hairyhenderson) in [https://github.com/prometheus/common/pull/458](https://togithub.com/prometheus/common/pull/458) - Synchronize common files from prometheus/prometheus by [@prombot](https://togithub.com/prombot) in [https://github.com/prometheus/common/pull/460](https://togithub.com/prometheus/common/pull/460) - Update Go modules by [@SuperQ](https://togithub.com/SuperQ) in [https://github.com/prometheus/common/pull/459](https://togithub.com/prometheus/common/pull/459) - Add dependabot by [@lucacome](https://togithub.com/lucacome) in [https://github.com/prometheus/common/pull/433](https://togithub.com/prometheus/common/pull/433) - model: Remove json-iterator usage (again) by [@beorn7](https://togithub.com/beorn7) in [https://github.com/prometheus/common/pull/453](https://togithub.com/prometheus/common/pull/453) #### New Contributors - [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/prometheus/common/pull/454](https://togithub.com/prometheus/common/pull/454) - [@hairyhenderson](https://togithub.com/hairyhenderson) made their first contribution in [https://github.com/prometheus/common/pull/458](https://togithub.com/prometheus/common/pull/458) **Full Changelog**: https://github.com/prometheus/common/compare/v0.40.0...v0.41.0 ### [`v0.40.0`](https://togithub.com/prometheus/common/releases/tag/v0.40.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.39.0...v0.40.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@prombot](https://togithub.com/prombot) in [https://github.com/prometheus/common/pull/428](https://togithub.com/prometheus/common/pull/428) - Add histogram vectors to model by [@zenador](https://togithub.com/zenador) in [https://github.com/prometheus/common/pull/417](https://togithub.com/prometheus/common/pull/417) - Change HistogramBucket Boundaries type to int32 by [@zenador](https://togithub.com/zenador) in [https://github.com/prometheus/common/pull/438](https://togithub.com/prometheus/common/pull/438) - Make it more efficient and compatible to use SampleHistogram by [@krajorama](https://togithub.com/krajorama) in [https://github.com/prometheus/common/pull/439](https://togithub.com/prometheus/common/pull/439) - Optimise JSON marshalling for sparse histograms by [@zenador](https://togithub.com/zenador) in [https://github.com/prometheus/common/pull/440](https://togithub.com/prometheus/common/pull/440) - expfmt: only call TextParser.TextToMetricFamilies once from textDecoder by [@abursavich](https://togithub.com/abursavich) in [https://github.com/prometheus/common/pull/443](https://togithub.com/prometheus/common/pull/443) - expfmt: only ignore io.EOF errors in TextParse.startOfLine by [@abursavich](https://togithub.com/abursavich) in [https://github.com/prometheus/common/pull/444](https://togithub.com/prometheus/common/pull/444) #### New Contributors - [@zenador](https://togithub.com/zenador) made their first contribution in [https://github.com/prometheus/common/pull/417](https://togithub.com/prometheus/common/pull/417) - [@krajorama](https://togithub.com/krajorama) made their first contribution in [https://github.com/prometheus/common/pull/439](https://togithub.com/prometheus/common/pull/439) **Full Changelog**: https://github.com/prometheus/common/compare/v0.39.0...v0.40.0 ### [`v0.39.0`](https://togithub.com/prometheus/common/releases/tag/v0.39.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.38.0...v0.39.0) - \[ENHANCEMENT] Add support for proxy connect headers. [#409](https://togithub.com/prometheus/common/issues/409) - \[ENHANCEMENT] Add platform info to labels. [#403](https://togithub.com/prometheus/common/issues/403) ### [`v0.38.0`](https://togithub.com/prometheus/common/releases/tag/v0.38.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.37.1...v0.38.0) - \[FEATURE] Implement Stringer on TLSVersion ([#405](https://togithub.com/prometheus/common/issues/405)) - \[FEATURE] Check if TLS certificate and key file have been modified ([#345](https://togithub.com/prometheus/common/issues/345)) - \[ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version ([#414](https://togithub.com/prometheus/common/issues/414)) - \[ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file ([#415](https://togithub.com/prometheus/common/issues/415)) - \[ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set ([#374](https://togithub.com/prometheus/common/issues/374)) ### [`v0.37.1`](https://togithub.com/prometheus/common/releases/tag/v0.37.1) [Compare Source](https://togithub.com/prometheus/common/compare/v0.37.0...v0.37.1) - \[BUGFIX] Update go.mod for CVE-2022-41717 [#420](https://togithub.com/prometheus/common/issues/420) ### [`v0.37.0`](https://togithub.com/prometheus/common/releases/tag/v0.37.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.36.0...v0.37.0) - \[ENHANCEMENT] Improve OAuth2 user agent handling ([#391](https://togithub.com/prometheus/common/issues/391)) ### [`v0.36.0`](https://togithub.com/prometheus/common/releases/tag/v0.36.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.35.0...v0.36.0) - \[ENHANCEMENT] OAuth2: Respect disable keepalives option; Implement close idle connections ([#390](https://togithub.com/prometheus/common/issues/390)) - \[ENHANCEMENT] Add User-Agent header to oauth2 requests [#387](https://togithub.com/prometheus/common/issues/387) ### [`v0.35.0`](https://togithub.com/prometheus/common/releases/tag/v0.35.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.34.0...v0.35.0) - \[ENHANCEMENT] Static server: Add more mimetypes ([#385](https://togithub.com/prometheus/common/issues/385)) ### [`v0.34.0`](https://togithub.com/prometheus/common/releases/tag/v0.34.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.33.0...v0.34.0) - \[ENHANCEMENT] Enable selecting minimum TLS version. [#375](https://togithub.com/prometheus/common/issues/375) ### [`v0.33.0`](https://togithub.com/prometheus/common/releases/tag/v0.33.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.32.1...v0.33.0) - \[ENHANCEMENT] Make HTTP2 User Visible [#360](https://togithub.com/prometheus/common/issues/360) - \[FEATURE] Add proxy_url support for oauth2 [#358](https://togithub.com/prometheus/common/issues/358) ### [`v0.32.1`](https://togithub.com/prometheus/common/compare/v0.32.0...v0.32.1) [Compare Source](https://togithub.com/prometheus/common/compare/v0.32.0...v0.32.1) ### [`v0.32.0`](https://togithub.com/prometheus/common/releases/tag/v0.32.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.31.1...v0.32.0) - \[FEATURE] Add `tls_config` field to OAuth 2.0 Config [#331](https://togithub.com/prometheus/common/issues/331) - \[ENHANCEMENT] route: allow HEAD operations [#332](https://togithub.com/prometheus/common/issues/332) - \[BUGFIX] Fix caller in promlog [#334](https://togithub.com/prometheus/common/issues/334) ### [`v0.31.1`](https://togithub.com/prometheus/common/releases/tag/v0.31.1) [Compare Source](https://togithub.com/prometheus/common/compare/v0.31.0...v0.31.1) Do not marshal secrets in URL's ([#328](https://togithub.com/prometheus/common/issues/328)) ### [`v0.31.0`](https://togithub.com/prometheus/common/releases/tag/v0.31.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.30.1...v0.31.0) - Re-enable HTTP/2 ([#325](https://togithub.com/prometheus/common/issues/325)) - promlog: check the log level before calling runtime.Caller ([#322](https://togithub.com/prometheus/common/issues/322)) ### [`v0.30.1`](https://togithub.com/prometheus/common/releases/tag/v0.30.1) [Compare Source](https://togithub.com/prometheus/common/compare/v0.30.0...v0.30.1) Do not marshal secrets in URL's ([#328](https://togithub.com/prometheus/common/issues/328)) ### [`v0.30.0`](https://togithub.com/prometheus/common/releases/tag/v0.30.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.29.0...v0.30.0) Add the ability to enable HTTP2 again via an env variable ### [`v0.29.0`](https://togithub.com/prometheus/common/releases/tag/v0.29.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.28.0...v0.29.0) Add WithIdleConnTimeout HTTP client option ### [`v0.28.0`](https://togithub.com/prometheus/common/releases/tag/v0.28.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.27.0...v0.28.0) Client golang dependency update. ### [`v0.27.0`](https://togithub.com/prometheus/common/releases/tag/v0.27.0): / 2021-06-03 [Compare Source](https://togithub.com/prometheus/common/compare/v0.26.0...v0.27.0) - Fix marshalling of URL wrapper with nil value. [#303](https://togithub.com/prometheus/common/issues/303) - Remove deprecated `log` package [#306](https://togithub.com/prometheus/common/issues/306) ### [`v0.26.0`](https://togithub.com/prometheus/common/releases/tag/v0.26.0): / 2021-06-03 [Compare Source](https://togithub.com/prometheus/common/compare/v0.25.0...v0.26.0) - Add dynamic logging capabilities [#296](https://togithub.com/prometheus/common/issues/296) - Replace go-kit/kit/log with go-kit/log [#304](https://togithub.com/prometheus/common/issues/304) ### [`v0.25.0`](https://togithub.com/prometheus/common/releases/tag/v0.25.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.24.0...v0.25.0) - Expose NewTLSRoundTripper - Expose new labels to set scrape interval and timeouts via relabeling ### [`v0.24.0`](https://togithub.com/prometheus/common/releases/tag/v0.24.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.23.0...v0.24.0) Adds json struct tags ### [`v0.23.0`](https://togithub.com/prometheus/common/releases/tag/v0.23.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.22.0...v0.23.0) Add oauth2 support. ### [`v0.22.0`](https://togithub.com/prometheus/common/compare/v0.21.0...v0.22.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.21.0...v0.22.0) ### [`v0.21.0`](https://togithub.com/prometheus/common/releases/tag/v0.21.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.20.0...v0.21.0) Add functional option to allow to customize DialContext() in HTTP client ### [`v0.20.0`](https://togithub.com/prometheus/common/releases/tag/v0.20.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.19.0...v0.20.0) Validate duration overflows ### [`v0.19.0`](https://togithub.com/prometheus/common/releases/tag/v0.19.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.18.0...v0.19.0) Add JSON marshalling to durations. ### [`v0.18.0`](https://togithub.com/prometheus/common/releases/tag/v0.18.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.17.0...v0.18.0) Support follow_redirects ### [`v0.17.0`](https://togithub.com/prometheus/common/releases/tag/v0.17.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.16.0...v0.17.0) Remove private fields in http client [#274](https://togithub.com/prometheus/common/issues/274) ### [`v0.16.0`](https://togithub.com/prometheus/common/releases/tag/v0.16.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.15.0...v0.16.0) - Make Duration implement encoding.TextUnmarshaler [#270](https://togithub.com/prometheus/common/issues/270) - Support authorization credentials (replaces bearer_token) [#272](https://togithub.com/prometheus/common/issues/272)alecthomas/kingpin
### [`v2.3.1`](https://togithub.com/alecthomas/kingpin/compare/v2.3.0...v2.3.1) [Compare Source](https://togithub.com/alecthomas/kingpin/compare/v2.3.0...v2.3.1) ### [`v2.3.0`](https://togithub.com/alecthomas/kingpin/compare/v2.2.6...v2.3.0) [Compare Source](https://togithub.com/alecthomas/kingpin/compare/v2.2.6...v2.3.0)Configuration
📅 Schedule: Branch creation - "before 7am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.