sensu-plugins-consul 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/lib/sensu-plugins-consul/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c42f06da46292439afdd1dc4fd8a8b8e332d9e405df5675b414fd9d1cd617c6d
|
|
4
|
+
data.tar.gz: 19fc38700fc27fe665acc2f1e292273482b77791f3825cd8215998a3827d31c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ace706ab7e8fc0a4d7ee396b00602004d067a868190afae22eca72651967b44046bc9a7ffd004cfc206a410ec01b779e9b8f945f756329101e3ffbd2607af63
|
|
7
|
+
data.tar.gz: e63d2a3fe6bc2cbeab4d02036148474ac8375ea1199026675ee110dfbf8023fd6eb4699af27d8108a92d72b56be21f6e7b46937019faa6cfd880c5819a981dd4
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.0.1] - 2018-03-27
|
|
9
|
+
### Security
|
|
10
|
+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- appeased the cops (@majormoses)
|
|
14
|
+
|
|
8
15
|
## [2.0.0] - 2018-03-07
|
|
9
16
|
### Security
|
|
10
17
|
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
|
|
@@ -112,7 +119,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
112
119
|
### Added
|
|
113
120
|
- initial release
|
|
114
121
|
|
|
115
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.0.
|
|
122
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.0.1...HEAD
|
|
123
|
+
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.0.0...2.0.1
|
|
116
124
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.1...2.0.0
|
|
117
125
|
[1.6.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.0...1.6.1
|
|
118
126
|
[1.6.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.5.0...1.6.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-consul
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu Plugins and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -170,14 +170,14 @@ dependencies:
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version:
|
|
173
|
+
version: 0.9.11
|
|
174
174
|
type: :development
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version:
|
|
180
|
+
version: 0.9.11
|
|
181
181
|
description: |-
|
|
182
182
|
This plugin provides native instrumentation for monitoring Consul, including:
|
|
183
183
|
Consul server service and cluster health, and querying the Consul API to check
|