hyperscale / hyperpic

Fast HTTP microservice for high-level image processing.
MIT License
31 stars 2 forks source link

build(deps): bump github.com/prometheus/client_golang from 0.9.2 to 0.9.4 #25

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/prometheus/client_golang from 0.9.2 to 0.9.4.

Release notes *Sourced from [github.com/prometheus/client_golang's releases](https://github.com/prometheus/client_golang/releases).* > ## 0.9.4 / 2019-06-07 > * [CHANGE] API client: Switch to alert values as strings. [#585](https://github-redirect.dependabot.com/prometheus/client_golang/issues/585) > * [FEATURE] Add a collector for Go module build information. [#595](https://github-redirect.dependabot.com/prometheus/client_golang/issues/595) > * [FEATURE] promhttp: Add an counter for internal errors during HTTP exposition. [#594](https://github-redirect.dependabot.com/prometheus/client_golang/issues/594) > * [FEATURE] API client: Support target metadata API. [#590](https://github-redirect.dependabot.com/prometheus/client_golang/issues/590) > * [FEATURE] API client: Support storage warnings. [#562](https://github-redirect.dependabot.com/prometheus/client_golang/issues/562) > * [ENHANCEMENT] API client: Improve performance handling JSON. [#570](https://github-redirect.dependabot.com/prometheus/client_golang/issues/570) > * [BUGFIX] Reduce test flakiness. [#573](https://github-redirect.dependabot.com/prometheus/client_golang/issues/573) > > ## 0.9.3 / 2019-05-16 > * [CHANGE] Required Go version is now 1.9+. [#561](https://github-redirect.dependabot.com/prometheus/client_golang/issues/561) > * [FEATURE] API client: Add POST with get fallback for Query/QueryRange. [#557](https://github-redirect.dependabot.com/prometheus/client_golang/issues/557) > * [FEATURE] API client: Add alerts endpoint. [#552](https://github-redirect.dependabot.com/prometheus/client_golang/issues/552) > * [FEATURE] API client: Add rules endpoint. [#508](https://github-redirect.dependabot.com/prometheus/client_golang/issues/508) > * [FEATURE] push: Add option to pick metrics format. [#540](https://github-redirect.dependabot.com/prometheus/client_golang/issues/540) > * [ENHANCEMENT] Limit time the Go collector may take to collect memstats, > returning results from the previous collection in case of a timeout. [#568](https://github-redirect.dependabot.com/prometheus/client_golang/issues/568) > * [ENHANCEMENT] Pusher now requires only a thin interface instead of a full > `http.Client`, facilitating mocking and custom HTTP client implementation. > [#559](https://github-redirect.dependabot.com/prometheus/client_golang/issues/559) > * [ENHANCEMENT] Memory usage improvement for histograms and summaries without > objectives. [#536](https://github-redirect.dependabot.com/prometheus/client_golang/issues/536) > * [ENHANCEMENT] Summaries without objectives are now lock-free. [#521](https://github-redirect.dependabot.com/prometheus/client_golang/issues/521) > * [BUGFIX] promhttp: `InstrumentRoundTripperTrace` now takes into account a pre-set context. [#582](https://github-redirect.dependabot.com/prometheus/client_golang/issues/582) > * [BUGFIX] `TestCounterAddLarge` now works on all platforms. [#567](https://github-redirect.dependabot.com/prometheus/client_golang/issues/567) > * [BUGFIX] Fix `promhttp` examples. [#535](https://github-redirect.dependabot.com/prometheus/client_golang/issues/535) [#544](https://github-redirect.dependabot.com/prometheus/client_golang/issues/544) > * [BUGFIX] API client: Wait for done before writing to shared response > body. [#532](https://github-redirect.dependabot.com/prometheus/client_golang/issues/532) > * [BUGFIX] API client: Deal with discovered labels properly. [#529](https://github-redirect.dependabot.com/prometheus/client_golang/issues/529)
Changelog *Sourced from [github.com/prometheus/client_golang's changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md).* > ## 0.9.4 / 2019-06-07 > * [CHANGE] API client: Switch to alert values as strings. [#585](https://github-redirect.dependabot.com/prometheus/client_golang/issues/585) > * [FEATURE] Add a collector for Go module build information. [#595](https://github-redirect.dependabot.com/prometheus/client_golang/issues/595) > * [FEATURE] promhttp: Add an counter for internal errors during HTTP exposition. [#594](https://github-redirect.dependabot.com/prometheus/client_golang/issues/594) > * [FEATURE] API client: Support target metadata API. [#590](https://github-redirect.dependabot.com/prometheus/client_golang/issues/590) > * [FEATURE] API client: Support storage warnings. [#562](https://github-redirect.dependabot.com/prometheus/client_golang/issues/562) > * [ENHANCEMENT] API client: Improve performance handling JSON. [#570](https://github-redirect.dependabot.com/prometheus/client_golang/issues/570) > * [BUGFIX] Reduce test flakiness. [#573](https://github-redirect.dependabot.com/prometheus/client_golang/issues/573) > > ## 0.9.3 / 2019-05-16 > * [CHANGE] Required Go version is now 1.9+. [#561](https://github-redirect.dependabot.com/prometheus/client_golang/issues/561) > * [FEATURE] API client: Add POST with get fallback for Query/QueryRange. [#557](https://github-redirect.dependabot.com/prometheus/client_golang/issues/557) > * [FEATURE] API client: Add alerts endpoint. [#552](https://github-redirect.dependabot.com/prometheus/client_golang/issues/552) > * [FEATURE] API client: Add rules endpoint. [#508](https://github-redirect.dependabot.com/prometheus/client_golang/issues/508) > * [FEATURE] push: Add option to pick metrics format. [#540](https://github-redirect.dependabot.com/prometheus/client_golang/issues/540) > * [ENHANCEMENT] Limit time the Go collector may take to collect memstats, > returning results from the previous collection in case of a timeout. [#568](https://github-redirect.dependabot.com/prometheus/client_golang/issues/568) > * [ENHANCEMENT] Pusher now requires only a thin interface instead of a full > `http.Client`, facilitating mocking and custom HTTP client implementation. > [#559](https://github-redirect.dependabot.com/prometheus/client_golang/issues/559) > * [ENHANCEMENT] Memory usage improvement for histograms and summaries without > objectives. [#536](https://github-redirect.dependabot.com/prometheus/client_golang/issues/536) > * [ENHANCEMENT] Summaries without objectives are now lock-free. [#521](https://github-redirect.dependabot.com/prometheus/client_golang/issues/521) > * [BUGFIX] promhttp: `InstrumentRoundTripperTrace` now takes into account a pre-set context. [#582](https://github-redirect.dependabot.com/prometheus/client_golang/issues/582) > * [BUGFIX] `TestCounterAddLarge` now works on all platforms. [#567](https://github-redirect.dependabot.com/prometheus/client_golang/issues/567) > * [BUGFIX] Fix `promhttp` examples. [#535](https://github-redirect.dependabot.com/prometheus/client_golang/issues/535) [#544](https://github-redirect.dependabot.com/prometheus/client_golang/issues/544) > * [BUGFIX] API client: Wait for done before writing to shared response > body. [#532](https://github-redirect.dependabot.com/prometheus/client_golang/issues/532) > * [BUGFIX] API client: Deal with discovered labels properly. [#529](https://github-redirect.dependabot.com/prometheus/client_golang/issues/529)
Commits - [`2641b98`](https://github.com/prometheus/client_golang/commit/2641b987480bca71fb39738eb8c8b0d577cb1d76) Merge pull request [#598](https://github-redirect.dependabot.com/prometheus/client_golang/issues/598) from prometheus/beorn7/release - [`b76fdd6`](https://github.com/prometheus/client_golang/commit/b76fdd6b6a6c414fef6af4235b55da7b22baf28e) Cut v0.9.4 - [`b8b56b5`](https://github.com/prometheus/client_golang/commit/b8b56b52bdb3a79ab877c873463cadc841133360) Merge pull request [#595](https://github-redirect.dependabot.com/prometheus/client_golang/issues/595) from prometheus/beorn7/go-collector - [`8576729`](https://github.com/prometheus/client_golang/commit/8576729b6f65445dde45697643496f9a244f4cb3) Add a simple buildInfoCollector - [`7ed96b3`](https://github.com/prometheus/client_golang/commit/7ed96b33bd86448bfd5915bf4f0f96b7eb826108) Merge pull request [#594](https://github-redirect.dependabot.com/prometheus/client_golang/issues/594) from prometheus/beorn7/promhttp - [`4d8144c`](https://github.com/prometheus/client_golang/commit/4d8144c11a83f38d57f3ba354c45683c5b1764ee) Add test for the new promhttp_metric_handler_errors_total metric - [`3fa9fca`](https://github.com/prometheus/client_golang/commit/3fa9fca2cb7c547704fa7791e9866dac103347d9) Add an error counter for internal errors in the HTTP handler - [`ea8c935`](https://github.com/prometheus/client_golang/commit/ea8c935f204cc57302b4e43bc10777e6a16dfcf7) Merge pull request [#593](https://github-redirect.dependabot.com/prometheus/client_golang/issues/593) from prometheus/beorn7/modules - [`3d1d93e`](https://github.com/prometheus/client_golang/commit/3d1d93eb51e80e653e9a211f38b59e48894eb458) Remove use of deprecated procfs functions - [`674d720`](https://github.com/prometheus/client_golang/commit/674d72011374408031d8bd0c8319f384b21644ce) Use tagged version of prometheus/procfs - Additional commits viewable in [compare view](https://github.com/prometheus/client_golang/compare/v0.9.2...v0.9.4)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 95.387% when pulling 3c83838f363ff4a02d4bce15fc042576290eeebe on dependabot/go_modules/github.com/prometheus/client_golang-0.9.4 into cf54d8446968341742f10ed360bbebf2e8a3e2ae on develop.