Skip to content

Commit 7510f73

Browse files
committed
changelog for 6.5.0
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 068275e commit 7510f73

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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.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+
419
Version 6.4.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.4.0"
29+
return "6.5.0-rc"
3030
}
3131

3232
// PrintHeader prints startup message in CLI mode

0 commit comments

Comments
 (0)