Skip to content

v0.3.1

Compare
Choose a tag to compare
@tuxtof tuxtof released this 03 Nov 18:22
· 62 commits to main since this release
57a9f7f

Added

  • Add AdditionalTrustBundle property to the NutanixPrismEndpoint struct in environment/credential/types.go
  • Add AdditionalTrustBundle property to the ManagementEndpoint struct in environment/types/types/go
  • Add WithPEMEncodedCertBundle ClientOption for handling PEM Blocks in the v3 Constructor

Changed

  • Add license header to generated file and add a makefile target for generate
  • NUTANIX_INSECURE and NUTANIX_ADDITIONAL_TRUST_BUNDLE environment variables are used to hydrate environment/local provider
  • Store the certpool in the client to allow injecting multiple certificates using the WithCertificate option
  • Use hashicorp/go-cleanhttp as the underlying http client constructor