apache_exporter
apache_exporter copied to clipboard
Bump github.com/prometheus/common from 0.48.0 to 0.53.0
Bumps github.com/prometheus/common from 0.48.0 to 0.53.0.
Release notes
Sourced from github.com/prometheus/common's releases.
v0.53.0
What's Changed
- Add StatusAt method for Alert struct by
@grobinson-grafana
in prometheus/common#618- config: allow exposing real secret value through marshal by
@GiedriusS
in prometheus/common#487- Fix up config test by
@SuperQ
in prometheus/common#621- LabelSet.String: restore faster sort call by
@bboreham
in prometheus/common#619- LabelSet: add unit test for String method by
@bboreham
in prometheus/common#620New Contributors
@grobinson-grafana
made their first contribution in prometheus/common#618@GiedriusS
made their first contribution in prometheus/common#487Full 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 prometheus/common#617Full 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 prometheus/common#612- fix(protobuf): Correctly decode multi-messages streams by
@srebhan
in prometheus/common#616- Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4 by
@dependabot
in prometheus/common#615New Contributors
@srebhan
made their first contribution in prometheus/common#616Full 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 prometheus/common#606- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#609- Retract v0.50.0 by
@SuperQ
in prometheus/common#610Full 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 prometheus/common#604- expfmt: Add a way to generate different OpenMetrics Formats by
@ywwg
in prometheus/common#596- Fix string slice definition for FormatFlagOptions. by
@gizmoguy
in prometheus/common#607- Correct logic in sample naming for counters, add new test by
@vesari
in prometheus/common#608New Contributors
@gizmoguy
made their first contribution in prometheus/common#607
... (truncated)
Commits
e54e4df
Merge pull request #620 from bboreham/test-stringe25b951
Merge pull request #619 from bboreham/restore-sortc1b9b72
Fix up config test (#621)de5ed88
Merge pull request #487 from GiedriusS/allow_exposing_real_valueea817bb
Merge pull request #618 from grobinson-grafana/grobinson/add-status-ata1ca958
LabelSet: add unit test for String methodbe294f1
LabelSet.String: restore faster sort call506a12c
Fix commentfb6970a
Add StatusAt method for Alert struct0234594
Add support for go 1.20 (#617)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)