sensu-plugins-aws 15.0.0 → 16.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88538012dc8a180460b5940bcdd1da6888a589c5
4
- data.tar.gz: 6c54d7bf29e80f548b3ea9c82500c8ba92d8e98a
3
+ metadata.gz: 3c54400368a382e36c2cd3dd83ea6e7deb92c639
4
+ data.tar.gz: 80f943ce8e001f50b2d6cb8eef1434bac19d78c6
5
5
  SHA512:
6
- metadata.gz: a6d595483bf559aa7a2e647f7cb01100fa5cdfb99bf2eba5c6e74b6b4f59fe047e452e0c5c603c1b2b062b2e5d724adead5c012b49fce7419f2297e748ab2987
7
- data.tar.gz: 794ca978c9026de692fcdb46bc1fd4ee357f1d404fbfb7898dafb89afd7ce0e86d667cda1b73434ede27f8921c69d770b66619b6bd2d9bd2e5d90356b2eb5ddc
6
+ metadata.gz: 1a86ab9a1ac332dc3fceb50b0cc365d1abfa4b87191ff954891c2149cc4fa6bda6c3b1f4721377df3a622ca348111697e4c92078206fe304a39435809721efc6
7
+ data.tar.gz: 5cb8d9cac5eb9085097cea6979d38b05b254753ccc6237ece50009ec119f764d4c709203cb2ceb90aca5fa1d459aaeda857307520db78f0491b4217ae588535f
@@ -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
+ ## [16.0.0] - 2018-11-02
10
+ ### Breaking Change
11
+ - removed `asw-sdk-v1` as all assets have been upgraded to `aws-sdk-v2` this is technically not a breaking change but for safety reasons in case we missed anything we are versioning it as a major bump (@majormoses)
12
+
8
13
  ## [15.0.0] - 2018-11-01
9
14
  ### Breaking Changes
10
15
  - `check-elb-latency.rb` no longer takes `aws_access_key` and `aws_secret_access_key` options. (@boutetnico)
@@ -526,7 +531,8 @@ WARNING: This release contains major breaking changes that will impact all user
526
531
  ### Added
527
532
  - initial release
528
533
 
529
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/15.0.0...HEAD
534
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/16.0.0...HEAD
535
+ [16.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/15.0.0...16.0.0
530
536
  [15.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/14.0.0...15.0.0
531
537
  [14.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/13.0.0...14.0.0
532
538
  [13.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/12.4.0...13.0.0
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsAWS
2
2
  module Version
3
- MAJOR = 15
3
+ MAJOR = 16
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
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: 15.0.0
4
+ version: 16.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: 2018-11-01 00:00:00.000000000 Z
11
+ date: 2018-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.0'
41
- - !ruby/object:Gem::Dependency
42
- name: aws-sdk-v1
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - '='
46
- - !ruby/object:Gem::Version
47
- version: 1.66.0
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - '='
53
- - !ruby/object:Gem::Version
54
- version: 1.66.0
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: erubis
57
43
  requirement: !ruby/object:Gem::Requirement