sensu-plugins-consul 2.2.1 → 3.0.0
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 +7 -1
- data/lib/sensu-plugins-consul/version.rb +3 -3
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad6449225b03ca04815f1a9922a6155a72174bb63b9c7cd612f7f04d7a6fdad0
|
|
4
|
+
data.tar.gz: 04a85da6d055d4651dda159f788e10743b8927892f81de5b05c8b5fb8d9e6858
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4647f3b0f348c372aeec1be79429d48d8b8db4f4ace1d19db6e417e55b257e8e3bef728c9909ecdeda446068be55698303f91e31ac78fee14d2eefa15a024470
|
|
7
|
+
data.tar.gz: e63d53b9a9d77375f36e8d9d5c5637963d680389b3d8d3079c92fb76c4426494db680bc22a9b49b7ac21f8163fd5efd4f5d272fe9c2450fa4d77540495975dc1
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [3.0.0]- 2020-04-09
|
|
9
|
+
### Breaking Changes
|
|
10
|
+
- bumped `sensu-plugin` dependency from `~> 1.x` to `~> 4.0` please consult the changelog for additional details. The notable breaking change [is](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses)
|
|
11
|
+
- require ruby `> 2.3` (@majormoses)
|
|
12
|
+
|
|
8
13
|
## [2.2.1] - 2018-10-01
|
|
9
14
|
### Fixed
|
|
10
15
|
- check-consul-failures: use a put when requesting to remove a node from the agent api (@majormoses)
|
|
@@ -136,7 +141,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
136
141
|
### Added
|
|
137
142
|
- initial release
|
|
138
143
|
|
|
139
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/
|
|
144
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/3.0.0...HEAD
|
|
145
|
+
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.2.1...3.0.0
|
|
140
146
|
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.2.0...2.2.1
|
|
141
147
|
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.1.1...2.2.0
|
|
142
148
|
[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.1.0...2.1.1
|
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:
|
|
4
|
+
version: 3.0.0
|
|
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:
|
|
11
|
+
date: 2020-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '4.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '4.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: diplomat
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '1
|
|
61
|
+
version: '2.1'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '1
|
|
68
|
+
version: '2.1'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: codeclimate-test-reporter
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '
|
|
89
|
+
version: '3.0'
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '
|
|
96
|
+
version: '3.0'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: pry
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -184,16 +184,16 @@ description: |-
|
|
|
184
184
|
for passing/critical services.
|
|
185
185
|
email: "<sensu-users@googlegroups.com>"
|
|
186
186
|
executables:
|
|
187
|
-
- check-consul-maintenance.rb
|
|
188
187
|
- check-consul-members.rb
|
|
189
|
-
- check-
|
|
190
|
-
- check-consul-servers.rb
|
|
188
|
+
- check-service-consul.rb
|
|
191
189
|
- check-consul-stale-peers.rb
|
|
190
|
+
- check-consul-service-health.rb
|
|
191
|
+
- check-consul-quorum.rb
|
|
192
192
|
- check-consul-failures.rb
|
|
193
|
+
- check-consul-servers.rb
|
|
193
194
|
- check-consul-kv-ttl.rb
|
|
194
|
-
- check-service-consul.rb
|
|
195
195
|
- check-consul-leader.rb
|
|
196
|
-
- check-consul-
|
|
196
|
+
- check-consul-maintenance.rb
|
|
197
197
|
extensions: []
|
|
198
198
|
extra_rdoc_files: []
|
|
199
199
|
files:
|
|
@@ -231,7 +231,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
231
231
|
requirements:
|
|
232
232
|
- - ">="
|
|
233
233
|
- !ruby/object:Gem::Version
|
|
234
|
-
version: '2.
|
|
234
|
+
version: '2.3'
|
|
235
235
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
requirements:
|
|
237
237
|
- - ">="
|