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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f12454344d3fbd7fbe16276a393b9ef35226b15dd3cb106ad030ad8483c2fd06
4
- data.tar.gz: c4a254f9cf57636d778f27a0596d81456e34d72b908a23931cd023694f68597b
3
+ metadata.gz: 36f5b43e3a489026eaaa3e263b5ba09c3594f58e0ce2595600615ec16977cf04
4
+ data.tar.gz: d12ba32bf961092c6c5e59e46798c924c966d8d5261794675f7cfd1cbbcd4657
5
5
  SHA512:
6
- metadata.gz: 21189fd4873394a4a558123e84facd79d3db28fa79fc915a814bdff2ab3771cbf8e1ef6219373bf3fca338d833674ed8b356356c1a6aed9711bddb574aadb44d
7
- data.tar.gz: 44c7207c81a1686bc99b604cf9479a1c3cca3535844f04ba84884c1a89ba3eb06d35e370d2c14316eaaa4cb404e50553b68e1128d5eddfbd548eb302eea13aae
6
+ metadata.gz: 35ff37cfb51c2dfe99e893c67ee338905cbb0f913b61c36715fab0e95e23faff52099fb05007c2bde15f5439e5061967215ad01ecfb16b6c2fc9efd57fab417a
7
+ data.tar.gz: e980c2c7bdb448de437bc75f2fc6160061d72568e9a3db31aa5871d63c61b4d5f42c5f7f704ad0aad20d62e9cf597a6776f2b9e6f68c0c4e88fdaa30e84227a1
@@ -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.0...HEAD
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
@@ -2,7 +2,7 @@ module SensuPluginsAWS
2
2
  module Version
3
3
  MAJOR = 18
4
4
  MINOR = 4
5
- PATCH = 0
5
+ PATCH = 1
6
6
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
7
7
  end
8
8
  end
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.0
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-05-09 00:00:00.000000000 Z
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.3
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