sensu-plugins-nginx 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-nginx/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36f8776d591986d3a0b6d9cb0655031f396d9ba1ab72c983d0d0df8a2af53377
|
4
|
+
data.tar.gz: 1696829aa84d537064c208a81d1867461ed279eb83a486168ef0215ad1714936
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab2afaffe60bec3933806d80a61f0eb1079fca84a9134bdd38b80f9951d66c17356ed6248793847f1c968ece67bb9e4657ad60bb5a162bc8ff56578b77f14605
|
7
|
+
data.tar.gz: 2faf3923bd9feecab57f8ea14455b594f6d1dc5ee9888baf8d8b26dbaae892f5f78a338c824fcf45bf3b1177b5f10eb6f698d7d2a3a2aa72cb494a4f516fe2d1
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [3.1.0] - 2020-04-03
|
9
|
+
### Changed
|
10
|
+
- Fixed travis build
|
11
|
+
|
8
12
|
## [3.1.0] - 2020-04-03
|
9
13
|
### Changed
|
10
14
|
- Updated rubocop rubocop requirement from ~> 0.51.0 to ~> 0.81.0
|
@@ -101,7 +105,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
101
105
|
## 0.0.1 - 2015-02-11 **YANKED**
|
102
106
|
- initial stable release
|
103
107
|
|
104
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.1.
|
108
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.1.1...HEAD
|
109
|
+
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.1.0...3.1.1
|
105
110
|
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.0.0...3.1.0
|
106
111
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.3...3.0.0
|
107
112
|
[2.2.3]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.2...2.2.3
|