From 7e4107a1c74f436f6a6f1deb7fece0ed685ecef4 Mon Sep 17 00:00:00 2001 From: Richard Megginson Date: Mon, 19 Sep 2022 17:01:42 -0600 Subject: [PATCH] Version 1.7.5 - CHANGELOG.md [citest skip] (#66) [1.7.5] - 2022-09-19 -------------------- ### New Features - none ### Bug Fixes - only install and setup fence-virt on x86_64 hosts (#64) fence-virt is not available for any architecture other than x86_64 ### Other Changes - replace yes, no, default with true, false, d Use `true`, `false`, and `d` instead of `yes`, `no`, and `default` - readme: update SBD example (#61) Signed-off-by: Rich Megginson Signed-off-by: Rich Megginson --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb1e588..e04a168f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changelog ========= +[1.7.5] - 2022-09-19 +-------------------- + +### New Features + +- none + +### Bug Fixes + +- only install and setup fence-virt on x86_64 hosts (#64) + +fence-virt is not available for any architecture other than x86_64 + +### Other Changes + +- replace yes, no, default with true, false, d + +Use `true`, `false`, and `d` instead of `yes`, `no`, and `default` + +- readme: update SBD example (#61) + [1.7.4] - 2022-07-19 --------------------