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.4
>
> - automatic GEM publication from Travis when a tag is pushed
> - Depreciate old Ruby version 2.2.x
> - Bump bundler to version 2.0.x
>
> ## 2.0.3
>
> - 2018-09-06 Allow to register/deregister entities using tokens
> - 2017-11-09 Josep M. Blanquer ([@blanquer](https://github.com/blanquer)) Fix service deregister to use the proper verb (`PUT` instead of `GET`). Consul 1.x seems to
> have started enforcing [it](https://www.consul.io/docs/upgrade-specific.html#http-verbs-are-enforced-in-many-http-apis).
>
> ## 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
>
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/johnhamelink/diplomat/commits/v2.0.4)
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
- `@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.4 > > - automatic GEM publication from Travis when a tag is pushed > - Depreciate old Ruby version 2.2.x > - Bump bundler to version 2.0.x > > ## 2.0.3 > > - 2018-09-06 Allow to register/deregister entities using tokens > - 2017-11-09 Josep M. Blanquer ([@blanquer](https://github.com/blanquer)) Fix service deregister to use the proper verb (`PUT` instead of `GET`). Consul 1.x seems to > have started enforcing [it](https://www.consul.io/docs/upgrade-specific.html#http-verbs-are-enforced-in-many-http-apis). > > ## 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 > > ... (truncated)Commits
- See full diff in [compare view](https://github.com/johnhamelink/diplomat/commits/v2.0.4)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 - `@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.