Releases: IBM/ibmcloud-volume-interface
Releases · IBM/ibmcloud-volume-interface
v1.2.8
What's Changed
- Support for etag and status property for updateVolume (Patch) API to populate If-Match by @sameshai in #46
Full Changelog: v1.2.6...v1.2.8
v1.2.1
What's Changed
- Adding support for CreateFileShareTarget as part of CreateFileShare call by @sameshai in #39
Full Changelog: v1.1.4...v1.2.1
v1.2.0
What's Changed
- Use ProxyFromEnvironment when creating HTTP transport by @dobsonj in #38
- ENI Support by @sameshai in #36
- Adding support for CreateFileShareTarget as part of CreateFileShare call by @sameshai in #39
New Contributors
Full Changelog: v1.1.4...v1.2.0
v1.1.4
Use provided token exchange URL for satellite clusters, if not provided, always use public IAM endpoint
v1.1.3
Update k8s dependency to 1.26
v1.1.2
- Code changes to keep intact with secret-common-lib.
- Fetch k8s secret and config map using golang k8s client config, hence removing dependency on mounted k8s secret or config map.
- Passing initialised k8s client to secret provider.