arquillian / ike-prow-plugins

Set of plugins for Prow automation platform
Apache License 2.0
9 stars 10 forks source link

build(deps): bump github.com/prometheus/client_golang from 0.9.3 to 1.0.0 #283

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/prometheus/client_golang from 0.9.3 to 1.0.0.

Release notes *Sourced from [github.com/prometheus/client_golang's releases](https://github.com/prometheus/client_golang/releases).* > ## 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)
Changelog *Sourced from [github.com/prometheus/client_golang's changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md).* > ## 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)
Commits - [`4ab88e8`](https://github.com/prometheus/client_golang/commit/4ab88e80c249ed361d3299e2930427d9ac43ef8d) Merge pull request [#608](https://github-redirect.dependabot.com/prometheus/client_golang/issues/608) from prometheus/beorn7/release - [`505041c`](https://github.com/prometheus/client_golang/commit/505041cff1d2b843800a4f384694dcf62fb3e69c) Cut release v1.0.0 - [`063470a`](https://github.com/prometheus/client_golang/commit/063470a3c9c980049e07be61cfbf7c820204c517) Add warnings to series ([#603](https://github-redirect.dependabot.com/prometheus/client_golang/issues/603)) - [`6636dde`](https://github.com/prometheus/client_golang/commit/6636dde4bca90fdb6553b3a27f34fc68b77d5cea) Merge pull request [#607](https://github-redirect.dependabot.com/prometheus/client_golang/issues/607) from prometheus/beorn7/wrap - [`2f3a0f8`](https://github.com/prometheus/client_golang/commit/2f3a0f8f2e631afb1ec7366101d7649c6155b980) Make the AlreadyRegisteredError useful for wrapped registries - [`f213ad9`](https://github.com/prometheus/client_golang/commit/f213ad9bfc4833a54781ee135067aaded9321972) Add /labels API to client ([#604](https://github-redirect.dependabot.com/prometheus/client_golang/issues/604)) - [`92d8f4a`](https://github.com/prometheus/client_golang/commit/92d8f4a55830a54303747d2131ce54218c2a6534) Merge pull request [#601](https://github-redirect.dependabot.com/prometheus/client_golang/issues/601) from prometheus/makefile_common - [`040c98c`](https://github.com/prometheus/client_golang/commit/040c98c8e638eb358dfc1b4b04b385a8df21e6a7) Merge pull request [#606](https://github-redirect.dependabot.com/prometheus/client_golang/issues/606) from prometheus/beorn7/doc - [`f61dbea`](https://github.com/prometheus/client_golang/commit/f61dbeadeda7e4b6336b49de8753a301c0d80b6f) Update doc comment of NewProcessCollector - [`c5f4190`](https://github.com/prometheus/client_golang/commit/c5f419033887d835ba94f0c2eef1748ebe792f74) Implement process collector for Windows ([#596](https://github-redirect.dependabot.com/prometheus/client_golang/issues/596)) - Additional commits viewable in [compare view](https://github.com/prometheus/client_golang/compare/v0.9.3...v1.0.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.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
alien-ike commented 5 years ago

Ike Plugins (pr-sanitizer)

Thank you @dependabot-preview[bot] for this contribution!

This pull request doesn't comply with the conventions given by the pr-sanitizer plugin. The following items are necessary to fix:

Issue link

The PR description is missing any issue link that would be used with any of the GitHub keywords. Having it in the PR description ensures that the issue is automatically closed when the PR is merged.

Your plugin configuration is stored in the file.

bartoszmajsak commented 5 years ago

Breaking change

# github.com/arquillian/ike-prow-plugins/vendor/github.com/prometheus/client_golang/prometheus
../../../../vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go:23:12: undefined: procfs.NewDefaultFS
../../../../vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go:40:19: p.Stat undefined (type procfs.Proc has no field or method Stat)
../../../../vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go:59:21: p.Limits undefined (type procfs.Proc has no field or method Limits)
dependabot-preview[bot] commented 5 years ago

Superseded by #298.