From cfbaaf9cd0ac2daf1f576429ccc98ebdb290e5d2 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Mon, 1 Feb 2021 18:16:12 -0600 Subject: [PATCH] Update CHANGELOG for v0.6.0 release --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c69914b..379deb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,31 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.6.0] - 2021-02-01 + +### Overview + +- New plugin +- Bug fixes +- built using Go 1.15.7 + +### Added + +- New plugin: `check_vmware_rps_memory` + +### Changed + +- `check_vmware_vcpus` + - Adjust errors listing to use fixed error for crossing vCPUs allocation + thresholds vs dynamically generated details (GH-104, GH-108) + - the dynamic version mostly duplicated what the one-line summary was + already conveying + +### Fixed + +- Fix variable name with stutter +- `check_vmware_datastore` command definition template uses wrong plugin name + ## [v0.5.1] - 2021-01-29 ### Overview @@ -261,7 +286,8 @@ VMware vSphere environments (with more hopefully on the way soon). - Nagios plugin for monitoring virtual hardware versions for select (or all) Resource Pools. -[Unreleased]: https://github.com/atc0005/check-vmware/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/atc0005/check-vmware/compare/v0.6.0...HEAD +[v0.6.0]: https://github.com/atc0005/check-vmware/releases/tag/v0.6.0 [v0.5.1]: https://github.com/atc0005/check-vmware/releases/tag/v0.5.1 [v0.5.0]: https://github.com/atc0005/check-vmware/releases/tag/v0.5.0 [v0.4.3]: https://github.com/atc0005/check-vmware/releases/tag/v0.4.3