Releases: oracle/oci-cli
2.4.36
2.4.35
Added
-
Support to Generate and Download wallet for Autonomous Transaction Processing Database and Autonomous Data Warehouse
- (
oci db autonomous-data-warehouse generate-wallet
) - (
oci db autonomous-database generate-wallet
)
- (
-
Support for creating a standalone backup from an on-premises database as part of the Database service
-
Support for Cross Region Backup Copy in Block Storage.
- (
oci bv backup copy --volume-backup-id --destination-region
)
- (
-
Support for Cost Tracking Tags as part of Identity Service.
- (
oci iam tag create --is-cost-tracking
) - (
oci iam tag update --is-cost-tracking
) - (
oci iam tag list-cost-tracking
)
- (
-
Support for Compartment Delete, listing WorkRequests under a compartment and getting details for a work request.
- (
oci iam compartment delete --compartment-id
) - (
oci iam work-request list --compartment-id
) - (
oci iam work-request get --work-request-id
)
- (
-
Support for Instance Configurations as part of Compute Management service
- (
oci compute-management instance-configuration create
) - (
oci compute-management instance-configuration delete
) - (
oci compute-management instance-configuration get
) - (
oci compute-management instance-configuration list
) - (
oci compute-management instance-configuration update
) - (
oci compute-management instance-configuration launch-compute-instance
)
- (
-
Support for Instance Pools as part of Compute Management service
- (
oci compute-management instance-pool create
) - (
oci compute-management instance-pool terminate
) - (
oci compute-management instance-pool get
) - (
oci compute-management instance-pool list
) - (
oci compute-management instance-pool update
) - (
oci compute-management instance-pool reset
) - (
oci compute-management instance-pool softreset
) - (
oci compute-management instance-pool start
) - (
oci compute-management instance-pool stop
) - (
oci compute-management instance-pool list-instances
)
- (
Changed
- New Attribute
dbVersion
is included in the GET Response for Autonomous Transaction Processing Database and Autonomous Data Warehouse. - New Attribute
allConnectionStrings
is included in the GET Response for Autonomous Transaction Processing Database and Autonomous Data Warehouse.
Known Issues
- Malformed ssh_authorized_keys on instances created using
oci compute-management create
andoci compute-management launch-compute-instance
operations prevents SSH access #97
2.4.34
Added
-
Support to consume Image Catalog Listings as part of Compute Service
- (
oci compute pic listing
) - (
oci compute pic version
) - (
oci compute pic agreements
) - (
oci compute pic subscription
)
- (
-
Support for Cross Region Copy in Object Storage.
-
(
oci os object copy --bucket-name --source-object-name --destination-region --destination-namespace --destination-bucket --destination-object
) -
An example on using the feature can be found on GitHub
-
-
Support for Object Lifecycle Management as part of the Object Storage service.
- (
oci os object-lifecycle-policy put
) - (
oci os object-lifecycle-policy get
) - (
oci os object-lifecycle-policy delete
)
- (
-
Support for network address translation gateway in Networking service
- (
oci network nat-gateway create
) - (
oci network nat-gateway delete
) - (
oci network nat-gateway get
) - (
oci network nat-gateway list
) - (
oci network nat-gateway update
)
- (
2.4.33
Added
-
Support for Key Management Service (
oci kms
)- Examples on using the Key Management Service can be found on GitHub
-
Support for
--wait-for-state
option on multiple commands. -
Improved custom image support by introducing PARAVIRTUALIZED as a launch mode option in the Image Import command.
- (
oci compute image import --launch-mode PARAVIRTUALIZED
)
- (
-
Support for creating bucket with
--kms-key-id
, updating--kms-key-id
of a bucket. -
Support for creating data volume, boot volume, launch instance with
--kms-key-id
, updating--kms-key-id
for a data volume or boot volume.
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-input
has 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 service
andoci network service-gateway
) - Support for Backup and Clone of Boot Volumes in the Block Storage Service (
oci bv boot-volume-backup
andoci bv boot-volume create
)
Fixed
oci setup oci-cli-rc
now works without specifying--file
option