sensu-plugins-aws 11.6.0 → 12.0.0
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 +6 -1
- data/bin/check-ebs-burst-limit.rb +1 -1
- data/lib/sensu-plugins-aws/version.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 31017c7ec95b3c63fff718e67a620586aff45b234b9d498f14e48862e3362df3
|
|
4
|
+
data.tar.gz: 8b87f31b8be52d80bbb42a7159feeefe7cd69fd43588d3a993c825c08ee7bcab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4472bf2cee558b964d29815e80f37ea436a15439fb8e7c9ae45bc9376cf798324efe541b82deba3c5dbcf9f11d4ba565695b22398b7223976d4836f1df623051
|
|
7
|
+
data.tar.gz: 90de7452049ff5025663ba86e71a78ddcab07acbe9a592576b4d0d6a4b30181c6f5afc054fe94c6c72e2d2972691907892f81ec8de3d8156d29b2da10cbd4ca6
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [12.0.0] - 2018-06-21
|
|
9
|
+
### Breaking Changes
|
|
10
|
+
- `check-ebs-burst-limit.rb`: Fixed period to pass to config from 60 to 120 so as to not have empty values returned sometimes (@wari)
|
|
11
|
+
|
|
8
12
|
## [11.6.0] - 2018-06-21
|
|
9
13
|
### Added
|
|
10
14
|
- metrics-rds.rb: adding option `--fetch-age` to allow getting metrics in the past (@multani)
|
|
@@ -486,7 +490,8 @@ WARNING: This release contains major breaking changes that will impact all user
|
|
|
486
490
|
### Added
|
|
487
491
|
- initial release
|
|
488
492
|
|
|
489
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/
|
|
493
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/12.0.0...HEAD
|
|
494
|
+
[12.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.6.0...12.0.0
|
|
490
495
|
[11.6.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.5.1...11.6.0
|
|
491
496
|
[11.5.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.5.0...11.5.1
|
|
492
497
|
[11.5.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.4.2...11.5.0
|