Oci-cli

Latest version: v3.49.4

Safety actively analyzes 675368 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 33 of 54

2.12.13

Not secure
--------------------
Added
~~~~~

* Support for Custom SSL Certificates for Gateways as part of the API Gateway Service

* ``oci api-gateway certificate create``
* ``oci api-gateway certificate delete``
* ``oci api-gateway gateway create --certificate-id``
* ``oci api-gateway gateway update --certificate-id``

* Support for specifying custom content dispositions when downloading objects in the Object Storage service

* ``oci os object get``

* Support for updating the tags of an instance console connection in Compute Service

* ``oci compute instance-console-connection update``

* Support for the “bring your own IP address” feature in the Virtual Networking service

* ``oci network byoip-range``
* ``oci network public-ip-pool``

* Support for db-home update in Database Service

* ``oci db db-home update --db-home-id <Db Home OCID> --db-version <DB Home Patch Details>``

2.12.12

Not secure
--------------------
Added
~~~~~

* Support for Software Keys in Key Management Service

* ``oci kms management key create --protection-mode SOFTWARE``
* ``oci kms management key import --protection-mode SOFTWARE``
* ``oci kms management key list --protection-mode SOFTWARE``

* Support for exporting software keys in Key Management Service

* ``oci kms crypto key export``

* Support to update open mode and permission level for Autonomous Database

* ``oci db autonomous-database update --open-mode``
* ``oci db autonomous-database update --permission-level``

* Support to specify number of memory in GB when launching or updating a Compute instance

* ``oci compute instance launch --shape-config "shapeConfig":{"memoryInGBs": 0.0, "ocpus": 0.0}``
* ``oci compute instance update --shape-config``

* Support for managing shape compatibility entries with memory constraints for Compute images

* ``oci compute image-shape-compatibility-entry``

* Added new parameter to specify the allow memory in GB range per ocpu for Compute shapes

* ``oci compute shape list --max-per-ocpu-in-gbs, --min-per-ocpu-in-gbs``

* Pagination support for listing announcements from Announce service (`Issue 311 <https://github.com/oracle/oci-cli/issues/311>`__)

* ``oci announce announcements list --all, --limits, --page-size``

Changed
~~~~~~~

* Support specifying customer contacts when creating or updating an exadata infrastructure

* ``oci db exadata-infrastructure create --contacts <json with contacts>``
* ``oci db exadata-infrastructure update --contacts <json with contacts>``

2.12.11

Not secure
--------------------
Added
~~~~~

* Support for specifying desired consumption models when creating instances in the Integration service

* ``oci integration integration-instance create --consumption-model``

* Support for updating load balancer shape in the Load Balancing service

* ``oci lb load-balancer update-load-balancer-shape``

* Support for the Cloud Guard Service

* ``oci cloud-guard``

* Support for no tty option for non-interactive installation on non-Windows systems (`Issue 282 <https://github.com/oracle/oci-cli/issues/321>`__)

* ``./install.sh --no-tty``

* Support for retrieving specified tenancy information in Identity Service

* ``oci iam tenancy get``

Fixed
~~~~~

* Error when using wait-for-state for creating a compartment

* ``oci iam compartment create --wait-for-state``

2.12.10

Not secure
--------------------
Added
~~~~~

* Support for searching Oracle Cloud resources across tenancies in the Search Service

* ``oci search resource free-text-search --tenant-id``
* ``oci search resource structured-search --tenant-id``

* Support for Management Agent Cloud Service

* ``oci management-agent``

* Support for sending diagnostic interrupt to a VM instance in the Compute Service

* ``oci compute instance action --action SENDDIAGNOSTICINTERRUPT --instance-id``

* Support for custom Database Software Images in the Database Service

* ``oci db database-software-image``

* Support for Management Dashboard Service

* ``oci management-dashboard``

* Support for Logging Analytics Service

* ``oci log-analytics``

* Support for Logging Service

* ``oci logging``

* Support for Logging Ingestion Service

* ``oci logging-ingestion``

* Support for Logging Search Service

* ``oci logging-search``

* Support for Service Connector Hub service

* ``oci sch``

* Support for getting and listing container database patches for Autonomous Container Database resources in the Database Service

* ``oci db autonomous-patch get --autonomous-patch-id``
* ``oci db autonomous-patch list-container-database-patches --autonomous-container-database-id``

* Support for updating patch id on maintenance run for Autonomous Container Database resources in the Database Service

* ``oci db maintenance-run update --patch-id``

Changed
~~~~~~~

* Support for Policy based Request/Response transformation

* ``oci api-gateway deployment``

2.12.9

Not secure
-------------------
Added
~~~~~

* Support for customers to find the latest CLI version

* ``oci --latest-version``

* Support for customers to view changelog entries for newer CLI versions

* ``oci --release-info``

* Support for returning all results for Resource Manager job logs

* ``oci resource-manager job get-job-logs --all``

* Improvement for DB System, Cloud VMCluster and Cloud Exadata Infrastructure by introducing lifecycle state MAINTENANCE_IN_PROGRESS in Database Service

* ``oci db system``
* ``oci db vm-cluster``
* ``oci db exadata-infrastructure``

* VM DB cloning - clone dbSystem from a source dbSystem

* ``oci db system launch-from-db-system``

* Option private-ip for other type of dbSystem launches

* ``oci db system launch --private-ip``
* ``oci db system launch-from-backup --private-ip``
* ``oci db system launch-from-database --private-ip``

* Support for Network Sources in Authentication Policy in Identity Service

* ``oci iam authentication-policy update``

* Support for AMD Flexible Shapes with configurable CPU to the Container Engine for Kubernetes service

* ``oci ce node-pool create --node-shape-config``
* ``oci ce node-pool update --node-shape-config``

* New options for listener and backendset to specify ssl protocols, ssl ciphersuite and server order preference in Load Balancer Service

* ``oci lb backend-set``
* ``oci lb listener``
* ``oci lb load-balancer``
* ``oci lb ssl-cipher-suite``

* Support for calling Oracle Cloud Infrastructure services in the Chiyoda region (``--region ap-chiyoda-1``)

Changed
~~~~~~~

* jmespath package requirement bumped to 0.10.0

2.12.8

Not secure
-------------------
Added
~~~~~

* Support for configuring VM instances for scheduled maintenance or hypervisor reboots in the Compute service

* ``oci compute instance launch --availability-config '{"recoveryAction": "STOP_INSTANCE"}'``
* ``oci compute instance update --availability-config '{"recoveryAction": "STOP_INSTANCE"}'``

* Support for custom boot volume size and other node pool updates in the Container Engine for Kubernetes service

* ``oci ce node-pool create --node-source-details`` with bootVolumeSizeInGBs in the complex type
* ``oci ce node-pool create --node-boot-volume-size-in-gbs`` shortcut
* ``oci ce node-pool update --node-source-details`` with bootVolumeSizeInGBs in the complex type
* ``oci ce node-pool update --node-source-details --node-shape --node-metadata --ssh-public-key``

* Support for Data Guard on Exadata Cloud at Customer VM clusters in the Database service

* ``oci db data-guard-association create from-existing-vm-cluster``

Fixed
~~~~~

* Multipart upload using ``oci os object bulk-upload`` may fail with SSL bad write error

Page 33 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.