sensu-plugins / sensu-plugins-docker

This plugin provides native Docker instrumentation for monitoring and metrics collection, including: container status, container number, and container metrics via `docker ps`.
http://sensu-plugins.io
MIT License
35 stars 57 forks source link

Update sys-proctable requirement from = 0.9.8 to = 1.2.2 #83

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on sys-proctable to permit the latest version.

Changelog *Sourced from [sys-proctable's changelog](https://github.com/djberg96/sys-proctable/blob/master/CHANGES).* > == 1.2.2 - 12-Aug-2019 > * Added compatibility for JRuby on Mac which apparently doesn't define a > read_uint64 method, nor a CharArray. Thanks go to Adithya Pentela for > the spot. > * Refactored the specs a bit, adding a spec_helper.rb. This was mainly > for JRuby compatibility. > * Updates to the travis.yml file for both Ruby and JRuby versions. > * Removed the doc directory and all the files it contained. It was > redundant, and some of the information was wrong. All of the > documentation you need is on the wiki. > * Cleaned up the MANIFEST file, updated the gemspec, and fixed the > license name, which was missing a hyphen. > > == 1.2.1 - 8-Jun-2018 > * The code for OSX is now more efficient when a pid argument is provided. > Thanks go to Nick LaMuro for his efforts. > * Added metadata to the gemspec. > * Switched the README (now README.md) to markdown format. Thanks go to > Tim Meusel for the update. > * Updated the cert. Should be good for ten years now. > > == 1.2.0 - 20-Feb-2018 > * There has been an API change. The ProcTable.ps method now uses keyword > arguments. The 'pid' option is universal, the rest depend on the platform. > As part of this change, support for Ruby < 2.0 has been dropped. > * Support for HP-UX has been dropped, both because it was the last remaining > platform that still used C code, and because it's basically a dead platform. > * There are no more platform-specific gems. There is now a single gem that > will load the appropriate code based on your host's operating system. > * The tests were switched from test-unit to rspec. > * Lots of Rakefile updates based on the above changes. > * The cert was updated. > > == 1.1.5 - 10-Aug-2017 > * Fixed a warning that cropped up in Ruby 2.4.x because I was type checking > against Fixnum. Those have been replaced with Numeric. > > == 1.1.4 - 30-Mar-2017 > * Fixed a potential issue where OSX could return a struct with invalid data. > * Set the default field to :pid for OSX when using Sys::Top. > * Fixed a duplicate test warning for OSX. > > == 1.1.3 - 28-Sep-2016 > * Fixed an issue on OSX where the value returned for argc is invalid. > > == 1.1.2 - 18-Sep-2016 > * Fixed cmdline parsing and handling for OSX. Thanks go to Ben Mathwig for > the spot and the patch. > > == 1.1.1 - 30-Jun-2016 > ... (truncated)
Commits - [`a65d78b`](https://github.com/djberg96/sys-proctable/commit/a65d78bdc424263e70e2ae4372c733bf343cd436) Rename benchmark file, update manifest. - [`5ffc88b`](https://github.com/djberg96/sys-proctable/commit/5ffc88be8edaca395b084c3cd0be570d31a610a0) More updates for 1.2.2. - [`d75b2ae`](https://github.com/djberg96/sys-proctable/commit/d75b2aefc442e570263fa4b6961d85707c6ebdf8) Remove top.txt, minor fix for license name (missing hyphen). - [`aa719ea`](https://github.com/djberg96/sys-proctable/commit/aa719ea64290da9dfa6d8ee297a1a0bbfde23150) More changes for 1.2.2. - [`108ec87`](https://github.com/djberg96/sys-proctable/commit/108ec87bae70831a4bede42a6ef5b04d21e8c809) Remove the doc files, hpux reference. - [`1a9d930`](https://github.com/djberg96/sys-proctable/commit/1a9d930610659fa010f93aa524c24b678e3481ad) Remove the doc directory and files. - [`ec025ef`](https://github.com/djberg96/sys-proctable/commit/ec025efd528da7dad4c2512e6f18ee83f0f099e0) Updated copyright. - [`77da130`](https://github.com/djberg96/sys-proctable/commit/77da130e7b7964d913e940af232db428272e33dc) Bumped version to 1.2.2, updated specs, and added changes. - [`53be0f7`](https://github.com/djberg96/sys-proctable/commit/53be0f75fe8ef7ea2c1d2b16eae41accf89af0a7) Merge pull request [#78](https://github-redirect.dependabot.com/djberg96/sys-proctable/issues/78) from djberg96/jruby_darwin - [`2cf503c`](https://github.com/djberg96/sys-proctable/commit/2cf503cde9748d28919296058c32a52dcc835959) Update for compatibility with JRuby on Mac. - Additional commits viewable in [compare view](https://github.com/djberg96/sys-proctable/compare/sys-proctable-0.9.8...sys-proctable-1.2.2)


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

Superseded by #85.