Skip to content

Commit 1deb772

Browse files
changelog for release v0.6.0 (#302)
1 parent d42c43a commit 1deb772

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

0 commit comments

Comments
 (0)