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.1.3
>
> Bugfix release 3. Ensure to keep existing JSON serialization from 2.0.x
>
> Will fix https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/issues/189
>
> ## 2.1.2
>
> Bugfix relase: fix [#188](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/188)
>
> Release 2.1.0 did break a few things. Ensure more compatibility with 2.0.x
>
> ## 2.1.1
>
> Bugfix release.
>
> - Fix for [#186](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/186)
>
> ## 2.1.0
>
> This release cleanup a lot the existing APIs while preserving ascending compatibility.
> It will avoid relying on side effects to configure diplomat and allow to override most
> configuration options per API call as implemented in https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/pull/179.
> It is now easy to use one instance of the lib and to perform several calls with different tokens and/or
> consistency options for instance.
>
> Full changelog:
>
> - Fix behavior of HTTP 302 on some 2.5 ruby releases ([#181](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/181) fix [#171](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/171))
> - Set flags attribute on KVPair during lock acquisition and release ([#180](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/180))
> - Now allow to override most parameters per request ([#179](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/179))
> - use dedup for safer/simpler conversion of results to hash [#176](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/176)
>
> ## 2.0.5
>
> - Fix incorrect verbs for checks Fix https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/issues/173
> - Use json_pure to avoid the need for installing a compiler. Fix https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/issues/177
> - Allow updating Output with TTL checks https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/pull/178
>
> ## 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).
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/johnhamelink/diplomat/commits/v2.1.3)
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.
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.1.3 > > Bugfix release 3. Ensure to keep existing JSON serialization from 2.0.x > > Will fix https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/issues/189 > > ## 2.1.2 > > Bugfix relase: fix [#188](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/188) > > Release 2.1.0 did break a few things. Ensure more compatibility with 2.0.x > > ## 2.1.1 > > Bugfix release. > > - Fix for [#186](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/186) > > ## 2.1.0 > > This release cleanup a lot the existing APIs while preserving ascending compatibility. > It will avoid relying on side effects to configure diplomat and allow to override most > configuration options per API call as implemented in https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/pull/179. > It is now easy to use one instance of the lib and to perform several calls with different tokens and/or > consistency options for instance. > > Full changelog: > > - Fix behavior of HTTP 302 on some 2.5 ruby releases ([#181](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/181) fix [#171](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/171)) > - Set flags attribute on KVPair during lock acquisition and release ([#180](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/180)) > - Now allow to override most parameters per request ([#179](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/179)) > - use dedup for safer/simpler conversion of results to hash [#176](https://github-redirect.dependabot.com/johnhamelink/diplomat/issues/176) > > ## 2.0.5 > > - Fix incorrect verbs for checks Fix https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/issues/173 > - Use json_pure to avoid the need for installing a compiler. Fix https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/issues/177 > - Allow updating Output with TTL checks https://github-redirect.dependabot.com/WeAreFarmGeek/diplomat/pull/178 > > ## 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). > ... (truncated)Commits
- See full diff in [compare view](https://github.com/johnhamelink/diplomat/commits/v2.1.3)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.