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 42 of 54

2.5.22

Not secure
---------------------
Added
~~~~~
* Support for Enabling IPV6 support in the networking service:

* ``oci network ipv6 list --subnet-id``
* ``oci network ipv6 get --ipv6-id``
* ``oci network ipv6 update --ipv6-id``
* ``oci network ipv6 delete --ipv6-id``

* Support for IPV6 load balancers by providing ``--ip-mode`` option for the load-balancer create command.

* ``oci lb load-balancer create --ip-mode``

* Support for private IPv6 addressing to establish the BGP peering for FastConnect Service.

* Adding oracleBgpPeeringIpv6 and customerBgpPeeringIpv6 fields to JSON object CrossConnectMappings (``oci network virtual-circuit create --cross-connect-mappings``)

Removed
~~~~~~~
* Dependency on httpsig_cffi package

Updated
~~~~~~~
* Check for service directory import to include 'dist-packages'

2.5.21

Not secure
---------------------
Added
~~~~~
* Support for calling Oracle Cloud Infrastructure services in the Mumbai region (``--region ap-mumbai-1``)

* Support for change of compartments for WAF policy and Certificate resources in WAF Policy Service.

* ``oci waas waas-policy change-compartment --waas-policy-id --compartment-id``
* ``oci waas certificate change-compartment --certificate-id --compartment-id``

* Support for change of compartments for Customer Premise Equipment (CPE), IPSecConnection, Cross connect group, Cross connect, Remote Peering Connection (RPC) and Virtual Circuit resources in the Networking service.

* ``oci network cpe change-compartment --cpe-id --compartment-id``
* ``oci network ip-sec-connection change-compartment --ip-sec-connection-id --compartment-id``
* ``oci network cross-connect-group change-compartment --cross-connect-group-id --compartment-id``
* ``oci network cross-conenct change-compartment --cross-connect-id --compartment-id``
* ``oci network remote-peering-connection change-compartment --remote-peering-connection-id --compartment-id``
* ``oci network virtual-circuit change-compartment --virtual-circuit-id --compartment-id``

* Support for Events Service

* ``oci events``
* An example on using the Events Service can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/events/examples_and_test_scripts/events_example.sh>`__.

* Support for adding tags to Cross connect group, Cross connect, Remote Peering Connection and Virtual Circuit resources in the Networking Service.

* ``oci network cross-connect-group create --defined-tags --freeform-tags``
* ``oci network cross-connect-group update --defined-tags --freeform-tags``
* ``oci network cross-connect create --defined-tags --freeform-tags``
* ``oci network cross-connect update --defined-tags --freeform-tags``
* ``oci network remote-peering-connection create --defined-tags --freeform-tags``
* ``oci network remote-peering-connection update --defined-tags --freeform-tags``
* ``oci network virtual-circuit create --defined-tags --freeform-tags``
* ``oci network virtual-circuit update --defined-tags --freeform-tags``

* Support for moving streams into a different compartment in Streaming service

* ``oci streaming admin stream change-compartment [OPTIONS]``

2.5.20

Not secure
-------------------
Added
~~~~~
* Support for moving alarm compartment in Monitoring Service.

* ``oci monitoring alarm change-compartment --alarm-id --compartment-id``

* Support for Cost Tracking Tag Budget Alert in Budget Service

* --target-type option for ``oci budgets budget create``
* --targets option for ``oci budgets budget create``
* --target-type option for ``oci budgets budget list``
* 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)>`__.

* Ability to create instance configuration from a running instance.

* ``oci compute-management instance-configuration create``
* ``oci compute-management instance-configuration create-from-instance``

* Support for change compartment feature for Autonomous Container Database, Autonomous Database, Autonomous Exadata Infrastructure, and DB Systems as a part of the Database Service

* ``oci db autonomous-container-database change-compartment``
* ``oci db autonomous-database change-compartment``
* ``oci db autonomous-exadata-infrastructure change-compartment``
* ``oci db system change-compartment``

* Ability to change a compartment for health check monitors.

* ``oci health-checks ping-monitor change-compartment``
* ``oci health-checks http-monitor change-compartment``

Changed
~~~~~~~
* Examples have been distributed into subdirectories under the services directory.

* For example, database examples will now be found under `services/database/examples_and_test_scripts` and so on for other services.
* `services/core/examples_and_test_scripts` will contain examples for compute, networking, block volume, etc.

2.5.19

Not secure
-------------------
Added
~~~~~
* Support for moving KMS keys and vaults across compartments.

* ``oci kms management vault change-compartment --compartment-id``
* ``oci kms management key change-compartment --compartment-id``

* Support for Service Gateway Transit Routing feature.

* Ability to associate route table when creating service-gateway (``oci network service-gateway create --route-table-id``)
* An example using the feature can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/core/examples_and_test_scripts/create_service_gateway_example.sh>`__.

* Support for moving compartment tree to a different parent compartment

* ``oci iam compartment move``

* Support for LB Cookie Session Persistence in LB backend sets

* ``oci lb backend create --lb-cookie-session-persistence-configuration``

* Support for REST method restrictions in Load Balancer rule sets.

* Support for adding AllowRules to a RuleSet for access control by source IP address.

* ``oci lb load-balancer create --rule-sets``

* Support for listing a summary of rules for a listener

* ``oci lb listener-rule list``

* Support for changing the compartment of an instance in the Compute service

* ``oci compute instance change-compartment``
* An example can be found here: `GitHub <https://github.com/oracle/oci-cli/blob/master/services/core/examples_and_test_scripts/change-compartment.sh>`__
* An example using work requests to determine status can be found here: `GitHub <https://github.com/oracle/oci-cli/blob/master/services/core/examples_and_test_scripts/change-compartment-using-work-request-id.sh>`__

* Support for using kms key when copying volume backups

* ``oci bv backup copy --kms-key-id``

* Support for moving a Topic across compartments:

* ``oci ons topic change-compartment --topic-id --compartment-id``

* Support for moving a Subscription across compartments

* ``oci ons subscription change-compartment --subscription-id --compartment-id``

* Support for moving a DNS Zone compartment.

* ``oci dns zone change-compartment --zone-id --compartment-id``

* Support for moving a DNS Steering Policy compartment.

* ``oci dns steering-policy change-compartment --steering-policy-id --compartment-id``

* Support for moving Load Balancers between compartments

* ``oci lb load-balancer change-compartment``

* Support for managing Compartment Resource Quotas

* ``oci limits quota``
* An example on using the feature can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/limits/examples_and_test_scripts/quotas_example.sh>`__.

* Support for Oracle Functions

* ``oci fn``
* An example on using Oracle Functions can be found on `GitHub <https://github.com/oracle/oci-cli/blob/master/services/functions/examples_and_test_scripts/functions_example.sh>`__.

Fixed
~~~~~
* Service error for ``oci bv backup copy`` command when `wait-for-state` option is passed.

Changed
~~~~~~~
* Man pages for the commands now display Required, Optional and Global parameters if available.
* Updates for `CLI Command Reference <https://docs.cloud.oracle.com/iaas/tools/oci-cli/latest/oci_cli_docs/>`__ pages.

2.5.18

Not secure
-------------------
Added
~~~~~
* Support to managing lb attachments for instance pools

* ``oci compute-management instance-pool lb-attachment get``
* ``oci compute-management instance-pool lb-attachment attach``
* ``oci compute-management instance-pool lb-attachment detach``

* Support for specifying nsgIds and backupNetworkNsgIds parameters for LaunchDbSystemDetails, LaunchDbSystemFromBackupDetails and UpdateDbSystemDetails

* ``oci db system launch --backup-network-nsg-ids --nsg-ids``
* ``oci db system launch-from-backup --backup-network-nsg-ids --nsg-ids``
* ``oci db system launch-from-database --backup-network-nsg-ids --nsg-ids``
* ``oci db system update --backup-network-nsg-ids --nsg-ids``

* Support for Managing Network Security Group

* ``oci network nsg create | get | update | delete | list``
* ``oci network nsg rules add | update | remove | list``

* Support for associating a Vnic with a Network Security Group

* ``oci network vnic update --nsg-ids``
* ``oci network nsg vnics list``

* Support for associating primary Vnic with a Network Security Group

* ``oci compute instance launch --nsg-ids``
* ``oci compute instance attach-vnic --nsg-ids``

* Support for network security groups in LBaaS

* ``oci lb network-security-groups update``

* Support for moving VCN compartment in Core Service.

* ``oci network vcn change-compartment --vcn-id --compartment-id``

* Support for moving Subnet compartment in Core Service.

* ``oci network subnet change-compartment --subnet-id --compartment-id``

* Support for moving RouteTable compartment in Core Service.

* ``oci network route-table change-compartment --vcn-id --compartment-id``

* Support for moving SecurityList compartment in Core Service.

* ``oci network security-list change-compartment --vcn-id --compartment-id``

* Support for moving Resource Manager Stacks across compartments

* ``oci resource-manager stack change-compartment --compartment-id, --stack-id``

* Support for Preview Database service for Autonomous Databases

* ``oci db autonomous-database create --is-preview-version-with-service-terms-accepted [boolean]``

* Support for Preview version list API for Autonomous Databases

* ``oci db autonomous-db-preview-version list --compartment-id [compartment ID]``

2.5.17

Not secure
-------------------
Added
~~~~~
* Support for moving instance-pools and instance-configurations across compartments

* ``oci compute-management instance-configuration change-compartment``
* ``oci compute-management instance-pool change-compartment``

* Support for moving autoscaling-configurations across compartments

* ``oci autoscaling configuration change-compartment``

* Support for moving custom images across compartments

* ``oci compute image change-compartment``

Changed
~~~~~~~
* Updated the Oracle Streaming Service' regional endpoints template for new regions.

Page 42 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.