docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.58k stars 177 forks source link

Bump github.com/prometheus/client_golang from v0.8.0 to 1.1.0 #630

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/prometheus/client_golang from v0.8.0 to 1.1.0.

Release notes *Sourced from [github.com/prometheus/client_golang's releases](https://github.com/prometheus/client_golang/releases).* > ## 1.1.0 / 2019-08-01 > * [CHANGE] API client: Format time as UTC rather than RFC3339Nano. [#617](https://github-redirect.dependabot.com/prometheus/client_golang/issues/617) > * [CHANGE] API client: Add warnings to `LabelValues` and `LabelNames` calls. [#609](https://github-redirect.dependabot.com/prometheus/client_golang/issues/609) > * [FEATURE] Push: Support base64 encoding in grouping key. [#624](https://github-redirect.dependabot.com/prometheus/client_golang/issues/624) > * [FEATURE] Push: Add Delete method to Pusher. [#613](https://github-redirect.dependabot.com/prometheus/client_golang/issues/613) > > ## 1.0.0 / 2019-06-15 > _This release removes all previously deprecated features, resulting in the breaking changes listed below. As this is v1.0.0, semantic versioning applies from now on, with the exception of the API client and parts marked explicitly as experimental._ > > * [CHANGE] Remove objectives from the default `Summary`. (Objectives have to be set explicitly in the `SummaryOpts`.) [#600](https://github-redirect.dependabot.com/prometheus/client_golang/issues/600) > * [CHANGE] Remove all HTTP related feature in the `prometheus` package. (Use the `promhttp` package instead.) [#600](https://github-redirect.dependabot.com/prometheus/client_golang/issues/600) > * [CHANGE] Remove `push.FromGatherer`, `push.AddFromGatherer`, `push.Collectors`. (Use `push.New` instead.) [#600](https://github-redirect.dependabot.com/prometheus/client_golang/issues/600) > * [CHANGE] API client: Pass warnings through on non-error responses. [#599](https://github-redirect.dependabot.com/prometheus/client_golang/issues/599) > * [CHANGE] API client: Add warnings to `Series` call. [#603](https://github-redirect.dependabot.com/prometheus/client_golang/issues/603) > * [FEATURE] Make process collector work on Microsoft Windows. **EXPERIMENTAL** [#596](https://github-redirect.dependabot.com/prometheus/client_golang/issues/596) > * [FEATURE] API client: Add `/labels` call. [#604](https://github-redirect.dependabot.com/prometheus/client_golang/issues/604) > * [BUGFIX] Make `AlreadyRegisteredError` usable for wrapped registries. [#607](https://github-redirect.dependabot.com/prometheus/client_golang/issues/607) > > ## 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) > > ## 0.9.2 / 2018-12-06 > * [FEATURE] Support for Go modules. [#501](https://github-redirect.dependabot.com/prometheus/client_golang/issues/501) > ... (truncated)
Changelog *Sourced from [github.com/prometheus/client_golang's changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md).* > ## 1.1.0 / 2019-08-01 > > * [CHANGE] API client: Format time as UTC rather than RFC3339Nano. [#617](https://github-redirect.dependabot.com/prometheus/client_golang/issues/617) > * [CHANGE] API client: Add warnings to `LabelValues` and `LabelNames` calls. [#609](https://github-redirect.dependabot.com/prometheus/client_golang/issues/609) > * [FEATURE] Push: Support base64 encoding in grouping key. [#624](https://github-redirect.dependabot.com/prometheus/client_golang/issues/624) > * [FEATURE] Push: Add Delete method to Pusher. [#613](https://github-redirect.dependabot.com/prometheus/client_golang/issues/613) > > ## 1.0.0 / 2019-06-15 > > _This release removes all previously deprecated features, resulting in the breaking changes listed below. As this is v1.0.0, semantic versioning applies from now on, with the exception of the API client and parts marked explicitly as experimental._ > > * [CHANGE] Remove objectives from the default `Summary`. (Objectives have to be set explicitly in the `SummaryOpts`.) [#600](https://github-redirect.dependabot.com/prometheus/client_golang/issues/600) > * [CHANGE] Remove all HTTP related feature in the `prometheus` package. (Use the `promhttp` package instead.) [#600](https://github-redirect.dependabot.com/prometheus/client_golang/issues/600) > * [CHANGE] Remove `push.FromGatherer`, `push.AddFromGatherer`, `push.Collectors`. (Use `push.New` instead.) [#600](https://github-redirect.dependabot.com/prometheus/client_golang/issues/600) > * [CHANGE] API client: Pass warnings through on non-error responses. [#599](https://github-redirect.dependabot.com/prometheus/client_golang/issues/599) > * [CHANGE] API client: Add warnings to `Series` call. [#603](https://github-redirect.dependabot.com/prometheus/client_golang/issues/603) > * [FEATURE] Make process collector work on Microsoft Windows. **EXPERIMENTAL** [#596](https://github-redirect.dependabot.com/prometheus/client_golang/issues/596) > * [FEATURE] API client: Add `/labels` call. [#604](https://github-redirect.dependabot.com/prometheus/client_golang/issues/604) > * [BUGFIX] Make `AlreadyRegisteredError` usable for wrapped registries. [#607](https://github-redirect.dependabot.com/prometheus/client_golang/issues/607) > > ## 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) > > ... (truncated)
Commits - [`170205f`](https://github.com/prometheus/client_golang/commit/170205fb58decfd011f1550d4cfb737230d7ae4f) Merge pull request [#629](https://github-redirect.dependabot.com/prometheus/client_golang/issues/629) from prometheus/beorn7/release - [`8b8fbc9`](https://github.com/prometheus/client_golang/commit/8b8fbc929b494f24ba48dab960e9d92f2707b8ad) Cut 1.1.0 - [`2bb70fc`](https://github.com/prometheus/client_golang/commit/2bb70fc5921219acc6efb8846db0f3298db663dc) Update Go modules - [`c0dfcd1`](https://github.com/prometheus/client_golang/commit/c0dfcd145fe93de609de448e540073124c57f139) Merge pull request [#628](https://github-redirect.dependabot.com/prometheus/client_golang/issues/628) from tariq1890/docker - [`8977247`](https://github.com/prometheus/client_golang/commit/8977247c4ef643398016b12d5eba9c46337167b8) add minor Dockerfile improvements - [`8bb84c1`](https://github.com/prometheus/client_golang/commit/8bb84c10f12ec1dce55d1ee90951e63be10758e6) Merge pull request [#627](https://github-redirect.dependabot.com/prometheus/client_golang/issues/627) from prometheus/beorn7/modules - [`5d286d7`](https://github.com/prometheus/client_golang/commit/5d286d71205af30b0a1189a4c1112922458f3500) Update .gitignore - [`bb9b00a`](https://github.com/prometheus/client_golang/commit/bb9b00a86ebaaa691ba43af1f9ba9d16156cc545) Merge pull request [#624](https://github-redirect.dependabot.com/prometheus/client_golang/issues/624) from prometheus/beorn/push - [`4b95c4a`](https://github.com/prometheus/client_golang/commit/4b95c4ab4246dd02e8551728d421cf2406de5b59) Support new base64 encoding for pushing to the Pushgateway - [`c0d684b`](https://github.com/prometheus/client_golang/commit/c0d684b8afd86a7e74f3bea0a1ffb58623a25673) Merge pull request [#623](https://github-redirect.dependabot.com/prometheus/client_golang/issues/623) from prometheus/makefile_common - Additional commits viewable in [compare view](https://github.com/prometheus/client_golang/compare/v0.8.0...v1.1.0)


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.
codecov[bot] commented 4 years ago

Codecov Report

Merging #630 into master will decrease coverage by 0.42%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #630      +/-   ##
==========================================
- Coverage   72.38%   71.95%   -0.43%     
==========================================
  Files          49       49              
  Lines        2625     2560      -65     
==========================================
- Hits         1900     1842      -58     
+ Misses        488      486       -2     
+ Partials      237      232       -5
Impacted Files Coverage Δ
internal/packager/init.go 60.97% <0%> (-8.18%) :arrow_down:
types/parameters/parameters.go 92.06% <0%> (-4.77%) :arrow_down:

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 fffbbfa...432a6b2. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.