File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Apache CloudStack CloudMonkey Changelog
22---------------------------------------
33
4+ Version 6.6.0
5+ =============
6+ This release includes:
7+ - Adds support for API request signing with HmacSHA512
8+ - Adds a switch command to change the active server profile from the shell
9+ - Adds support for configuring cmk through environment variables in addition to arguments
10+ - Adds autocompletion for virtual machines that belong to projects
11+ - Uses the Related metadata exposed by API discovery to pick the right list API for autocompletion
12+ - Fixes autocompletion for APIs whose noun ends in 'y', such as snapshot policies
13+ - Fixes a slice bounds panic in autocompletion
14+ - Fixes a nil pointer panic on sync when the management server returns an empty API list
15+ - Fixes filter=count output to avoid emitting empty objects
16+ - Switches to the maintained ergochat/readline library for the interactive shell
17+ - Improves repository automation, licence auditing and security documentation
18+
419Version 6.5.0
520=============
621This 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.6.0-SNAPSHOT "
29+ return "6.6.0"
3030}
3131
3232// PrintHeader prints startup message in CLI mode
Original file line number Diff line number Diff line change 11name : cloudmonkey
22# define the tag anchor on the allowed 'version' field
3- version : &release_tag 6.5 .0
3+ version : &release_tag 6.6 .0
44summary : Apache CloudStack CLI
55description : |
66 A CLI and interactive shell that simplifies configuration and management of
You can’t perform that action at this time.
0 commit comments