Skip to content

2.5.12

Compare
Choose a tag to compare
@dshelbyo dshelbyo released this 28 May 20:01
· 539 commits to master since this release
a2bc141

Added

  • Support to get user UI password creation date in Identity service.
    • (oci iam ui-password-information get-user --user-id)
  • Support for Work Requests Service
    • (oci work-requests)
    • An example of using the Work Requests Service can be found on GitHub.
  • Tags returned in File Storage Summary objects
  • Change compartment support for File Storage Service.
    • (oci fs file-system change-compartment --file-system-id --compartment-id)
    • (oci fs mount-target change-compartment --mount-target-id --compartment-id)

Fixed

  • Missing emulated type for volume-attachment. ( Issue 146)

    • (oci compute volume-attachment attach --type)
  • Fixed metrics example. ( Issue 149 , Issue 150)