Skip to content

Commit df65df7

Browse files
Bump cmk version to v6.4.0
Signed-off-by: Rohit Yadav <[email protected]>
1 parent f1e0e36 commit df65df7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Apache 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+
416
Version 6.3.0
517
=============
618
This release includes:

config/about.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func (c *Config) Name() string {
2626

2727
// Version CLI
2828
func (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

0 commit comments

Comments
 (0)