From 49a4b1eda5c0b418c912c9655dfbd2cbeb34e90e Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 15 Nov 2023 14:03:53 -0600 Subject: [PATCH] Release 0.5.0 Signed-off-by: Brent Baude --- RELEASE_NOTES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 710e21b..76cf5ba 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,17 @@ # Release Notes + +## 0.5.0 +* Improved error handling around detection of HyperV itself +* Fixed bug related to local sensitive properties +* Hushed some benign errors being emitted with logrus +* Removal of unused code and dead-end code +* Various go-lint fixes +* Added getmemory method +* Changed wql selector to find virtual machines over WMI +* Added ability for force stop of a VM +* Increased stop wait time and attempts + ## 0.4.0 * Changed add-ign command to no longer require specifying the constant ignition config key prefix * Fixed get argument validation