Update module github.com/prometheus/common to v0.43.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/prometheus/common | require | minor |
v0.32.1 -> v0.43.0
|
Release Notes
prometheus/common
v0.43.0
: 0.43.0 / 2023-05-04
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
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/463
- Negotiate OM v1.0.0 by @gouthamve in https://github.com/prometheus/common/pull/475
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 by @dependabot in https://github.com/prometheus/common/pull/478
- Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1 by @dependabot in https://github.com/prometheus/common/pull/481
- Update Go modules by @SuperQ in https://github.com/prometheus/common/pull/479
- Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2 by @dependabot in https://github.com/prometheus/common/pull/469
Full Changelog: https://github.com/prometheus/common/compare/v0.42.0...v0.43.0
v0.42.0
What's Changed
- Parse Durations much faster by @bboreham in https://github.com/prometheus/common/pull/461
- version: add Go build tags to output by @bboreham in https://github.com/prometheus/common/pull/455
- Add support to use Proxy From Environment by @roidelapluie in https://github.com/prometheus/common/pull/462
New Contributors
- @bboreham made their first contribution in https://github.com/prometheus/common/pull/461
Full Changelog: https://github.com/prometheus/common/compare/v0.41.0...v0.42.0
v0.41.0
What's Changed
- Fix marshalling of TLSVersion by @roidelapluie in https://github.com/prometheus/common/pull/429
- expfmt: add test case for issue with *bufio.Reader and FmtText format by @roidelapluie in https://github.com/prometheus/common/pull/448
- expfmt: add test cases for TextParser startOfLine error handling by @roidelapluie in https://github.com/prometheus/common/pull/449
- Fix and test JSON & YAML marshalling by @roidelapluie in https://github.com/prometheus/common/pull/450
- Update Go versions by @SuperQ in https://github.com/prometheus/common/pull/447
- Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/454
- Update kingpin module source by @hairyhenderson in https://github.com/prometheus/common/pull/458
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/460
- Update Go modules by @SuperQ in https://github.com/prometheus/common/pull/459
- Add dependabot by @lucacome in https://github.com/prometheus/common/pull/433
- model: Remove json-iterator usage (again) by @beorn7 in https://github.com/prometheus/common/pull/453
New Contributors
- @dependabot made their first contribution in https://github.com/prometheus/common/pull/454
- @hairyhenderson made their first contribution in https://github.com/prometheus/common/pull/458
Full Changelog: https://github.com/prometheus/common/compare/v0.40.0...v0.41.0
v0.40.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/428
- Add histogram vectors to model by @zenador in https://github.com/prometheus/common/pull/417
- Change HistogramBucket Boundaries type to int32 by @zenador in https://github.com/prometheus/common/pull/438
- Make it more efficient and compatible to use SampleHistogram by @krajorama in https://github.com/prometheus/common/pull/439
- Optimise JSON marshalling for sparse histograms by @zenador in https://github.com/prometheus/common/pull/440
- expfmt: only call TextParser.TextToMetricFamilies once from textDecoder by @abursavich in https://github.com/prometheus/common/pull/443
- expfmt: only ignore io.EOF errors in TextParse.startOfLine by @abursavich in https://github.com/prometheus/common/pull/444
New Contributors
- @zenador made their first contribution in https://github.com/prometheus/common/pull/417
- @krajorama made their first contribution in https://github.com/prometheus/common/pull/439
Full Changelog: https://github.com/prometheus/common/compare/v0.39.0...v0.40.0
v0.39.0
- [ENHANCEMENT] Add support for proxy connect headers. #409
- [ENHANCEMENT] Add platform info to labels. #403
v0.38.0
- [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
- [BUGFIX] Update go.mod for CVE-2022-41717 #420
v0.37.0
- [ENHANCEMENT] Improve OAuth2 user agent handling (#391)
v0.36.0
- [ENHANCEMENT] OAuth2: Respect disable keepalives option; Implement close idle connections (#390)
- [ENHANCEMENT] Add User-Agent header to oauth2 requests #387
v0.35.0
- [ENHANCEMENT] Static server: Add more mimetypes (#385)
v0.34.0
- [ENHANCEMENT] Enable selecting minimum TLS version. #375
v0.33.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.