File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Apache CloudStack CloudMonkey Changelog
22---------------------------------------
33
4+ Version 6.5.0
5+ =============
6+ This release includes:
7+ - Adds support for template/ISO file upload
8+ - Adds support for Two-Factor Authentication (2FA) prompts
9+ - Improves autocompletion filtering and listing for different resources, with name/detail-based suggestions
10+ - Enables sending API requests using HTTP POST
11+ - Improves output formatting for multiple formats and asynchronous APIs
12+ - Enhances filtering output, with support for async APIs and reverse filtering via the excludefilter option
13+ - Updates inbuilt API precache to ACS v4.21
14+ - Improves credential fallback for command-line scenario
15+ - Hardens file permissions for config and history file access
16+ - Improves validation when setting configuration values
17+ - Improves overall linting, tests, and automated workflows for the repository
18+
419Version 6.4.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.4.0 "
29+ return "6.5.0-rc "
3030}
3131
3232// PrintHeader prints startup message in CLI mode
You can’t perform that action at this time.
0 commit comments