Skip to content

v0.8.0

Compare
Choose a tag to compare
@jorge-ibm jorge-ibm released this 18 Nov 21:57
· 171 commits to master since this release
212f07e

Change Logs

Plugin API changes:

  • Update PluginContext.RefreshIAMToken() to support fetching a new token when logged in to the CLI as a VPC VSI compute resource.
  • Add CRIType() to PluginContext
  • Add VPCCRITokenURL() to PluginContext
  • Add IsLoggedInAsCRI() to PluginContext

Defects fixing

  • Handled session inactive error when fetching IAM token.
  • Allow empty response body for responses with 204 status code.

Other changes:

  • Add CRTokenRequestWithCRN to bluemix/authentication/iam/iam.go.
  • Add support for VPC instance metadata service token exchange.
  • Add configuration check setting IsLoggedInAsCRI in configuration file.
  • Define github CODEOWNERS file
  • Enable Travis CI