Skip to content

Releases: oracle/oci-cli

2.4.32

06 Sep 20:56
baff723

Choose a tag to compare

2.4.32 - 2018-09-06

Added

  • Support for updating user custom metadata on an instance in the Compute service after the instance has launched

    • (oci compute instance update --instance-id --metadata --extended-metadata)
  • Ability to increase size of boot and block volumes during creation (from clone or restore from backup) in the Block Storage Service.

    • (oci bv boot-volume create --size-in-gbs)
    • (oci bv volume create --size-in-gbs)

Changed

  • Updated the Description of Database API to include new character set.
  • The default License Type for Autonomous DataWarehouse and Autonomous Transaction Processing will be Bring Your Own License.

2.4.31

23 Aug 18:29
373060d

Choose a tag to compare

Added

  • Support for Autonomous DataWarehouse and Autonomous Transaction Processing features as a part of the Database Service

    • (oci db autonomous-data-warehouse)
    • (oci db autonomous-data-warehouse-backup)
    • (oci db autonomous-database)
    • (oci db autonomous-database-backup)
  • Ability to increase size of boot and block volumes in the Block Storage Service.

    • (oci bv boot-volume update --size-in-gbs)
    • (oci bv volume update --size-in-gbs)
  • Support for Fault Domains feature in the Identity Service. (oci iam fault-domain)

2.4.30

10 Aug 00:04
500e10e

Choose a tag to compare

Added

  • Support for instances in the Compute service by fault domains (--fault-domain option for oci compute instance launch)

  • The ability to use a FIPS compliant version of libcrypto on linux platforms.

  • Support for short date and time format when providing a datetime parameter to the CLI.

    • YYYY-MM-DD HH:mm, e.g. 2017-09-15 17:25. The timezone for this date will be taken as UTC. (Needs to be surrounded by single or double quotes)

Fixed

  • The minimum python version check in the Windows install script now works properly with the following scenario. Previously version 2.7.13 was not being detected as greater than 2.7.5.

2.4.29

27 Jul 04:19
b5d1f5e

Choose a tag to compare

Added

  • Support for Resource Search service (oci search)

    • An example on using the Resource Search Service can be found on GitHub
  • Ability to set the scheduled backup policy on Boot Volume creation in the Block Storage Service. (oci bv boot-volume create --backup-policy-id)

2.4.28

12 Jul 18:34
caccb5d

Choose a tag to compare

Added

  • Human-friendly Resource, Compartment and User name fields in Events listed by Audit Service (oci audit event list).

  • Improve access control to file systems by introducing NFS Export option in the File Storage Service.

    • (oci fs export create --export-options)
    • (oci fs export update --export-options)
  • Support for updating a load balancer.

    • (oci lb load-balancer update)
  • Support for tagging of load balancer resource enabled in the Load Balancer service.

    • (oci lb load-balancer create --defined-tags --freeform-tags)
    • (oci lb load-balancer update --defined-tags --freeform-tags)

Fixed

  • Output created by --generate-param-json-input has been customized to produce more helpful json for defined and free-form tags.

2.4.27

29 Jun 08:00
04a60b1

Choose a tag to compare

Added

  • Support for Service Gateway feature in the Networking Service (oci network service and oci network service-gateway)
  • Support for Backup and Clone of Boot Volumes in the Block Storage Service (oci bv boot-volume-backup and oci bv boot-volume create)

Fixed

  • oci setup oci-cli-rc now works without specifying --file option

2.4.26

16 Jun 01:43
556c110

Choose a tag to compare

Added

  • Support for Oracle Container Engine Service (oci ce)

    • A sample test using the Oracle Container (Kubernetes) Engine Service feature can be found on Github.

Fixed

  • Cluster create command in Oracle Container Engine Service was not working correctly in previous release v2.4.25. It has been fixed as part of this release. (oci ce cluster create)
  • Enabled 'namespace-name' parameter for all commands in the Object Storage service.
  • Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatable with requests.

Note

Release 2.4.25 should not be used if you are trying to use Oracle Container Engine Service.
A bug with oci ce cluster create was discovered shortly after releasing version 2.4.25 to PyPi, so there is no 2.4.25 release on Github.
Users should upgrade to release 2.4.26 to use Oracle Container Engine Service related functionality.

2.4.24

01 Jun 02:47
d61b1cc

Choose a tag to compare

Added

  • Support for launching database system from backup in the Database service (oci db system launch-from-backup)
  • Support for soft shutdown of instances in the Compute service (SOFTSTOP option for --action in oci compute instance action)
  • Use the root compartment ID (tenancy ID) from the config file as a default value for compartment/tenancy parameter for the following commands in the Identity service:
    • oci iam region-subscription list
    • oci iam availability-domain list
    • oci iam group list | add-user | create | list-users | remove-user
    • oci iam user list | list-groups | create
    • oci iam dynamic-group list | create

Changed

  • Bumped version number of python-dateutil package (2.7.3) to address clock skew warning
  • Name for "Swift Passwords" to "Auth Tokens" in Identity service (Use oci iam auth-token instead of oci iam swift-password or oci iam user swift-password)

Fixed

  • Support for escaping non-alphanumeric characters in the Windows installation script.

2.4.23

17 May 22:28
b52783d

Choose a tag to compare

Added

  • Support for backup or clone of multiple volumes at once using volume groups in the Block Storage service
  • Support for the ability to optionally specify a compartment filter when listing exports in the File Storage service
  • Support for tagging virtual cloud network resources in the Networking service
  • Support for specifying a custom python installation directory using the --python-install-location parameter of the bash install script

Changed

  • For object storage commands (oci os), update --namespace parameter to be optional and fetch it from the server if it is not provided from the user

Fixed

  • Force bash install script to use TLS 1.2 when downloading Python

2.4.22

04 May 17:28
2bfd5d8

Choose a tag to compare

Added

  • Support for returning event-name in logs extracted from Audit Service. (oci audit event list)

  • Support for multiple hostnames per listener in Load Balancer Service. An example can be found on Github (oci lb hostname and oci lb listener create --hostname-names)

  • Support for FastConnect service. New commands as mentioned below are added:

    • oci network cross-connect-group
    • oci network cross-connect
    • oci network cross-connect-location
    • oci network cross-connect-port-speed-shape
    • oci network cross-connect-status
    • oci network fast-connect-provider-service
    • oci network virtual-circuit
    • oci network virtual-circuit-public-prefix

Fixed

  • Multiple OCI CLI installation issues as specified below:

    • Corrected usage of --accept-all-defaults to prevent an infinite loop.
    • An issue which causes failure of OCI CLI installations in non-default directories.
    • An issue related to download of virtualenv package on Windows instances.