Oci-cli

Latest version: v3.50.3

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

Scan your dependencies

Page 45 of 54

2.5.8

Not secure
------------------
Added
~~~~~
* Improve information to customer premise equipment by introducing Customer Reference Name in the VPN Service.

* ``oci network cpe create --customer-reference-name [text]``
* ``oci network cpe update --customer-reference-name [text]``

* Improve information to IPSecConnection by introducing Customer Reference Name in the VPN Service.

* ``oci network ipsecconnection create --customer-reference-name [text]``
* ``oci network ipsecconnection update --customer-reference-name [text]``

* Improve information to RemorePeeringConnection by introducing Provider Service Key Name in the VPN Service.

* ``oci network remote-peering-connection create --provider-service-key-name [text]``
* ``oci network remote-peering-connection update --provider-service-key-name [text]``

* Support Autonomous Database to change the License Type in the Database Service.

* ``oci db autonomous-database update --license-model [LICENSE_INCLUDED|BRING_YOUR_OWN_LICENSE]``

* Support Autonomous Database to change the whitelistips in the Database Service.

* ``oci db autonomous-database update --whitelisted-ips '[ "1.1.1.1","2.2.2.2/24" ]'``

* Content-type auto option for object storage put and bulk-upload commands.

* Tagging support for create Dynamic Group and update Dynamic Group flow as part of the Identity Service

* ``oci iam dynamic-group create --defined-tags --freeform-tags``
* ``oci iam dynamic-group update --defined-tags --freeform-tags``

Fixed
~~~~~
* Installation issues in Ubuntu 18.04.

2.5.7

Not secure
------------------
Fixed
~~~~~~
* Fixed inconsistencies in SDK and CLI for Compute's create app catalog subscription. All the options are made optional to make it consistent with the SDK.

* Use of ``--region`` option with instance principal auth

2.5.6

Not secure
------------------
Added
~~~~~
* New command as mentioned below is added to the FastConnect Service. A provider service key is an
identifier for a provider's virtual circuit.

* ``oci network fast-connect-provider-service-key get``

* Improvement that introduces --customer-reference-name to CrossConnect and CrossConnectGroup in the FastConnectService.

* ``oci network cross-connect create --customer-reference-name [text]``
* ``oci network cross-connect update --customer-reference-name [text]``
* ``oci network cross-connect-group create --customer-reference-name [text]``
* ``oci network cross-connect-group update --customer-reference-name [text]``

* Improvement that introduces --provider-service-key-name to VirtualCircuit in the FastConnect Service.

* ``oci network virtual-circuit create --provider-service-key-name [text]``
* ``oci network virtual-circuit update --provider-service-key-name [text]``

Changed
~~~~~~~~
* Make cx-Oracle used by Database Service an optional package for OCI CLI installer. It's installation instructions are as below:

* In \*NIX systems, type below commands in bash shell:

* ``curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh"``
* ``./install.sh --optional-features db``
* In Windows systems using powershell, type below commands:

* ``((New-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.ps1', "$pwd\\install.ps1"))``
* ``.\install.ps1 -OptionalFeatures db``
* If just using pip:

* ``pip install 'oci-cli[db]'``

2.5.5

Not secure
------------------
Added
~~~~~
* Support for token-based authentication for the CLI allowing customers to authenticate their session interactively, then use the CLI for a single session without an API signing key

* ``oci session authenticate``
* ``oci session export``
* ``oci session import``
* ``oci session refresh``
* ``oci session terminate``
* ``oci session validate``

* Support for an interactive process to create a CLI config file using username / password based login through a browser. Also handles generating API keys and uploading them to your Oracle Cloud Infrastructure account.

* ``oci setup bootstrap``

* Support for obtaining and updating Authentication Policy in the Identity Service.

* ``oci iam authentication-policy get | update``

Changed
~~~~~~~~
* Documentation enhancements and corrections for traffic management in the DNS service.

* Improve Object Lifecycle Management policy in Object Storage by supporting glob patterns and exclusions.

* An example on writing object lifecycle policy can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/object_storage/examples_and_test_scripts/write_object_lifecycle_policy.sh>`__.

2.5.4

Not secure
------------------
Added
~~~~~
* Support for provisioning a new autonomous database or autonomous data warehouse as a clone of another in the Database service

* ``oci db autonomous-database create-from-clone``
* An example on using the feature can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/database/examples_and_test_scripts/database_example.sh>`__.

* Support for specifying metadata on node pools in the Container Engine for Kubernetes service

* ``oci ce node-pool create --node-metadata``

2.5.3

Not secure
------------------
Added
~~~~~
* Support DbSystem timezone on provisioning API.

* ``oci db system launch --time-zone``
* An example on using the feature can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/database/examples_and_test_scripts/database_launch_exadata_sparse_example.sh>`__.

* DbWorkload Type Introduced for Autonomous Database Create Request.

* ``oci db autonomous-database create --db-workload``
* ``oci db autonomous-database list --db-workload``

* Support for enabling I/O Resource Management (IORM) feature for Exadata Database Systems

* ``oci db system get-exadata-iorm-config``
* ``oci db system update-exadata-iorm-config``
* An example on using the feature can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/database/examples_and_test_scripts/database_exadata_iorm_example.sh>`__.

* Support for Tag Default feature as a part of the Identity Service

* ``oci iam tag-default``
* An example on using the feature can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/identity/examples_and_test_scripts/tagging_example.sh>`__.

* Support for email on user accounts in the Identity Service

* ``oci iam user create --email``
* ``oci iam user update --email``

* Support for OCI Budget Service.

* ``oci budgets budget create``
* ``oci budgets budget delete``
* ``oci budgets budget get``
* ``oci budgets budget list``
* ``oci budgets budget update``
* ``oci budgets alert-rule create``
* ``oci budgets alert-rule delete``
* ``oci budgets alert-rule get``
* ``oci budgets alert-rule list``
* ``oci budgets alert-rule update``
* An example on using the feature can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/budget/examples_and_test_scripts/budget_example.sh>`__.

Page 45 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.