File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
### Added
9
+
10
+ ### Changed
11
+
12
+ ## [ 0.4.0] - 2024-05-03
13
+ ### Added
9
14
- Added support for v4 client creation.
10
15
- Added support for getting information about an AZ given a uuid.
11
16
- 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
23
28
- Local environment provider now fetches port from ` NUTANIX_PORT ` environment variable
24
29
- Add logic to internal.Client for auto retry once after refreshing auth cookie on a 401 response in case of session auth.
25
30
31
+ ### Removed
32
+ - remove the unexported method from the v3 service interface enabling mocking
33
+
26
34
## [ 0.3.4] - 2022-11-24
27
35
### Changed
28
36
- Bugfix: Stop explicit base64 decoding of BinaryData from ConfigMap in Kubernetes env provider
You can’t perform that action at this time.
0 commit comments