Skip to content

Commit 15db883

Browse files
Update CHANGELOG.md to prepare for 0.4.0 release (#167)
1 parent ea7d534 commit 15db883

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
10+
### Changed
11+
12+
## [0.4.0] - 2024-05-03
13+
### Added
914
- Added support for v4 client creation.
1015
- Added support for getting information about an AZ given a uuid.
1116
- Added support for getting a projection of attributes of entities using the 'groups' API endpoint.
@@ -23,6 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2328
- Local environment provider now fetches port from `NUTANIX_PORT` environment variable
2429
- Add logic to internal.Client for auto retry once after refreshing auth cookie on a 401 response in case of session auth.
2530

31+
### Removed
32+
- remove the unexported method from the v3 service interface enabling mocking
33+
2634
## [0.3.4] - 2022-11-24
2735
### Changed
2836
- Bugfix: Stop explicit base64 decoding of BinaryData from ConfigMap in Kubernetes env provider

0 commit comments

Comments
 (0)