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

3.13.0

--------------------
Added
~~~~~
* Support for the Open Search service

* ``oci opensearch``

* Support for private repositories in the DevOps service

* Added support for DevOps Build connection resource for private repositories

* ``oci devops connection create-bitbucket-server-connection``
* ``oci devops connection create-gitlab-server-connection``
* ``oci devops connection update-bitbucket-server-connection``
* ``oci devops connection update-gitlab-server-connection``

* Added support for DevOps Build trigger resource for private repositories

* ``oci devops trigger create-gitlab-server-trigger``
* ``oci devops trigger create-bitbucket-server-trigger``
* ``oci devops trigger update-bitbucket-server-trigger``
* ``oci devops trigger update-gitlab-server-trigger``

* Added support for DevOps Build stage resource to use private connections

* ``oci devops build-pipeline-stage create-build-stage --network-channel``
* ``oci devops build-pipeline-stage update-build-stage --network-channel``

Changed
~~~~~~~
* Changed --table-limits argument to optional in the NoSQL service

* ``oci nosql table create --table-limits``

* Changed loading json document to support case insensitive prefix (file://) for global parameter and all json loading commands

* ``--from-json``

* [BREAKING] Command and subgroup work-request-log list renamed in the Governance Rules Control Plane service

* ``oci governance-rules-control-plane work-request work-request-log-entry list-work-request-logs``

* [BREAKING] Subgroup work-request renamed in the Tenant Manager Control Plane service

* ``oci organizations work-request-log list``

3.12.0

--------------------
Added
~~~~~
* [BREAKING] Support for the Fusion Apps as a Service

* ``oci fusion-apps``

* Support for specifying size preference when requesting a Data Transfer Appliance in the Data Transfer Service

* ``oci dts appliance request --minimum-storage-capacity-in-terabytes``

* Support for listing all boot volume and replicas within a volume group replica in Boot-volume service

* ``oci bv boot-volume list --volume-group-id``
* ``oci bv boot-volume-replica list --volume-group-replica-id``

* ``Big data service``

* Added support for encryption of boot and block volumes associated with the cluster using customer specified kmsKeyId

* ``oci bds instance create --kms-key-id``
* ``oci bds instance update --kms-key-id``

* Added support for VM.Standard.E4.Flex shape for Cloud SQL (CSQL) node

* ``oci bds cloudsql add --shape-config``

* Support for Autonomous Database Dedicated on ExaCS in Operator Access Control Service

* ``oci opctl operator-control create --resource-type``
* ``oci opctl operator-control-assignment create --resource-type``

* Support for new parameter in management-agent service

* ``oci management-agent work-request list --type``
* ``oci management-agent plugin list --agent-id``
* ``oci management-agent agent list --access-level --compartment-id-in-subtree``

* Support for viewing Automatic Workload Repository (AWR) data for databases added to AWRHub in Operations Insights service

* ``oci opsi awr-hubs *``

* Support for Monthly Security Maintenance with subtype "SECURITY_MONTHLY" in Database service

* ``oci db maintenance-run list --maintenance-subtype SECURITY_MONTHLY``

* Support for new fields to enable/modify database management in Database service

* ``oci db database modify-database-management --port --protocol --role --ssl-secret-id``

* Support for runtime configuration in notebook session in Data-science service

* ``oci data-science notebook-session create --runtime-config-details``
* ``oci data-science notebook-session update --runtime-config-details``

* Support for following command in Media service

* ``oci media-services media-stream``

Fixed
~~~~~~~
* Fixed "wait-for-state" for oci db autonomous-database delete

* ``oci db autonomous-database delete --wait-for-state``

3.11.1

--------------------
Added
~~~~~
* Support for 2 new global parameters to provide connection and read timeout value

* ``oci --connection-timeout --read-timeout``

* Support for Container Databases (CDBs) and Pluggable Databases (PDBs) discovery in the Stack Monitoring service

* ``oci stack-monitoring discovery-job create --compartment-id --discovery-details``

* Support for the Fusion Apps service

* ``oci fusion-apps``

* Support for the Oracle Process Automation service

* ``oci opa``

* Support for ingress routing tables to NAT Gateway and Internet Gateway in the VCN Routing service

* ``oci network nat-gateway create --route-table-id``
* ``oci network nat-gateway update --route-table-id``
* ``oci network internet-gateway create --route-table-id``
* ``oci network internet-gateway update --route-table-id``

* Support for maintenance reboot due date extension on Virtual Machine instances in the core service

* ``oci compute instance-maintenance-reboot get``
* ``oci compute instance update --time-maintenance-reboot-due``

* Support for Oracle Managed Access service

* ``oci oma``

* Support for grapePeriod for wallet rotation feature in the Autonomous Database service

* ``oci db autonomous-database-wallet rotate --grace-period``
* ``oci db autonomous-database-wallet rotate-regional-wallet --grace-period``

* Support for the Media service

* ``oci media-services``

Changed
~~~~~~~
* Modified supported version for the following package: cryptography (>=3.2.1, <=37.0.2), pyOpenSSL (>=17.5.0, <=22.0.0)

3.11.0

--------------------
Added
~~~~~
* Support to provide database management private endpoint ID as input to enable DBCS databases in the Operations Insights service

* ``oci opsi database-insights create-pe-comanged-database --dbm-private-endpoint-id``

* Support for the below new fields to create data guard association with new db system in the Database service

* ``oci db data-guard-association create with-new-db-system --database-defined-tags --database-freeform-tags --db-system-defined-tags --db-system-freeform-tags --fault-domains --license-model --node-count --private-ip --time-zone``

* Support for Native Pod Networking in Oracle Kubernetes Engine service

* ``oci ce cluster create --cluster-pod-network-options``
* ``oci ce node-pool create --max-pods-per-node --pod-nsg-ids --pod-subnet-ids``
* ``oci ce node-pool update --max-pods-per-node --pod-nsg-ids --pod-subnet-ids``

* Support for Compute Instance Maintenance in the Compute service

* ``oci compute instance action --action rebootmigrate``

* Support Point-in-time Recovery for non-HA MySQL Database service

* oci mysql db-system create ... --backup-policy='{"pitr-policy": {"isEnabled": true | false}}'

* oci mysql db-system create ... --source='{"sourceType": "PITR", "dbSystemId": "$DBSYSTEM_ID", "recoveryPoint": "$RECOVERY_POINT"}'

Changed
~~~~~~~
* [BREAKING] The confusing flag naming for preserving data volumes created on instance launch --preserve-data-volumes is removed in the compute service

* ``oci compute instance terminate --preserve-data-volumes``

* Bug fixes and improvements to project_o

3.10.5

--------------------
Added
~~~~~
* Support for the Network Monitoring service

* ``oci vn-monitoring``

* Support for EmWarehouse Service

* ``oci em-warehouse``

* Support for specifying application scan settings when creating or updating host scan recipes in the Vulnerability Scanning service

* ``oci vulnerability-scanning host scan recipe create --application-settings``
* ``oci vulnerability-scanning host scan recipe update --application-settings``

* Support for shared infrastructure autonomous database character sets in the Database service

* ``oci db autonomous-database-character-sets list``

* Support for safe-deleting nodes in the Container Engine for Kubernetes service

* ``oci ce node-pool create --is-force-deletion-after-override-grace-duration-query-param``
* ``oci ce node-pool update --is-force-deletion-after-override-grace-duration-query-param``
* ``oci ce node-pool delete --is-force-deletion-after-override-grace-duration-query-param``
* ``oci ce node-pool delete-node --is-force-deletion-after-override-grace-duration-query-param``

Changed
~~~~~~~~
* Support for ``ncharacter-set`` and ``ncharacter-set`` in Autonomous database service

* ``oci db autonomous-database create --character-set "AL32UTF8" --ncharacter-set "AL16UTF16"``

3.10.4

--------------------
Added
~~~~~
* Support for the Network Firewall service

* ``oci network-firewall``

* Support for CSV file type datasets for text labeling and JSONL in the Data Labeling service

* ``oci data-labeling-service dataset create-dataset-text-dataset-format-details --dataset-format-details-text-file-type-metadata``

* Support for diagnostics in the Database Management service

* ``oci database-management diagnosability``
* ``oci database-management sql-tuning-task``

Fixed
~~~~~~~
* Fixed following command/operations input, output filenames and path for windows OS in object storage service

* ``oci os object sync``

* Fixed pagination bug in list database service

* ``oci db database list``

Page 19 of 54

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.