From 621ae067f1afe46d085c1d45af8ca50c29b1b088 Mon Sep 17 00:00:00 2001 From: Boris Stoyanov Date: Fri, 28 Apr 2023 14:22:45 +0300 Subject: [PATCH 1/2] update changes.md file 10.0.35.110 vcenter65.sblab2.local --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 352e0e6b..8ef684c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,12 @@ This release includes: - Fixes handling of invalid timeout value - Fixes csv output - Add support for ARM64 Darwin/OSX build in Makefile +- Autocompletion on storage pool related APIs +- Enable profile information passing through commandline +- Profile caching improvements and bugfixes +- fix: reuse cmk's CLI params to call piped cmd +- Maintenance changes - github actions/travis migration, dependencies upgrades, +- various bug fixes Version 6.2.0 ============= From 938280012f24a42318d12bfc7b43fc96e39a2071 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 28 Apr 2023 17:20:57 +0530 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8ef684c7..57b5761b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,9 +10,9 @@ This release includes: - Autocompletion on storage pool related APIs - Enable profile information passing through commandline - Profile caching improvements and bugfixes -- fix: reuse cmk's CLI params to call piped cmd +- Fix: reuse cmk's CLI params to call piped cmd - Maintenance changes - github actions/travis migration, dependencies upgrades, -- various bug fixes +- Various bug fixes Version 6.2.0 =============