This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git


The following commit(s) were added to refs/heads/main by this push:
     new df65df7  Bump `cmk` version to v6.4.0
df65df7 is described below

commit df65df7cfe331c5af5d39743717e3d58df921a48
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Mar 21 15:48:45 2024 +0530

    Bump `cmk` version to v6.4.0
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 CHANGES.md      | 12 ++++++++++++
 config/about.go |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 070febd..9dadbf6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,18 @@
 Apache CloudStack CloudMonkey Changelog
 ---------------------------------------
 
+Version 6.4.0
+=============
+This release includes:
+- Improve CLI mode usage and output handling
+- Add support for http POST handling for password and user-data
+- Optimise async API jobs polling
+- Better interrupt handling of Ctrl+C to cancel on-going API request but not
+  crash `cmk`
+- Remove unnecessary call to listApis (sync) when using CLI mode with url,
+  api key, secret key
+- Updates inbuilt API precache to ACS v4.19
+
 Version 6.3.0
 =============
 This release includes:
diff --git a/config/about.go b/config/about.go
index a167601..153bbef 100644
--- a/config/about.go
+++ b/config/about.go
@@ -26,7 +26,7 @@ func (c *Config) Name() string {
 
 // Version CLI
 func (c *Config) Version() string {
-       return "6.4.0-rc"
+       return "6.4.0"
 }
 
 // PrintHeader prints startup message in CLI mode

Reply via email to