Releases: oracle/oci-cli
2.4.32
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
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
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
2.4.28
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-inputhas been customized to produce more helpful json for defined and free-form tags.
2.4.27
Added
- Support for Service Gateway feature in the Networking Service (
oci network serviceandoci network service-gateway) - Support for Backup and Clone of Boot Volumes in the Block Storage Service (
oci bv boot-volume-backupandoci bv boot-volume create)
Fixed
oci setup oci-cli-rcnow works without specifying--fileoption
2.4.26
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
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 listoci iam availability-domain listoci iam group list | add-user | create | list-users | remove-useroci iam user list | list-groups | createoci 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-tokeninstead ofoci iam swift-passwordoroci iam user swift-password)
Fixed
- Support for escaping non-alphanumeric characters in the Windows installation script.
2.4.23
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
Added
-
Support for returning
event-namein 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 hostnameandoci lb listener create --hostname-names) -
Support for FastConnect service. New commands as mentioned below are added:
oci network cross-connect-groupoci network cross-connectoci network cross-connect-locationoci network cross-connect-port-speed-shapeoci network cross-connect-statusoci network fast-connect-provider-serviceoci network virtual-circuitoci network virtual-circuit-public-prefix
Fixed
-
Multiple OCI CLI installation issues as specified below:
- Corrected usage of
--accept-all-defaultsto 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.
- Corrected usage of