sensu-plugins-aws 18.4.0 → 18.4.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 +7 -1
- data/lib/sensu-plugins-aws/version.rb +1 -1
- metadata +23 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36f5b43e3a489026eaaa3e263b5ba09c3594f58e0ce2595600615ec16977cf04
|
|
4
|
+
data.tar.gz: d12ba32bf961092c6c5e59e46798c924c966d8d5261794675f7cfd1cbbcd4657
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35ff37cfb51c2dfe99e893c67ee338905cbb0f913b61c36715fab0e95e23faff52099fb05007c2bde15f5439e5061967215ad01ecfb16b6c2fc9efd57fab417a
|
|
7
|
+
data.tar.gz: e980c2c7bdb448de437bc75f2fc6160061d72568e9a3db31aa5871d63c61b4d5f42c5f7f704ad0aad20d62e9cf597a6776f2b9e6f68c0c4e88fdaa30e84227a1
|
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
|
+
|
|
9
|
+
## [18.4.1] - 2019-08-21
|
|
10
|
+
### Security
|
|
11
|
+
- force newer version of nokogiri to address CVE-2019-5477 (@majormoses)
|
|
12
|
+
|
|
8
13
|
## [18.4.0] - 2019-05-08
|
|
9
14
|
### Added
|
|
10
15
|
- `check-ebs-burst-limit.rb`: `--filter` option added to filter which volume to check. (@boutetnico)
|
|
@@ -586,7 +591,8 @@ WARNING: This release contains major breaking changes that will impact all user
|
|
|
586
591
|
### Added
|
|
587
592
|
- initial release
|
|
588
593
|
|
|
589
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.
|
|
594
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.1...HEAD
|
|
595
|
+
[18.4.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.0...18.4.1
|
|
590
596
|
[18.4.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.3.0...18.4.0
|
|
591
597
|
[18.3.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.2.0...18.3.0
|
|
592
598
|
[18.2.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.1.0...18.2.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-aws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.4.
|
|
4
|
+
version: 18.4.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: 2019-
|
|
11
|
+
date: 2019-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -80,6 +80,26 @@ dependencies:
|
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 1.43.0
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: nokogiri
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: 1.10.4
|
|
90
|
+
- - "<"
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
version: '2.0'
|
|
93
|
+
type: :runtime
|
|
94
|
+
prerelease: false
|
|
95
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
96
|
+
requirements:
|
|
97
|
+
- - ">="
|
|
98
|
+
- !ruby/object:Gem::Version
|
|
99
|
+
version: 1.10.4
|
|
100
|
+
- - "<"
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: '2.0'
|
|
83
103
|
- !ruby/object:Gem::Dependency
|
|
84
104
|
name: rest-client
|
|
85
105
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -424,7 +444,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
424
444
|
- !ruby/object:Gem::Version
|
|
425
445
|
version: '0'
|
|
426
446
|
requirements: []
|
|
427
|
-
rubygems_version: 3.0.
|
|
447
|
+
rubygems_version: 3.0.6
|
|
428
448
|
signing_key:
|
|
429
449
|
specification_version: 4
|
|
430
450
|
summary: Sensu plugins for working with an AWS environment
|