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

2.26.3

-------------------
Added
~~~~~

* Support for empty and dry-run options while deleting buckets in Object Storage service

* ``oci os bucket delete --empty --dry-run``
* ``oci os bucket delete --empty``

* Support for schedules and tasks in Data Integration service

* ``oci data-integration schedule``
* ``oci data-integration task``

* Database service

* Support for getting available updates and updating histories for a VM cluster

* ``oci db vm-cluster get-update --update-id <Update OCID> --vm-cluster-id <VM Cluster OCID>``
* ``oci db vm-cluster list-updates --vm-cluster-id <VM Cluster OCID> --update-type <GI_PATCH/GI_UPGRADE/OS_UPDATE>``
* ``oci db vm-cluster get-update-history --update-history-entry-id <UpdateHistory OCID> --vm-cluster-id <VM Cluster OCID>``
* ``oci db vm-cluster list-update-histories --vm-cluster-id <VM Cluster OCID> --update-type <GI_PATCH/GI_UPGRADE/OS_UPDATE>``

* Support for updating dataguard

* ``oci db data-guard-association update``

* Support for downloading network validation report file for VM Cluster Networks

* ``oci db vm-cluster-network download-validation-report --exadata-infrastructure-id, --file, --vm-cluster-network-id``

Changed
~~~~~~~

* Support patch and upgrade of Grid Infrastructure (GI) and update of DomU OS software for a VM cluster

* ``oci db vm-cluster update --update-id <Update OCID> --update-action <PRECHECK/ROLLING_APPLY/ROLLBACK>``

2.26.2

-------------------
Added
~~~~~

* Support for AI Anomaly Detection service

* ``oci anomaly-detection``

* Support for retrieving a DNS zone as a zone file in DNS service

* ``oci dns zone get-zone-content --file``

* Support for Search domain type for DHCP options to support multi-level search domain in Network Service.

* ``oci network dhcp-options create --domain-name-type``
* ``oci network dhcp-options update --domain-name-type``

* Support for searching Marketplace Listings

* ``oci marketplace listing-summary search-listings``
* ``oci marketplace listing-summary search-listings-free-text``
* ``oci marketplace listing-summary search-listings-structured``

Changed
~~~~~~~~

* Parameter --availability-domain is now optional in create VLAN in Network service.

* ``oci network vlan create--availability-domain``

2.26.1

-------------------
Added
~~~~~

* Support for Order Activation features in the Organizations Service

* oci organizations order activate
* oci organizations order get

* Support new OCE instance license type - Starter Edition in the OCE service. The new license type is: STARTER

* ``oci oce oce-instance create --instance-license-type STARTER``
* ``oci oce oce-instance update --instance-license-type STARTER``

* Expanded DRG functionality in the Networking Service

* More than one VCN can be attached to a DRG
* Flexible routing inside DRG enables packet flow between any two attachments
* Routing policy to customize dynamic import/export of routes

* Operations Insights

* Support for resource principal authorization for enterprise manager bridge resource
* New lifecycle state "NEEDS_ATTENTION" to indicate issues with the bridge resource, and new field "objectStorageBucketStatusDetails" to provide detail

* ``oci opsi host-insights list --lifecycle-state NEEDS_ATTENTION``
* ``oci opsi enterprise-manager-bridges list --lifecycle-state NEEDS_ATTENTION``
* ``oci opsi database-insights list --lifecycle-state NEEDS_ATTENTION``

Changed
~~~~~~~

* Changed ``oci setup autocomplete`` to create a symlink pointing to current CLI version oci_autocomplete.sh script

Fixed
~~~~~

* Issue with environment based config throwing ``FileNotFoundError:`` for a non-required config

2.26.0

-------------------
Added
~~~~~

* Support for passing in private key content as a environment variable. A private key file is not required if this variable is set

* Export ``OCI_CLI_KEY_CONTENT`` with the private key content enclosed with single quotes

* Support for the DevOps service

* ``oci devops``

* Support for configuring network security groups for node pools in the container engine for Kubernetes service

* ``oci ce node-pool create --nsg-ids``
* ``oci ce node-pool update --nsg-ids``

* Support for optionally specifying CPU core count and data storage size when creating autonomous databases in the Database service

* ``oci db autonomous-database create --data-storage-size-in-gbs``

* Support for metastore and initial data asset import/export in the Data Catalog service

* ``oci data-catalog metastore``
* ``oci data-catalog data-asset import``
* ``oci data-catalog data-asset synchronous-export``
* [Breaking] ``DISPLAYNAME`` removed from --sort-by option

* Support for Email Domain in the Email Delivery service

* ``oci email domain change-compartment --compartment-id --email-domain-id``
* ``oci email domain create --compartment-id --name``
* ``oci email domain delete --email-domain-id``
* ``oci email domain get --email-domain-id``
* ``oci email domain list --compartment-id``
* ``oci email domain update --email-domain-id``

* Support for Domain Key Identified Mail in the Email Delivery service

* ``oci email dkim create --email-domain-id``
* ``oci email dkim delete --dkim-id``
* ``oci email dkim get --dkim-id``
* ``oci email dkim list --email-domain-id``
* ``oci email dkim update --dkim-id``

* Support for new API to list work requests for Email Domain and DKIM in the Email Delivery service

* ``oci email work-request get --work-request-id``
* ``oci email work-request list --compartment-id``
* ``oci email work-request-error-collection list --work-request-id``
* ``oci email work-request-log list --work-request-id``

* Support for ``--domain`` field in the response for ``oci email sender`` in the Email Delivery service

* Support for changing the number of retries for a CLI command (``--max-retries``)

2.25.4

-------------------
Added
~~~~~

* Users can authenticate the CLI with only environment variables, a config does not need to exist

* The following environment variables need to be set, OCI_CLI_USER, OCI_CLI_TENANCY, OCI_CLI_FINGERPRINT, OCI_CLI_KEY_FILE, OCI_CLI_REGION
* Optional variable for passphrase, OCI_CLI_PASSPHRASE

* Support for VMBM Pluggable Database feature as a part of the Database Service

* ``oci db pluggable-database``

Changed
~~~~~~~

* Support for cross-tenancy volume clone in Block Storage service

* ``oci bv volume create --source-volume-id``
* ``oci bv boot-volume create --source-volume-id``

* Changed allowed versions of cryptography package to a range from 3.2.1 to 3.4.7

* Following updates in installer scripts:

* Use dnf, if available, to install python
* Updated check for ubuntu/debian systems to use ID_LIKE/ID instead of NAME in /etc/os-release

Fixed
~~~~~

* oci setup bootstrap was causing a ``AttributeError: module 'oci' has no attribute 'identity'``

2.25.3

-------------------
Added
~~~~~~~~

* Support for migrating an OKE cluster not integrated with your VCN to a VCN-Native cluster in Container Engine

* ``oci ce cluster cluster-migrate-to-native-vcn``
* ``oci ce cluster cluster-migrate-to-native-vcn-status``

* Support for filtering of applications based on spark version in Data Flow service

* ``oci data-flow application list --spark-version``

* Support for registration and management of target databases in Data Safe service.

* ``oci data-safe target-database create``

* Support for Elastic Storage feature for Exadata Infrastructure resources for ExaCC in Database service.

* ``oci db exadata-infrastructure create --compute-count``
* ``oci db exadata-infrastructure update --additional-storage-count``
* ``oci db exadata-infrastructure add --exadata-infrastructure-id``

* New parameter --parameters-config has been added to the below commands in Management Dashboard service

* ``oci management-dashboard dashboard create --parameters-config``
* ``oci management-dashboard dashboard update``
* ``oci management-dashboard saved-search create``
* ``oci management-dashboard saved-search update``

Changed
~~~~~~~

* PyYAML version requirement relaxed from PyYAML==5.4.1 to PyYAML>=5.4,<6

* Default thread count for multipart upload/download using ``oci os object put | get`` is 10.

* Multipart download is now default for ``oci os object get``. Please use ``--no-multipart`` to disable multipart download.

* Changed multipart download chunk size to maximum instead of 1Mb

Fixed
~~~~~~~
* Parameter --compartment-id was existing twice in change compartment for rove node in Rover service

* ``oci rover node change-compartment --compartment-id``

* Issue with multipart download - progress bar was only showing 50% even though full file was uploaded.

Page 27 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.