Sourced from github.com/prometheus/common's releases.
v0.55.0
What's Changed
- Update Go modules by
@SuperQ
in prometheus/common#643- enable errcheck linter by
@mmorel-35
in prometheus/common#637- Add a
RELEASE.md
and add@gotjosh
as a mantainer by@gotjosh
in prometheus/common#644- Move goautoneg to external dependency by
@mikelolasagasti
in prometheus/common#625- Expose secret as SecretReader and InlineSecret from config package by
@pracucci
in prometheus/common#650- Fix HTTPClientConfig JSON marshalling by
@pracucci
in prometheus/common#651- Expose secret as FileSecret from config package by
@alanprot
in prometheus/common#653- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#646- Set http_headers to be omit empty by
@yeya24
in prometheus/common#655- chore: add HumanizeTimestamp; make ConvertToFloat exportable by
@freak12techno
in prometheus/common#654- Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 by
@dependabot
in prometheus/common#659- Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by
@dependabot
in prometheus/common#656- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by
@dependabot
in prometheus/common#658- Bump golang.org/x/net from 0.25.0 to 0.26.0 by
@dependabot
in prometheus/common#657- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#660- Add SigV4 FIPS STS endpoint config by
@rajagopalanand
in prometheus/common#649New Contributors
@gotjosh
made their first contribution in prometheus/common#644@mikelolasagasti
made their first contribution in prometheus/common#625@alanprot
made their first contribution in prometheus/common#653@yeya24
made their first contribution in prometheus/common#655@rajagopalanand
made their first contribution in prometheus/common#649Full Changelog: https://github.com/prometheus/common/compare/v0.54.0...v0.55.0
0c7b585
Merge pull request #649 from rajagopalanand/13364804fbbe
Update common Prometheus files (#660)3f20456
Bump golang.org/x/net from 0.25.0 to 0.26.0 (#657)e31eeaa
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#658)3236a12
Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#656)1cfb464
Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 (#659)ab322ea
chore: add HumanizeTimestamp; make ConvertToFloat exportable (#654)04635d2
Merge pull request #655 from yeya24/change-omit-emptyc4974e5
fix test43f0db5
set http_headers to be omit empty