Oci-cli

Latest version: v3.50.3

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

Scan your dependencies

Page 26 of 54

3.0.4

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

* Support for scheduled jobs in Database Management service

* Create scheduled jobs for managed databases

* ``oci database-management job``

* Update a schedule job

* ``oci database-management job update``

* Get summary of job execution status

* ``oci database-management job-executions-status summarize``

* Support for a unified way of managing both external and cloud databases in the Database Management service

* Create private endpoints to be used for managing Cloud databases as part of Database Management service

* ``oci database-management private-endpoint``

* List databases that are managed using specified private endpoint

* ``oci database-management associated-database-summary list-associated-databases``

* Get metrics for a specified Pluggable Database (PDB) managed by Database Management service

* ``oci database-management pdb-metrics``

* Get health metrics for a fleet of databases filtered by database deployment type and database version

* ``oci database-management fleet-health-metrics``

* Support for using Secrets for executing a SQL job in Database Management service

* ``oci database-management job``

* Filter Managed Databases by their deployment type and management option

* ``oci database-management managed-database``

* Support for enable, disable, modify in Database Management service

* ``oci db database enable-database-management``
* ``oci db database disable-database-management``
* ``oci db database modify-database-management``

* Support for getting the detailed log content of a job in the Resource Manager service

* ``oci resource-manager job get-job-detailed-log-content``

* Support for ``--max-wait-seconds``, ``--wait-for-state``, ``--wait-interval-seconds`` to Management Dashboard service

* ``oci management-dashboard dashboard change-compartment``
* ``oci management-dashboard saved-search change-compartment``

Changed
~~~~~~~

* Support for terraform advanced options (detailed log level, refresh, and parallelism) on jobs in the Resource Manager service

* ``oci resource-manager job create-plan-job --terraform-advanced-options``
* ``oci resource-manager job create-apply-job --terraform-advanced-options``
* ``oci resource-manager job create-destroy-job --terraform-advanced-options``

* Support for forced cancellation when cancelling jobs in the Resource Manager service

* ``oci resource-manager job cancel --is-forced``

* Updated fallback virtualenv url in install.py script

* Updated install.py for "root" user to be able to install cli on ubuntu without sudo.

3.0.3

-------------------
Added
~~~~~
* Prompt to create a config file with a profile using API key pair authentication if a CLI command is run with a nonexistent config file and api_key auth

* Support for Oracle Analytics Cloud and OCI Vault integration on connections in Data Catalog service

* ``oci data-catalog data-asset parse-connection --wallet-secret-id, --wallet-secret-name``

* Support for critical event monitoring in the OS Management service

* ``oci os-management event``
* ``oci os-management managed-instance install-all-updates --update-type``
* ``oci os-management managed-instance install-all-windows-updates --update-type``
* ``oci os-management managed-instance-group install-all-updates``
* ``oci os-management scheduled-job list --is-restricted``
* ``oci os-management update-managed-instance-details update-managed-instance``
* ``oci os-management work-request-summary``

Changed
~~~~~~~
* Modified supported version for the following package: arrow (>=1.0.0), cryptography (>=3.2.1, <=3.4.7)

* Configparser has been removed from the requirements

3.0.2

-------------------
Added
~~~~~
* Support to generate recommended vm cluster network and create vm cluster network with given customer listener port in the Database service

* ``oci db exadata-infrastructure generate-recommended-vm-cluster-network --scan-listener-port-tcp, --scan-listener-port-tcp-ssl``
* ``oci db vm-cluster-network create --scans``

* Prompt to create a config file with a CLI session profile if a CLI command is run with a nonexistent config file and --auth security_token

* Prompt to re-authenticate a CLI session profile if a CLI command is run with an expired session token and --auth security_token

Changed
~~~~~~~
* Modified supported versions for the following packages: cryptography (>3.2.1, <=3.4.7), click (7.1.2).

3.0.1

-------------------
Added
~~~~~
* Support for identifying Management Agent hosts eligible to create Operations Insights Host resources on

* ``oci opsi host-insights list-importable-agent-entities``

* Support for summarize-agen-counts and summarize-plugin-counts in Management Agent service

* ``oci management-agent agent summarize-agent-counts``
* ``oci management-agent agent summarize-plugin-counts``

* Support for additional filters when listing management agents in Management Agent service

* ``oci management-agent agent list --availability-status, --host-id, --is-customer-deployed``

Changed
~~~~~~~

* Modified supported versions for the following packages: six (>=0.15.0).

* Check the bucket exists before bulk and sync operations in Object Storage service

* ``oci os object bulk-upload``
* ``oci os object bulk-download``
* ``oci os object sync``

* Session authentication now has no private key passphrase prompt by default; private key passphrase can be provided by running session authenticate with --use-passphrase option

* ``oci session authenticate``

3.0.0

-------------------
[BREAKING] Drop support for Python 2

Added
~~~~~
* Support for ``os object sync`` command that synchronizes a filesystem directory with an Object Storage bucket in the Object Storage service.

* ``oci os object sync``

* Support for --availability-domain option when listing VNICs attached to an instance in the Compute service

* ``oci compute instance list-vnics --availability-domain``

* Support for Autonomous Database Create with Early Patching via a new parameter (maintenance-schedule-type) in the Database service.

* ``oci db autonomous-database create --maintenance-schedule-type``
* ``oci db autonomous-database create-adb-cross-region-data-guard-details --maintenance-schedule-type``
* ``oci db autonomous-database create-from-backup-id --maintenance-schedule-type``
* ``oci db autonomous-database create-from-backup-timestamp --maintenance-schedule-type``
* ``oci db autonomous-database create-from-clone --maintenance-schedule-type``
* ``oci db autonomous-database create-virtual-clone --maintenance-schedule-type``

* Support for non-default config file locations for the below commands

* ``oci session refresh``
* ``oci session export``
* ``oci session import``

* Support for Model Catalog v2.0 features including Provenance, Metadata, Schema, Artifact introspection

* ``oci data-science model``

* Support for new parameter --metastore-id to specify external hive metastore for Application in the Data Flow service

* ``oci data-flow application create --metastore-id``
* ``oci data-flow application update --metastore-id``

* Support for manual copy of volume group backups across regions in the Block Storage service

* ``oci bv volume-group-backup copy``

* Support for MDS Backup Change Compartment in MySql service

* ``oci mysql backup change-compartment``

Changed
~~~~~~~

* Block volume backup copy operations now wait for their associated work requests to complete

* ``oci bv boot-volume-backup copy``
* ``oci bv backup copy``

2.26.4

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

* Support for filtering by tag on capacity planning and SQL warehouse list operations in the Operations Insights service

* Parameters ``defined-tag-equals``, ``freeform-tag-equals``, ``defined-tag-exists``, ``freeform-tag-exists`` are added for some commands under ``oci opsi database-insights``

* Support for creating cross-region autonomous data guards in the Database service

* ``oci db autonomous-database create-cross-region-data-guard``
* ``oci db autonomous-database fail-over --peer-db-id``
* ``oci db autonomous-database switchover --peer-db-id``
* ``oci db autonomous-database update --peer-db-id``

* Support for the customer contacts feature on cloud exadata infrastructure in the Database service

* ``oci db cloud-exa-infra create --customer-contacts``
* ``oci db cloud-exa-infra update --customer-contacts``

* Support for cost analysis custom tables in the Usage service

* ``oci usage-api custom-table``

* Support non-default config file locations for ``oci session validate`` and ``oci session terminate``

* Support to add passphrase for session authentication (``oci session authenticate``)

Page 26 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.