Skip to content

2.4.14

Compare
Choose a tag to compare
@mross22 mross22 released this 12 Jan 05:34
· 631 commits to master since this release
668fb0a

Added

  • Support for tagging
  • Support for bringing your own custom image for emulation mode virtual machines in Compute Service (--launch-mode parameter on create image)
  • Support for returning unquoted strings when the result of a JMESPath --query is a single string value (using --raw-output option)
  • Support for launching an instance from an image or boot volume using the --image-id or --source-boot-volume-id parameters (these are alternatives to specifying --source-details)
  • Support for boot volume attachment operations (oci compute boot-volume-attachment)
  • Support wait for state on detach operations (e.g. oci compute volume-attachment detach --wait-for-state)

Changed

  • Upgraded cryptography dependency to 2.1.3
    • Changed dependency on pyOpenSSL <= 17.4.0 as the minimum cryptography version for pyOpenSSL 17.5.0 is 2.1.4
  • Upgraded six dependency to 1.11.0
  • Ugraded requests dependency to 2.18.4