Skip to content

2.4.17

Choose a tag to compare

@viralmodi viralmodi released this 23 Feb 03:41
· 803 commits to master since this release
815b576

Added

  • Support for the File Storage Service. (oci fs)
    • An example can be found on GitHub
  • Support for Path Route Sets in the Load Balancer Service. An example can be found on GitHub (oci lb path-route-set)
  • Tagging support for Bucket resources in the Object Storage Service
    • Create a bucket with tags: oci os bucket create --defined-tags --freeform-tags
    • Update a bucket with tags: oci os bucket update --defined-tags --freeform-tags
    • List buckets and display defined and freeform tags in the results: oci os bucket list --fields tags
  • Support for specifying a restore period for archived objects in the RestoreObjects operation of the Object Storage service. (oci os object restore --hours)
  • Added support for filtering by backupId in ListDbSystems operation in the Database Service. (oci db system list --backup-id)
  • Support for getting plink (the PuTTY command line interface) compatible instance console connection string for Windows users. (oci compute instance-console-connection get-plink-connection-string)