Skip to content

Commit

Permalink
Bump cmk version to v6.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
  • Loading branch information
rohityadavcloud committed Mar 21, 2024
1 parent f1e0e36 commit df65df7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df65df7

Please sign in to comment.