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 +4 -4
- data/CHANGELOG.md +11 -2
- data/bin/check-eni-status.rb +1 -1
- data/lib/sensu-plugins-aws/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0de567bc004a5c2226456c18b9c154fa78a039a0
|
|
4
|
+
data.tar.gz: 83fc8aa44319806ee3533675336dbdc8386b674c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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
|
data/bin/check-eni-status.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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
|