File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v0.6.0]
8+ ### Added
9+ - Add methods for Idempotence Identifiers API in v3
10+ - API key based authentication support in v3
11+ - Add client method to fetch kubeconfig in Karbon
12+ - Add converged client as utility wrapper for v4
13+ ### Changed
14+ - Update the underlying struct used for Cluster to swagger-generated in v3
15+ - Switch to go-swagger generated structs for recovery plan
16+ - Change the underlying API/Client used for StorageContainers in v4
17+ - Add defensive code to avoid panics
18+ - Move ClientOptions to environment/types
19+ ### Removed
20+ - Remove clients for fc & foundation
21+ - Remove utils package
22+
723## [ v0.5.5]
824### Fixed
925- Bugfix: Remove pagination handling in ListAllHost as endpoint doesn't support pagination
You can’t perform that action at this time.
0 commit comments