Oci-cli

Latest version: v3.50.3

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

Scan your dependencies

Page 37 of 54

2.10.1

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

* Support for the MySQL Database Service

* ``oci mysql``

* Marketplace Service updates to support gov regions

* ``oci marketplace agreement get --compartment-id``
* ``oci marketplace agreement list --compartment-id``
* ``oci marketplace category list --compartment-id``
* ``oci marketplace package get --compartment-id``
* ``oci marketplace package list --compartment-id``
* ``oci marketplace listing get --compartment-id``
* ``oci marketplace listing list --compartment-id``
* ``oci marketplace publisher list --compartment-id``
* ``oci marketplace report-collection list-reports --compartment-id``
* ``oci marketplace report-type-collection list-report-types --compartment-id``

* Support for updating a dbHomeId of a database in the Database Service

* ``oci db database update --db-home-id``

* Support for Instance Stop and Instance Start as part of the Integration Service

* ``oci integration integration-instance stop --id``
* ``oci integration integration-instance start --id``

* Support for Windows managed instances in OS Management

* ``oci os-management managed-instance install-all-windows-updates``
* ``oci os-management managed-instance install-windows-update``
* ``oci os-management managed-instance list-available-windows-updates``
* ``oci os-management managed-instance list-installed-windows-updates``

2.10.0

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

* Support for Data Safe service

* ``oci data-safe``

* Support for Incident Management and Creation service

* ``oci support``

* Support for object versions in Object Storage

* ``oci os object list-object-versions``
* ``oci os bucket create --versioning``
* ``oci os bucket update --versioning``
* ``oci os object copy --source-version-id``
* ``oci os object copy-part --source-version-id``
* ``oci os object delete --version-id``
* ``oci os object restore --version-id``
* ``oci os object get --version-id``
* ``oci os object head --version-id``
* ``oci os object list --start-after``

* Support for user-provided encryption keys in Object Storage, by introducing optional parameters to specify a file containing the encryption key

* ``oci os object put --encryption-key-file``
* ``oci os object get --encryption-key-file``
* ``oci os object head --encryption-key-file``
* ``oci os object bulk-download --encryption-key-file``
* ``oci os object bulk-upload --encryption-key-file``
* ``oci os object copy --encryption-key-file --source-encryption-key-file``

* Support for managing shape compatibility entries for Compute images.

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

* Support for maintenance preferences while launching and updating an Exadata DB System.

* ``oci db system launch --maintenance-window-details``
* ``oci db system update --maintenance-window-details``

* Added new parameter ``--shape-config`` to specify number of cores when launching or updating a Compute instance.

* ``oci compute instance launch``
* ``oci compute instance update``

* Added new parameter ``--destination-region`` to support scheduled cross region backups for Boot Volumes

* ``oci bv volume-backup-policy create``
* ``oci bv volume-backup-policy update``

* New Attribute isFreeTierEnabled is included in the response of

* ``oci db autonomous-db-version-list``

* New json input parameters are now available for ``oci compute-management instance-configuration create``

* createVnicDetails

* definedTags
* freeformTags

* instanceDetails.blockVolumes.createDetails

* kmsKeyId
* vpusPerGB

* instanceDetails.launchDetails

* shapeConfig
* dedicatedVmHostId
* launchMode
* launchOptions
* agentConfig
* isPvEncryptionInTransitEnabled
* preferredMaintenanceAction

Changed
~~~~~~~
* [BREAKING] Removed Stream Archiving

* ``oci streaming admin archiver``

2.9.11

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

* Instance Access Type support for OCE instances

* ``oci oce oce-instance create --instance-access-type --upgrade-schedule``

Fixed
~~~~~~~~

* Use client specific endpoint for clock skew check instead of always Compute

Changed
~~~~~~~

* Custom bashrc file is created on user input when default rc file is not found during CLI installation.

2.9.10

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

* Support for getting usage of Vault in KMS Management Service.

* ``oci kms management vault usage get``

* The ability to change the compartment of Runs and Applications in Data Flow Service.

* ``oci data-flow application change-compartment``
* ``oci data-flow run change-compartment``

* New options for stream-pool create/update in Streaming Service.

* ``oci streaming admin stream-pool create --custom-encryption-key-details, --private-endpoint-details``
* ``oci streaming admin stream-pool update --custom-encryption-key-details``

Fixed
~~~~~~~~

* Bug where uploading the zip file to model-artifact would fail

* ``oci data-science model create-model-artifact --model-artifact-file --model-id``

2.9.9

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

* Support to allow update of class name, file URI, language and spark version of an existing application in the Data Flow service

* ``oci data-flow application update --class-name, --file-uri, --language, --spark-version``

* Support for enabling and disabling the pod security policy admission controller in the Container Engine Service

* ``oci ce cluster create | update --options '{"admissionControllerOptions": {"isPodSecurityPolicyEnabled": true}}'``

* Support for Cross Region Replication in the Object Storage Service

* ``oci os replication create-replication-policy``
* ``oci os replication delete-replication-policy``
* ``oci os replication get-replication-policy``
* ``oci os replication list-replication-policies``
* ``oci os replication list-replication-sources``
* ``oci os replication make-bucket-writable``

* Support for Retention Rules in the Object Storage Service

* ``oci os retention-rule``

* Support for Big Data service

* ``oci bds``

* Support for Secrets and Vault service

* ``oci secrets``
* ``oci vault``

Fixed
~~~~~

* Bug where checking the status of the boot volume backup copy operation would fail

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

Changed
~~~~~~~

* The following operations within the Data Transfer Service

* ``oci dts export configure-physical-appliance`` is now idempotent

* Prompt requiring user confirmation when region values are different in config and config_upload_user in the following commands

* ``oci dts job create``
* ``oci dts physical-appliance finalize``

* Perform deep-search and return additional appliance information instead of only appliance-label

* ``oci dts job show``

* User credentials validation step and check to determine if the specified bucket belongs to the specified compartment. Introduced new optional argument.

* ``oci dts job create --skip-upload-user-check``

2.9.8

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

* Support for conditions in the JavaScript Challenge

* ``oci waas js-challenge update``

* Support for new settings in Policy Config

* ``oci waas policy-config update --load-balancing-method``
* ``oci waas policy-config update --websocket-path-prefixes``
* ``oci waas policy-config update --health-checks``

* Support for exclusions in Custom Protection Rules

* ``oci waas custom-protection-rule list``

* Support for IP Address List in IP Whitelist

* ``oci waas whitelist update``

* Support for WAF configuration for existing OCE instances

* ``oci oce oce-instance update --waf-primary-domain``

* Support for Exacs database creation from backup

* ``oci db database create-database-from-backup``

Page 37 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.