Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps github.com/prometheus/client_golang from 1.7.1 to 1.8.0.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

1.8.0 / 2020-10-15

  • [CHANGE] API client: Use time.Time rather than string for timestamps in RuntimeinfoResult. #777
  • [FEATURE] Export MetricVec to facilitate implementation of vectors of custom Metric types. #803
  • [FEATURE API client: Support /status/tsdb endpoint. #773
  • [ENHANCEMENT] API client: Enable GET fallback on status code 501. #802
  • [ENHANCEMENT] Remove Metric references after reslicing to free up more memory. #784
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.8.0 / 2020-10-15

  • [CHANGE] API client: Use time.Time rather than string for timestamps in RuntimeinfoResult. #777
  • [FEATURE] Export MetricVec to facilitate implementation of vectors of custom Metric types. #803
  • [FEATURE API client: Support /status/tsdb endpoint. #773
  • [ENHANCEMENT] API client: Enable GET fallback on status code 501. #802
  • [ENHANCEMENT] Remove Metric references after reslicing to free up more memory. #784
Commits
  • 47cfdc9 Merge pull request #806 from prometheus/beorn7/release
  • 67f573a Cut v1.8.0
  • ded2474 Update dependencies
  • 3d1759b Run check for unused/missing Go packages only against latest Go version
  • e6ea98b Merge pull request #803 from prometheus/beorn7/vec
  • 85aa957 Export MetricVec (again)
  • 6007b2b Merge pull request #802 from prometheus/beorn7/fallback
  • 64b4a9c API client: Enable fallback on status code 501, too
  • 65c5578 Merge pull request #800 from prometheus/beorn7/doc
  • b54b73c Remove spurious commas from links to the docs site
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.7.1...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team as a code owner November 9, 2020 07:53
@dependabot-preview dependabot-preview bot requested review from cindylindeed and removed request for a team November 9, 2020 07:53
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 9, 2020
@google-cla google-cla bot added the cla: yes label Nov 9, 2020
@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #1616 (c144e15) into master (c1d8b03) will increase coverage by 0.37%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1616      +/-   ##
==========================================
+ Coverage   67.47%   67.85%   +0.37%     
==========================================
  Files          59       59              
  Lines        3957     3957              
==========================================
+ Hits         2670     2685      +15     
+ Misses        856      848       -8     
+ Partials      431      424       -7     
Impacted Files Coverage Δ
core/integration/client_tests.go 83.84% <0.00%> (+0.51%) ⬆️
impl/mysql/directory/storage.go 66.93% <0.00%> (+1.61%) ⬆️
core/sequencer/server.go 74.65% <0.00%> (+2.08%) ⬆️
core/keyserver/revisions.go 63.30% <0.00%> (+2.15%) ⬆️
core/sequencer/trillian_client.go 63.15% <0.00%> (+2.63%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c1d8b03...c144e15. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #1621.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.8.0 branch December 21, 2020 07:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants