Skip to content

2.4.18

Choose a tag to compare

@vish1 vish1 released this 09 Mar 02:08
· 801 commits to master since this release
5e95677

Added

  • Support for the Email Service. (oci email)
    • A sample test using the email feature can be found on Github
  • Support for the following features in the Core Services:
    • paravirtualized volume attachments (--type option for oci compute volume-attachment attach)
    • variable size boot volumes (--boot-volume-size-in-gbs option for oci compute instance launch)
  • Support for auto-pagination for the Domain Name System Service. (--all, --page-size options for oci dns record domain get, oci dns record rrset get, oci dns record zone get)
  • Support for no-overwrite flag for the object put operation for the Object Service (--no-overwrite for oci os object put).

Fixed

  • Updated config / key file permissions logic on Windows to depend on well known SIDs instead of account / group name to fix localization issues. This affects oci setup config, oci setup repair-file-permissions, and the general config / key file permissions check performed by other commands.