monitoring
monitoring copied to clipboard
fix(deps): update module github.com/prometheus/common to v0.59.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/prometheus/common | v0.4.1 -> v0.59.1 |
Release Notes
prometheus/common (github.com/prometheus/common)
v0.59.1
What's Changed
- fix(utf8): Fix multiple metric name inside braces validation by @fedetorres93 in https://github.com/prometheus/common/pull/691
Full Changelog: https://github.com/prometheus/common/compare/v0.59.0...v0.59.1
v0.59.0
What's Changed
- expfmt: Add WithEscapingScheme to help construct Formats by @ywwg in https://github.com/prometheus/common/pull/688
- Change the default escape method to UnderscoreEscaping by @ywwg in https://github.com/prometheus/common/pull/690
Full Changelog: https://github.com/prometheus/common/compare/v0.58.0...v0.59.0
v0.58.0
v0.57.0
What's Changed
- feat: new promslog and promslog/flag packages to wrap log/slog by @tjhop in https://github.com/prometheus/common/pull/677
New Contributors
- @tjhop made their first contribution in https://github.com/prometheus/common/pull/677
Full Changelog: https://github.com/prometheus/common/compare/v0.56.0...v0.57.0
v0.56.0
What's Changed
- Don't always fetch a OAuth2 token, if the secret from a file didn't change by @multani in https://github.com/prometheus/common/pull/647
- remove dependency to github.com/prometheus/client_golang by @ilius in https://github.com/prometheus/common/pull/662
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/661
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/664
- Revert #576 and add deprecation notice by @SuperQ in https://github.com/prometheus/common/pull/665
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in https://github.com/prometheus/common/pull/667
- use basic string in IsValidLegacyMetricName by @ywwg in https://github.com/prometheus/common/pull/668
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/672
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/674
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/671
- sigv4: support nil body by @roidelapluie in https://github.com/prometheus/common/pull/673
- Fix overflows of untyped int constants on 32-bit by @dswarbrick in https://github.com/prometheus/common/pull/675
- Update client_golang by @SuperQ in https://github.com/prometheus/common/pull/676
- Update golangci lint by @roidelapluie in https://github.com/prometheus/common/pull/679
- expfmt: Add UTF-8 syntax support in text_parse.go by @fedetorres93 in https://github.com/prometheus/common/pull/670
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/681
- fix(utf8): provide a method for explicitly checking label names for legacy validity by @ywwg in https://github.com/prometheus/common/pull/682
New Contributors
- @multani made their first contribution in https://github.com/prometheus/common/pull/647
- @ilius made their first contribution in https://github.com/prometheus/common/pull/662
- @dswarbrick made their first contribution in https://github.com/prometheus/common/pull/675
- @fedetorres93 made their first contribution in https://github.com/prometheus/common/pull/670
Full Changelog: https://github.com/prometheus/common/compare/v0.55.0...v0.56.0
v0.55.0
What's Changed
- Update Go modules by @SuperQ in https://github.com/prometheus/common/pull/643
- enable errcheck linter by @mmorel-35 in https://github.com/prometheus/common/pull/637
- Add a
RELEASE.mdand add @gotjosh as a mantainer by @gotjosh in https://github.com/prometheus/common/pull/644 - Move goautoneg to external dependency by @mikelolasagasti in https://github.com/prometheus/common/pull/625
- Expose secret as SecretReader and InlineSecret from config package by @pracucci in https://github.com/prometheus/common/pull/650
- Fix HTTPClientConfig JSON marshalling by @pracucci in https://github.com/prometheus/common/pull/651
- Expose secret as FileSecret from config package by @alanprot in https://github.com/prometheus/common/pull/653
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/646
- Set http_headers to be omit empty by @yeya24 in https://github.com/prometheus/common/pull/655
- chore: add HumanizeTimestamp; make ConvertToFloat exportable by @freak12techno in https://github.com/prometheus/common/pull/654
- Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/659
- Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot in https://github.com/prometheus/common/pull/656
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in https://github.com/prometheus/common/pull/658
- Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in https://github.com/prometheus/common/pull/657
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/660
- Add SigV4 FIPS STS endpoint config by @rajagopalanand in https://github.com/prometheus/common/pull/649
New Contributors
- @gotjosh made their first contribution in https://github.com/prometheus/common/pull/644
- @mikelolasagasti made their first contribution in https://github.com/prometheus/common/pull/625
- @alanprot made their first contribution in https://github.com/prometheus/common/pull/653
- @yeya24 made their first contribution in https://github.com/prometheus/common/pull/655
- @rajagopalanand made their first contribution in https://github.com/prometheus/common/pull/649
Full Changelog: https://github.com/prometheus/common/compare/v0.54.0...v0.55.0
v0.54.0
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/624
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in https://github.com/prometheus/common/pull/623
- Add HTTP headers support to common HTTP client. by @roidelapluie in https://github.com/prometheus/common/pull/416
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/633
- Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/632
- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in https://github.com/prometheus/common/pull/628
- Bump golang.org/x/net from 0.23.0 to 0.24.0 by @dependabot in https://github.com/prometheus/common/pull/630
- Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 by @dependabot in https://github.com/prometheus/common/pull/631
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in https://github.com/prometheus/common/pull/629
- Use common interface to fetch secrets in HTTP client config by @TheSpiritXIII in https://github.com/prometheus/common/pull/538
- Add support for secret refs via a secret manager by @TheSpiritXIII in https://github.com/prometheus/common/pull/572
- oauth2RoundTripper: Avoid race condition and readability changes. by @bwplotka in https://github.com/prometheus/common/pull/634
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/636
- Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/638
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/639
- feat: add time template helpers by @freak12techno in https://github.com/prometheus/common/pull/627
New Contributors
- @bwplotka made their first contribution in https://github.com/prometheus/common/pull/634
- @freak12techno made their first contribution in https://github.com/prometheus/common/pull/627
Full Changelog: https://github.com/prometheus/common/compare/v0.53.0...v0.54.0
v0.53.0
What's Changed
- Add StatusAt method for Alert struct by @grobinson-grafana in https://github.com/prometheus/common/pull/618
- config: allow exposing real secret value through marshal by @GiedriusS in https://github.com/prometheus/common/pull/487
- Fix up config test by @SuperQ in https://github.com/prometheus/common/pull/621
- LabelSet.String: restore faster sort call by @bboreham in https://github.com/prometheus/common/pull/619
- LabelSet: add unit test for String method by @bboreham in https://github.com/prometheus/common/pull/620
New Contributors
- @grobinson-grafana made their first contribution in https://github.com/prometheus/common/pull/618
- @GiedriusS made their first contribution in https://github.com/prometheus/common/pull/487
Full Changelog: https://github.com/prometheus/common/compare/v0.52.3...v0.53.0
v0.52.3
What's Changed
- Support go 1.20 by @ArthurSens in https://github.com/prometheus/common/pull/617
Full Changelog: https://github.com/prometheus/common/compare/v0.52.2...v0.52.3
v0.52.2
What's Changed
- Drop support for Go older than 1.18 by @SuperQ in https://github.com/prometheus/common/pull/612
- fix(protobuf): Correctly decode multi-messages streams by @srebhan in https://github.com/prometheus/common/pull/616
- Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/615
New Contributors
- @srebhan made their first contribution in https://github.com/prometheus/common/pull/616
Full Changelog: https://github.com/prometheus/common/compare/v0.51.1...v0.52.2
v0.51.1
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/606
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/609
- Retract v0.50.0 by @SuperQ in https://github.com/prometheus/common/pull/610
Full Changelog: https://github.com/prometheus/common/compare/v0.51.0...v0.51.1
v0.51.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/604
- expfmt: Add a way to generate different OpenMetrics Formats by @ywwg in https://github.com/prometheus/common/pull/596
- Fix string slice definition for FormatFlagOptions. by @gizmoguy in https://github.com/prometheus/common/pull/607
- Correct logic in sample naming for counters, add new test by @vesari in https://github.com/prometheus/common/pull/608
New Contributors
- @gizmoguy made their first contribution in https://github.com/prometheus/common/pull/607
Full Changelog: https://github.com/prometheus/common/compare/v0.50.0...v0.51.0
v0.50.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/594
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/593
- Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/592
- Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/595
- Remove unused 'Host' member from HTTPClientConfig by @bboreham in https://github.com/prometheus/common/pull/597
- Add OpenMetrics unit support by @vesari in https://github.com/prometheus/common/pull/544
- Remove deprecated version function by @SuperQ in https://github.com/prometheus/common/pull/591
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/599
- Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in https://github.com/prometheus/common/pull/600
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in https://github.com/prometheus/common/pull/601
Full Changelog: https://github.com/prometheus/common/compare/v0.49.0...v0.50.0
v0.49.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/574
- Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/571
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/581
- Update Go by @SuperQ in https://github.com/prometheus/common/pull/588
- Deprecate version.NewCollector by @SuperQ in https://github.com/prometheus/common/pull/579
- Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/587
- Avoid off-spec openmetrics exposition when exemplars have empty labels by @orls in https://github.com/prometheus/common/pull/569
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in https://github.com/prometheus/common/pull/585
- Write created lines when negotiating OpenMetrics by @ArthurSens in https://github.com/prometheus/common/pull/504
- Upgrade client_model to v.0.6.0 by @vesari in https://github.com/prometheus/common/pull/589
- http_config: Add host by @jkroepke in https://github.com/prometheus/common/pull/549
- LabelSet: Fix alphabetical sorting for prometheus LabelSet by @wasim-nihal in https://github.com/prometheus/common/pull/575
- labelset: optimise String() function by @bboreham in https://github.com/prometheus/common/pull/590
New Contributors
- @orls made their first contribution in https://github.com/prometheus/common/pull/569
- @vesari made their first contribution in https://github.com/prometheus/common/pull/589
Full Changelog: https://github.com/prometheus/common/compare/v0.48.0...v0.49.0
v0.48.0
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
- Unexport Format strings by @ywwg in https://github.com/prometheus/common/pull/576
Full Changelog: https://github.com/prometheus/common/compare/v0.47.0...v0.48.0
v0.47.0
What's Changed
- UTF-8 support in validation, and some parsers and formatters by @ywwg in https://github.com/prometheus/common/pull/537
- Support empty OAuth2 inline secrets by @TheSpiritXIII in https://github.com/prometheus/common/pull/547
- UTF8: Content negotiation (encoding side) by @ywwg in https://github.com/prometheus/common/pull/570
New Contributors
- @ywwg made their first contribution in https://github.com/prometheus/common/pull/537
Full Changelog: https://github.com/prometheus/common/compare/v0.46.0...v0.47.0
v0.46.0
What's Changed
- Add golangci-lint config by @SuperQ in https://github.com/prometheus/common/pull/517
- model: add metric type values by @bboreham in https://github.com/prometheus/common/pull/533
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/532
- Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/529
- Update modules by @SuperQ in https://github.com/prometheus/common/pull/534
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/535
- Allow using empty Authorization credentials by @TheSpiritXIII in https://github.com/prometheus/common/pull/546
- enable errorlint linter by @mmorel-35 in https://github.com/prometheus/common/pull/550
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/548
- Bump github.com/aws/aws-sdk-go from 1.47.0 to 1.48.10 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/539
- Bump github.com/alecthomas/kingpin/v2 from 2.3.2 to 2.4.0 by @dependabot in https://github.com/prometheus/common/pull/542
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/552
- Bump golang.org/x/net from 0.18.0 to 0.19.0 by @dependabot in https://github.com/prometheus/common/pull/541
- Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in https://github.com/prometheus/common/pull/540
- Add hints for promlog by @lucacome in https://github.com/prometheus/common/pull/556
- Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in https://github.com/prometheus/common/pull/560
- Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/558
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/555
- Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in https://github.com/prometheus/common/pull/559
- Bump github.com/aws/aws-sdk-go from 1.48.10 to 1.49.13 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/557
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/561
- Make version getRevision public by @SuperQ in https://github.com/prometheus/common/pull/563
- enable gofumpt, goimports, testifylint linters by @mmorel-35 in https://github.com/prometheus/common/pull/551
- version: make GetTegs() public by @ArthurSens in https://github.com/prometheus/common/pull/565
- switch to protodelim package (which pbutil now calls) by @stapelberg in https://github.com/prometheus/common/pull/567
- Bump Go modules by @SuperQ in https://github.com/prometheus/common/pull/568
New Contributors
- @TheSpiritXIII made their first contribution in https://github.com/prometheus/common/pull/546
- @mmorel-35 made their first contribution in https://github.com/prometheus/common/pull/550
- @ArthurSens made their first contribution in https://github.com/prometheus/common/pull/565
- @stapelberg made their first contribution in https://github.com/prometheus/common/pull/567
Full Changelog: https://github.com/prometheus/common/compare/v0.45.0...v0.46.0
v0.45.0
What's Changed
- Adding support for file based configuration of basic auth username in http client config by @wasim-nihal in https://github.com/prometheus/common/pull/511
- Bump golang.org/x/net from 0.10.0 to 0.12.0 by @dependabot in https://github.com/prometheus/common/pull/507
- Add read-only token permissions by @pnacht in https://github.com/prometheus/common/pull/490
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/495
- Update client_golang by @SuperQ in https://github.com/prometheus/common/pull/513
- Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 by @dependabot in https://github.com/prometheus/common/pull/514
- Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/515
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/516
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/493
- Update golang_protobuf_extensions to v2 by @Neo2308 in https://github.com/prometheus/common/pull/509
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/518
- Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/519
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/520
- Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/525
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in https://github.com/prometheus/common/pull/524
New Contributors
- @wasim-nihal made their first contribution in https://github.com/prometheus/common/pull/511
- @pnacht made their first contribution in https://github.com/prometheus/common/pull/490
- @Neo2308 made their first contribution in https://github.com/prometheus/common/pull/509
Full Changelog: https://github.com/prometheus/common/compare/v0.44.0...v0.45.0
v0.44.0
What's Changed
- Allow custom log.Logger by @jkroepke in https://github.com/prometheus/common/pull/474
- Allow TLS settings to be specified inline by @rfratto in https://github.com/prometheus/common/pull/472
- Enable dependabot for sigv4 by @SuperQ in https://github.com/prometheus/common/pull/480
- Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/486
- Bump golang.org/x/net from 0.9.0 to 0.10.0 by @dependabot in https://github.com/prometheus/common/pull/483
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/485
- Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by @dependabot in https://github.com/prometheus/common/pull/482
- Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/489
New Contributors
- @jkroepke made their first contribution in https://github.com/prometheus/common/pull/474
- @rfratto made their first contribution in https://github.com/prometheus/common/pull/472
Full Changelog: https://github.com/prometheus/common/compare/v0.43.0...v0.43.1
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
v0.32.1
v0.32.0
- [FEATURE] Add
tls_configfield to OAuth 2.0 Config #331 - [ENHANCEMENT] route: allow HEAD operations #332
- [BUGFIX] Fix caller in promlog #334
v0.31.1
Do not marshal secrets in URL's (#328)
v0.31.0
v0.30.1
Do not marshal secrets in URL's (#328)
v0.30.0
Add the ability to enable HTTP2 again via an env variable
v0.29.0
Add WithIdleConnTimeout HTTP client option
v0.28.0
Client golang dependency update.
v0.27.0: / 2021-06-03
v0.26.0: / 2021-06-03
- Add dynamic logging capabilities [#296](https://redirect.github.com/prom
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 was generated by Mend Renovate. View the repository job log.
⚠ 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/google/go-github v17.0.0+incompatible
go: downloading github.com/google/go-querystring v1.0.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d
go: downloading github.com/tidwall/gjson v1.9.3
go: downloading github.com/tidwall/sjson v1.0.4
go: downloading github.com/youthlin/stream v0.0.3
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/gin-gonic/gin v1.9.1
go: downloading github.com/rakyll/statik v0.1.6
go: downloading github.com/spf13/cobra v0.0.5
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading gopkg.in/src-d/go-git.v4 v4.12.0
go: downloading k8s.io/client-go v12.0.0+incompatible
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: downloading github.com/prometheus/client_model v0.6.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.0
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading golang.org/x/net v0.22.0
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.3
go: downloading github.com/sergi/go-diff v1.0.0
go: downloading golang.org/x/crypto v0.21.0
go: downloading gopkg.in/src-d/go-billy.v4 v4.3.0
go: downloading golang.org/x/sys v0.18.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/go-playground/validator/v10 v10.14.0
go: downloading github.com/pelletier/go-toml/v2 v2.0.8
go: downloading github.com/ugorji/go/codec v1.2.11
go: downloading github.com/pelletier/go-toml v1.2.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/bytedance/sonic v1.9.1
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/go-kit/kit v0.9.0
go: downloading github.com/opentracing/opentracing-go v1.1.0
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading k8s.io/apimachinery v0.0.0-20190719140911-bfcf53abc9f8
go: downloading k8s.io/klog v0.3.1
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/src-d/gcfg v1.4.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/gabriel-vasile/mimetype v1.4.2
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.2.4
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/cespare/xxhash v1.1.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/gogo/protobuf v1.2.1
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading golang.org/x/time v0.3.0
go: downloading k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.2.1
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
go: downloading golang.org/x/arch v0.3.0
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: downloading github.com/prometheus/tsdb v0.9.1
go: downloading golang.org/x/term v0.18.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/pelletier/go-buffruneio v0.2.0
go: downloading github.com/klauspost/cpuid/v2 v2.2.4
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading github.com/oklog/ulid v1.3.1
go: downloading golang.org/x/sync v0.3.0
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/golang/snappy v0.0.4
go: github.com/pingcap/monitoring/reload/server/bizlogic imports
github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log
go: warning: k8s.io/[email protected]+incompatible: retracted by module author: pre-module versions are obsolete
go: to switch to the latest unretracted version, run:
go get k8s.io/client-go@latest
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign csuzhangxc for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
⚠️ 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: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading github.com/google/go-querystring v1.0.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/oauth2 v0.23.0
go: downloading github.com/prometheus/common v0.60.0
go: downloading github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d
go: downloading github.com/tidwall/gjson v1.9.3
go: downloading github.com/tidwall/sjson v1.0.4
go: downloading github.com/youthlin/stream v0.0.3
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/gin-gonic/gin v1.9.1
go: downloading github.com/rakyll/statik v0.1.6
go: downloading github.com/spf13/cobra v0.0.5
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading gopkg.in/src-d/go-git.v4 v4.12.0
go: downloading k8s.io/client-go v12.0.0+incompatible
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.0
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading golang.org/x/net v0.29.0
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.3
go: downloading golang.org/x/sys v0.25.0
go: downloading github.com/sergi/go-diff v1.0.0
go: downloading golang.org/x/crypto v0.27.0
go: downloading gopkg.in/src-d/go-billy.v4 v4.3.0
go: downloading github.com/go-playground/validator/v10 v10.14.0
go: downloading github.com/pelletier/go-toml/v2 v2.0.8
go: downloading github.com/ugorji/go/codec v1.2.11
go: downloading github.com/pelletier/go-toml v1.2.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/bytedance/sonic v1.9.1
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading k8s.io/apimachinery v0.0.0-20190719140911-bfcf53abc9f8
go: downloading k8s.io/klog v0.3.1
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/src-d/gcfg v1.4.0
go: downloading github.com/go-kit/kit v0.9.0
go: downloading github.com/opentracing/opentracing-go v1.1.0
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading github.com/gabriel-vasile/mimetype v1.4.2
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.2.4
go: downloading golang.org/x/text v0.18.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/gogo/protobuf v1.2.1
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading golang.org/x/time v0.3.0
go: downloading k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.2.1
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
go: downloading golang.org/x/arch v0.3.0
go: downloading golang.org/x/term v0.24.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/pelletier/go-buffruneio v0.2.0
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: downloading github.com/prometheus/tsdb v0.9.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/klauspost/cpuid/v2 v2.2.4
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/golang/snappy v0.0.4
go: github.com/pingcap/monitoring/reload/server/bizlogic imports
github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log
go: warning: k8s.io/[email protected]+incompatible: retracted by module author: pre-module versions are obsolete
go: to switch to the latest unretracted version, run:
go get k8s.io/client-go@latest