sensu-plugins-aws 8.3.0 → 8.3.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
  SHA1:
3
- metadata.gz: 8685159465ac57fb22fba51ba9028b291f109286
4
- data.tar.gz: 68bf94f2885d00593513c1add14815882ca13af8
3
+ metadata.gz: 0de567bc004a5c2226456c18b9c154fa78a039a0
4
+ data.tar.gz: 83fc8aa44319806ee3533675336dbdc8386b674c
5
5
  SHA512:
6
- metadata.gz: 9db0befbb10fd44f56e4b5319c93106c11cffbbae69a8309bae5cad2c5af8b693be5b613fe518cdfa163bef82e20d5e1751db1c271e2b795818365d3df0c2fd0
7
- data.tar.gz: 550d5684866df994929f803729699d9684366bcd2a037d2444f915c9942772ac5013497f19926b278cbf483dba71b0a3fc0e05383696a6f2c42dec373fb2dcae
6
+ metadata.gz: 510b47ead47b238501b847703215997485bf1f69eae5dbca852d1949e89c3f85792db52b6a74e8798b3be8e9bdf723e63d9cafb1760cb912daeac69f994cd11f
7
+ data.tar.gz: fe1f4106b5123566edc2d38c870e9de4476ebf7fe58e78972e738775c0d947e3d9a28eae6d8aadb90cd44d3860f4d5f6a535907bafd32788e408acf364279e9a
data/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
- This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
4
+ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [8.3.1] - 2017-10-12
9
+ ### Fixed
10
+ - check-eni-status.rb: fixed `ok` message to be correct (@damiendurant)
11
+ - check-eni-status.rb: made it executable after merge (@majormoses)
12
+
13
+ ### Changed
14
+ - updated changelog guideline location (@majormoses)
15
+
8
16
  ## [8.3.0] - 2017-09-16
9
17
  ### Added
10
18
  - check-ec2-cpu_balance.rb: Add option `--tag`/`-t` to add a specified instace tag (e.g. instace name) to message. (@snadorp)
@@ -367,7 +375,8 @@ WARNING: This release contains major breaking changes that will impact all user
367
375
  ### Added
368
376
  - initial release
369
377
 
370
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.3.0...HEAD
378
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.3.1...HEAD
379
+ [8.3.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.3.0...8.3.1
371
380
  [8.3.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.2.0...8.3.0
372
381
  [8.2.0]:https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.1.0...8.2.0
373
382
  [8.1.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.0.0...8.1.0
@@ -104,7 +104,7 @@ class ENIStatus < Sensu::Plugin::Check::CLI
104
104
  elsif warnings.any?
105
105
  warning warnings.join(', ').to_s
106
106
  else
107
- ok "all queue(s): #{queues} are OK"
107
+ ok "all interfaces(s): #{eni} are OK"
108
108
  end
109
109
  end
110
110
  end
@@ -2,7 +2,7 @@ module SensuPluginsAWS
2
2
  module Version
3
3
  MAJOR = 8
4
4
  MINOR = 3
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: 8.3.0
4
+ version: 8.3.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: 2017-09-16 00:00:00.000000000 Z
11
+ date: 2017-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -445,7 +445,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
445
445
  version: '0'
446
446
  requirements: []
447
447
  rubyforge_project:
448
- rubygems_version: 2.6.13
448
+ rubygems_version: 2.6.14
449
449
  signing_key:
450
450
  specification_version: 4
451
451
  summary: Sensu plugins for working with an AWS environment