sensu 1.1.0 → 1.1.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 +8 -0
- data/lib/sensu/constants.rb +1 -1
- data/lib/sensu/server/process.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e3f41090a13ce1fb37f577ad034997711847d2e
|
|
4
|
+
data.tar.gz: db92b186c4eac3b5e91b581fe292a2f39d6ea117
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e96c43e195000cba3ba20630e27361eae560449ab32d05a45f4c46dbb35704e8a65f38bdca5e02b134252381893d733b9b0464be030245a33b34136cfe9496c3
|
|
7
|
+
data.tar.gz: f31e9180095593b16339645da5e723d14c6047217e25a722d99d15c6097e6f7d81da9f2e075017645b993c43b33b1f8f53f07243522e35aa15632ba83b2baa9a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 1.1.1 - 2017-10-10
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
|
|
5
|
+
Fixed a bug in check TTL monitoring that caused the Sensu server to crash.
|
|
6
|
+
Check TTL member deletion, following the deletion of the associated check
|
|
7
|
+
result, would produce an uncaught error.
|
|
8
|
+
|
|
1
9
|
## 1.1.0 - 2017-09-27
|
|
2
10
|
|
|
3
11
|
### Features
|
data/lib/sensu/constants.rb
CHANGED
data/lib/sensu/server/process.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Porter
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-10-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: eventmachine
|