From 10e80fd729ca130c817d4be9700cc56708c7e3e5 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Tue, 2 Feb 2021 03:53:20 -0600 Subject: [PATCH] Update CHANGELOG for v0.6.1 release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379deb97..c836ce40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,17 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.6.1] - 2021-02-02 + +### Overview + +- Bug fix +- built using Go 1.15.7 + +### Fixed + +- Snapshots age evaluation counts misreported (swapped VMs, snapshots) + ## [v0.6.0] - 2021-02-01 ### Overview @@ -286,7 +297,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.6.0...HEAD +[Unreleased]: https://github.com/atc0005/check-vmware/compare/v0.6.1...HEAD +[v0.6.1]: https://github.com/atc0005/check-vmware/releases/tag/v0.6.1 [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