File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Apache CloudStack CloudMonkey Changelog
22---------------------------------------
33
4+ Version 6.4.0
5+ =============
6+ This release includes:
7+ - Improve CLI mode usage and output handling
8+ - Add support for http POST handling for password and user-data
9+ - Optimise async API jobs polling
10+ - Better interrupt handling of Ctrl+C to cancel on-going API request but not
11+ crash ` cmk `
12+ - Remove unnecessary call to listApis (sync) when using CLI mode with url,
13+ api key, secret key
14+ - Updates inbuilt API precache to ACS v4.19
15+
416Version 6.3.0
517=============
618This release includes:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func (c *Config) Name() string {
2626
2727// Version CLI
2828func (c * Config ) Version () string {
29- return "6.4.0-rc "
29+ return "6.4.0"
3030}
3131
3232// PrintHeader prints startup message in CLI mode
You can’t perform that action at this time.
0 commit comments