Skip to content

Commit

Permalink
prep for 18.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jan 8, 2021
1 parent 71ef7b7 commit aca2383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## 18.6.0
### Added
- `check-subnet-ip-consumption.rb` - Added `--warn-only` option (@ChrisCalavera)
- new `metrics-reservation-utilization.rb`: retrieve metrics about reserved instances usage. (@boutetnico)
Expand All @@ -17,9 +18,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Fixed
- `check-sqs-messages.rb`: properly surface false positives when pulling an unsupported metric (@majormoses)
- - Prevent the retrieval of all db instances when the `db_cluster_id` option is specified and the `db_instance_id` option is not specified

### Changed
- Changed .bonsai.yml to match with other plugins (CentOS6/8 support, etc.) (@nixwiz)
- updated `.bonsai.yml` to match with other plugins (CentOS6/8 support, etc.) (@nixwiz)

## [18.5.0] - 2020-01-28
### Changed
Expand Down Expand Up @@ -616,7 +615,8 @@ WARNING: This release contains major breaking changes that will impact all user
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.5.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.6.0...HEAD
[18.6.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.5.0...18.6.0
[18.5.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.2...18.5.0
[18.4.2]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.1...18.4.2
[18.4.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.0...18.4.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-aws/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SensuPluginsAWS
module Version
MAJOR = 18
MINOR = 5
MINOR = 6
PATCH = 0
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit aca2383

Please sign in to comment.