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 1
1
Apache CloudStack CloudMonkey Changelog
2
2
---------------------------------------
3
3
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
+
4
16
Version 6.3.0
5
17
=============
6
18
This release includes:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func (c *Config) Name() string {
26
26
27
27
// Version CLI
28
28
func (c * Config ) Version () string {
29
- return "6.4.0-rc "
29
+ return "6.4.0"
30
30
}
31
31
32
32
// PrintHeader prints startup message in CLI mode
You can’t perform that action at this time.
0 commit comments