This is an automated email from the ASF dual-hosted git repository.

borisstoyanov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git


The following commit(s) were added to refs/heads/main by this push:
     new efbb895  bump version 6.6.0 (#223)
efbb895 is described below

commit efbb8959ecfec135ccc62ff5d113b7e027a26d05
Author: Boris Stoyanov - a.k.a Bobby <[email protected]>
AuthorDate: Thu Sep 10 11:52:43 2026 +0300

    bump version 6.6.0 (#223)
---
 CHANGES.md          | 15 +++++++++++++++
 config/about.go     |  2 +-
 snap/snapcraft.yaml |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 9ef21cd..5c27541 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,21 @@
 Apache CloudStack CloudMonkey Changelog
 ---------------------------------------
 
+Version 6.6.0
+=============
+This release includes:
+- Adds support for API request signing with HmacSHA512
+- Adds a switch command to change the active server profile from the shell
+- Adds support for configuring cmk through environment variables in addition 
to arguments
+- Adds autocompletion for virtual machines that belong to projects
+- Uses the Related metadata exposed by API discovery to pick the right list 
API for autocompletion
+- Fixes autocompletion for APIs whose noun ends in 'y', such as snapshot 
policies
+- Fixes a slice bounds panic in autocompletion
+- Fixes a nil pointer panic on sync when the management server returns an 
empty API list
+- Fixes filter=count output to avoid emitting empty objects
+- Switches to the maintained ergochat/readline library for the interactive 
shell
+- Improves repository automation, licence auditing and security documentation
+
 Version 6.5.0
 =============
 This release includes:
diff --git a/config/about.go b/config/about.go
index 1b8ed52..cf6442f 100644
--- a/config/about.go
+++ b/config/about.go
@@ -26,7 +26,7 @@ func (c *Config) Name() string {
 
 // Version CLI
 func (c *Config) Version() string {
-       return "6.6.0-SNAPSHOT"
+       return "6.6.0"
 }
 
 // PrintHeader prints startup message in CLI mode
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 1b9ce6d..fbb3669 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
 name: cloudmonkey
 # define the tag anchor on the allowed 'version' field
-version: &release_tag 6.5.0
+version: &release_tag 6.6.0
 summary: Apache CloudStack CLI
 description: |
   A CLI and interactive shell that simplifies configuration and management of

Reply via email to