From 5c58436a48b53f84e864c7d3b5d1c89c0c93d7f2 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 11 Aug 2021 06:08:08 -0500 Subject: [PATCH] Update CHANGELOG for v0.19.0 release --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb51eb94..9de5c11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,28 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.19.0] - 2021-08-11 + +### Overview + +- Dependency updates +- built using Go 1.16.7 + - Statically linked + - Linux (x86, x64) + +### Changed + +- List associated datastore for each snapshot (in place of MOID value + previously used) + +### Fixed + +- Add handling of potential nil pointer for VM's snapshot property (of type + `VirtualMachineSnapshotInfo`) + +- README + - Fix alarm plugin thresholds + ## [v0.18.1] - 2021-08-06 ### Overview @@ -885,7 +907,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.18.1...HEAD +[Unreleased]: https://github.com/atc0005/check-vmware/compare/v0.19.0...HEAD +[v0.19.0]: https://github.com/atc0005/check-vmware/releases/tag/v0.19.0 [v0.18.1]: https://github.com/atc0005/check-vmware/releases/tag/v0.18.1 [v0.18.0]: https://github.com/atc0005/check-vmware/releases/tag/v0.18.0 [v0.17.5]: https://github.com/atc0005/check-vmware/releases/tag/v0.17.5