This plugin provides native instrumentation for monitoring Consul, including: Consul server service and cluster health, and querying the Consul API to check for passing/critical services.
Updates the requirements on diplomat to permit the latest version.
Changelog
*Sourced from [diplomat's changelog](https://github.com/WeAreFarmGeek/diplomat/blob/master/CHANGELOG.md).*
> ## 2.0.2
>
> - 2017-08-23 Trevor Wood [trevor.g.wood@gmail.com][1] Revert the change to single values
>
> ## BREAKING CHANGES
>
> - Single values now consistently return an Openstruct instead of just the value
> - The Faraday adapter is now set after the request (See [faraday#685][36] for more information)
>
> ## 2.0.1
>
> - 2017-08-01 Trevor Wood [trevor.g.wood@gmail.com][1] Fix Resolve inconsistent recursive return for Diplomat::KV.get when single value
>
> ## 2.0.0
>
> - 2017-07-28 Eugen Mayer [eugen.mayer@kontextwork.de][35] Do not set the adapter on faraday prior the request ([#149](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/149))
> - 2017-07-21 Ben Wu [wucheokman@gmail.com][34] fix single key/value in Diplomat::Kv.get with convert_to_hash option ON ([#147](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/147))
> - 2017-04-26 Trevor Wood [trevor.g.wood@gmail.com][1] Add service maintenance API call
>
> ----
>
> ## 1.3.0
>
> - 2017-01-23 Trevor Wood [trevor.g.wood@gmail.com][2] Add key/value store transaction API endpoint
> - 2017-02-15 Paul Thomas [paul+github@paulthomas.eu][3] Allow events to target another datacenter
> - 2017-01-23 Adam Wentz [adam@adamwentz.com][4] Defend against newlines added to responses in dev mode where pretty-printing is enabled by default.
> - 2017-04-07 Zane Williamson [sepulworld@gmail.com][5] Add cluster status API endpoint
>
> ## 1.2.0
>
> - 2017-01-22 Trevor Wood [trevor.g.wood@gmail.com][6] RuboCop fixes and add RuboCop checks
> - 2017-01-17 Trevor Wood [trevor.g.wood@gmail.com][7] Add cross DC sessions and locking
> - 2017-01-11 Dylan Vassallo [dylanvassallo@gmail.com][8] Include Consul errors in Diplomat::UnknownStatus messages
> - 2017-01-04 Trevor Wood [trevor.g.wood@gmail.com][9] Add Diplomat::Query API endpoint
> - 2016-12-15 Trevor Wood [trevor.g.wood@gmail.com][10] Diplomat::Health returns hashes instead of OpenStructs
>
> ## 1.1.0
>
> - 2016-08-09 Stefan Merettig [stefan-merettig@nuriaproject.org][11] Add .respond\_to? and .respond\_to\_missing? to Diplomat::RestClient
> - 2016-09-21 Dana Pieluszczak [dana@greenhouse.io][12] Add recurse option to Kv#delete
> - 2016-10-24 Ryan Duffield [rduffield@pagerduty.com][13] Add tag option to Health#service
> - 2016-11-05 Trevor Wood [trevor.g.wood@gmail.com][14] Diplomat::Node.get returns a hash instead of an OpenStruct
>
> ## 0.19.0, 1.0.0
>
> - 2016-08-02 John Hamelink [john@johnhamelink.com][15] Improve ACL and Event endpoints by uniformly raising an error for statuscodes which aren't 200.
> - 2016-08-02 Sandstrom [alexander@skovik.com][16] Add documentation for listing all keys
> - 2016-08-02 Alexander Vagin [laplugin73@gmail.com][17] Add state option to Health service
> - 2016-08-02 John Hamelink [john@johnhamelink.com][18] Removed Ruby 1.x support. Added check to raise error for ruby versions \<
> - 2016-07-27 Kendrick Martin [kmartinix@gmail.com][19] Added the ability to return k/v data as ruby hash
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/johnhamelink/diplomat/commits/v2.0.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.
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 cancel merge` will cancel a previously requested merge
- `@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.
Updates the requirements on diplomat to permit the latest version.
Changelog
*Sourced from [diplomat's changelog](https://github.com/WeAreFarmGeek/diplomat/blob/master/CHANGELOG.md).* > ## 2.0.2 > > - 2017-08-23 Trevor Wood [trevor.g.wood@gmail.com][1] Revert the change to single values > > ## BREAKING CHANGES > > - Single values now consistently return an Openstruct instead of just the value > - The Faraday adapter is now set after the request (See [faraday#685][36] for more information) > > ## 2.0.1 > > - 2017-08-01 Trevor Wood [trevor.g.wood@gmail.com][1] Fix Resolve inconsistent recursive return for Diplomat::KV.get when single value > > ## 2.0.0 > > - 2017-07-28 Eugen Mayer [eugen.mayer@kontextwork.de][35] Do not set the adapter on faraday prior the request ([#149](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/149)) > - 2017-07-21 Ben Wu [wucheokman@gmail.com][34] fix single key/value in Diplomat::Kv.get with convert_to_hash option ON ([#147](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/147)) > - 2017-04-26 Trevor Wood [trevor.g.wood@gmail.com][1] Add service maintenance API call > > ---- > > ## 1.3.0 > > - 2017-01-23 Trevor Wood [trevor.g.wood@gmail.com][2] Add key/value store transaction API endpoint > - 2017-02-15 Paul Thomas [paul+github@paulthomas.eu][3] Allow events to target another datacenter > - 2017-01-23 Adam Wentz [adam@adamwentz.com][4] Defend against newlines added to responses in dev mode where pretty-printing is enabled by default. > - 2017-04-07 Zane Williamson [sepulworld@gmail.com][5] Add cluster status API endpoint > > ## 1.2.0 > > - 2017-01-22 Trevor Wood [trevor.g.wood@gmail.com][6] RuboCop fixes and add RuboCop checks > - 2017-01-17 Trevor Wood [trevor.g.wood@gmail.com][7] Add cross DC sessions and locking > - 2017-01-11 Dylan Vassallo [dylanvassallo@gmail.com][8] Include Consul errors in Diplomat::UnknownStatus messages > - 2017-01-04 Trevor Wood [trevor.g.wood@gmail.com][9] Add Diplomat::Query API endpoint > - 2016-12-15 Trevor Wood [trevor.g.wood@gmail.com][10] Diplomat::Health returns hashes instead of OpenStructs > > ## 1.1.0 > > - 2016-08-09 Stefan Merettig [stefan-merettig@nuriaproject.org][11] Add .respond\_to? and .respond\_to\_missing? to Diplomat::RestClient > - 2016-09-21 Dana Pieluszczak [dana@greenhouse.io][12] Add recurse option to Kv#delete > - 2016-10-24 Ryan Duffield [rduffield@pagerduty.com][13] Add tag option to Health#service > - 2016-11-05 Trevor Wood [trevor.g.wood@gmail.com][14] Diplomat::Node.get returns a hash instead of an OpenStruct > > ## 0.19.0, 1.0.0 > > - 2016-08-02 John Hamelink [john@johnhamelink.com][15] Improve ACL and Event endpoints by uniformly raising an error for statuscodes which aren't 200. > - 2016-08-02 Sandstrom [alexander@skovik.com][16] Add documentation for listing all keys > - 2016-08-02 Alexander Vagin [laplugin73@gmail.com][17] Add state option to Health service > - 2016-08-02 John Hamelink [john@johnhamelink.com][18] Removed Ruby 1.x support. Added check to raise error for ruby versions \< > - 2016-07-27 Kendrick Martin [kmartinix@gmail.com][19] Added the ability to return k/v data as ruby hash > ... (truncated)Commits
- See full diff in [compare view](https://github.com/johnhamelink/diplomat/commits/v2.0.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
.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 cancel merge` will cancel a previously requested merge - `@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.