tidb
tidb copied to clipboard
build(deps): bump github.com/prometheus/common from 0.46.0 to 0.48.0
Bumps github.com/prometheus/common from 0.46.0 to 0.48.0.
Release notes
Sourced from github.com/prometheus/common's releases.
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
@ywwgin prometheus/common#576Full 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
@ywwgin prometheus/common#537- Support empty OAuth2 inline secrets by
@TheSpiritXIIIin prometheus/common#547- UTF8: Content negotiation (encoding side) by
@ywwgin prometheus/common#570New Contributors
@ywwgmade their first contribution in prometheus/common#537Full Changelog: https://github.com/prometheus/common/compare/v0.46.0...v0.47.0
Commits
bd41eb6Merge pull request #576 from ywwg/owilliams/unexport05d7387Unexport Format strings773d566Merge pull request #570 from ywwg/owilliams/quoted-metric-name-02319c62cUTF-8 support in metric and label namesa3bdb9eSupport empty OAuth2 inline secrets (#547)bd0376dUTF-8 support in validation, and some parsers and formatters (#537)- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
What problem does this PR solve?
Issue Number: None Problem Summary:
What changed and how does it work?
Check List
Tests
- [ ] Unit test
- [ ] Integration test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test
- [ ] I checked and no code files have been changed.
Side effects
- [ ] Performance regression: Consumes more CPU
- [ ] Performance regression: Consumes more Memory
- [ ] Breaking backward compatibility
Documentation
- [x] Affects user behaviors
- [ ] Contains syntax changes
- [ ] Contains variable changes
- [ ] Contains experimental features
- [ ] Changes MySQL compatibility
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.
None
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Hi @dependabot[bot]. Thanks for your PR.
PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/ok-to-test
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: hawkingrei, lance6716
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [hawkingrei,lance6716]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
[LGTM Timeline notifier]
Timeline:
2024-02-23 06:53:16.653756994 +0000 UTC m=+599285.401380106: :ballot_box_with_check: agreed by hawkingrei.2024-02-23 06:55:28.08322326 +0000 UTC m=+599416.830846423: :ballot_box_with_check: agreed by lance6716.
Codecov Report
Merging #51263 (0a7c515) into master (98834c2) will increase coverage by
0.5703%. Report is 47 commits behind head on master. The diff coverage isn/a.
Additional details and impacted files
@@ Coverage Diff @@
## master #51263 +/- ##
================================================
+ Coverage 72.3555% 72.9259% +0.5703%
================================================
Files 1459 1463 +4
Lines 361234 444854 +83620
================================================
+ Hits 261373 324414 +63041
- Misses 80551 100219 +19668
- Partials 19310 20221 +911
| Flag | Coverage Δ | |
|---|---|---|
| integration | 49.2683% <ø> (?) |
|
| unit | 70.3763% <ø> (-1.8285%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Components | Coverage Δ | |
|---|---|---|
| dumpling | 53.9957% <ø> (-2.3014%) |
:arrow_down: |
| parser | ∅ <ø> (∅) |
|
| br | 51.1885% <ø> (+4.7929%) |
:arrow_up: |
It has to update the prometheus/client-go.
@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| tiprow_fast_test | a4004a64e1f30c80705b0029660c4afe75b7ba38 | link | true | /test fast_test_tiprow |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
/retest