Skip to content

Commit efbb895

Browse files
bump version 6.6.0 (#223)
1 parent c903ec8 commit efbb895

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Apache 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+
419
Version 6.5.0
520
=============
621
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.6.0-SNAPSHOT"
29+
return "6.6.0"
3030
}
3131

3232
// PrintHeader prints startup message in CLI mode

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 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
44
summary: Apache CloudStack CLI
55
description: |
66
A CLI and interactive shell that simplifies configuration and management of

0 commit comments

Comments
 (0)