Skip to content

Releases: oracle/oci-cli

3.40.2

07 May 06:16
6fe91b2
Compare
Choose a tag to compare

Added

  • OCI Virtual Cloud Network Service
    • Support for new ip inventory and notification feature
      • oci network ipam list-ip-inventory
      • oci network ipam get-resource-ip-inventory
      • oci network ipam get-subnet-cidr-utilization
      • oci network ipam get-subnet-ip-inventory
      • oci network ipam get-vcn-overlap
  • OCI Load Balancer Service
    • Support for accidental delete protection preventing deletion of a load-balancer and its listeners or backends if they are configured to accept traffic
      • oci lb load-balancer create --is-delete-protection-enabled
      • oci lb load-balancer update --is-delete-protection-enabled
    • Support for new optional parameter limiting the number of simultaneous connections a load-balancer can make to its backends or listeners
      • oci lb backend create --max-connections
      • oci lb backend update --max-connections
      • oci lb backend-set create --backend-max-connections
      • oci lb backend-set update --backend-max-connections
  • OCI Big Data Service
    • Support for new optional parameter for os patching configs
      • oci bds instance install-os-patch --patching-configs
    • Support for new commands for os patching configs
      • oci bds instance install-os-patch-batching-based-patching-configs
      • oci bds instance install-os-patch-downtime-based-patching-configs
  • OCI Disaster Recovery Cloud Service
    • Support for user-defined pause group in disaster recovery plan
      • oci disaster-recovery dr-plan update
  • OCI Database Service
    • Support for new optional parameter when creating/updating cloud vm clusters
      • oci db cloud-vm-cluster create --file-system-configuration-details
      • oci db cloud-vm-cluster update --file-system-configuration-details

Changed

  • Upgraded the prompt-toolkit version to (>=3.0.38, <=3.0.43) for Python 3.7 and above

File Checksums (SHA256)

oci-cli-3.40.2.zip e9649668d5f2cc308a04c4c3b1a0210c2ffc2714c0dd2956f42394506aef14bc
oci-cli-3.40.2-Windows-Server-2019-Offline.zip a17f2d07a5c75bd599ad86cb4a71d7c8b002082c04006c9fa7d4afa3c693bd8f
oci-cli-3.40.2-Oracle-Autonomous-Linux-7.9-Offline.zip 0c7d5974cc8fb9c53ba4e1ec7190154a21757fbad9298a4518316df590b39123
oci-cli-3.40.2-Windows-Server-2016-Offline.zip 291973eb9a144a351ba55eb343801faa70bd3e2aed32a223e8511c7433a9acab
oci-cli-3.40.2-Oracle-Linux-7.9-Offline.zip 4cb005626a8f3998c6c220198d376abc6a8388501168af9106dc6698b706f520
oci-cli-3.40.2-CentOS-7-Offline.zip a53d4bd40923edcffad39798ec0c23972d443c6f7383541eef2b5bb546c723ea
oci-cli-3.40.2-Oracle-Linux-8-Offline.zip 64bf045ee3c90903e912768cf7e7f9bc5dc9f53d84a33a84bb426c3b107f4b0a
oci-cli-3.40.2-Oracle-Linux-7.8-Offline.zip 14b5c37b8fb324981c59e604fd6e3e4660904cf1147cdb0f5f52d8658cc922c3
oci-cli-3.40.2-Windows-Server-Installer.msi 49fd49a9fb87ae19ec010583186b4e03001181c755947f13d10bc3dd788de999
oci-cli-3.40.2-CentOS-8-Offline.zip cb9d145cd7c74391af4d0168bb6c6ddba9e73be586d5a9c41af1868a55cc80ac
oci-cli-3.40.2-Windows-Server-2012-Offline.zip 8d1523ca7371842d96e3f49ca1ee236ca078175e2b8e44737a980acd7917fde3
oci-cli-3.40.2-Oracle-Linux-9-Offline.zip 1da003a636b62680bfde9c975863591330d23e0e94a4a82147805cdd493e24a5

3.40.1

30 Apr 07:03
23a088f
Compare
Choose a tag to compare

Added

  • Database Service
    • Support for enabling unified auditing for DBHome
      • oci db db-home
    • Support to create Grid Infrastructure type of custom software images
      • oci db database-software-image create --display-name, --compartment-id, --image-type "grid_image"
    • Support to list custom software images greater than a given patchSet version, to find the images available for use in patching.
      • oci db database-software-image list --compartment-id, --image-type, --image-shape-family, --patch-set-greater-than-or-equal-to
    • Support Cloud VM cluster in-place patching using custom Grid Infrastructure image
      • oci db cloud-vm-cluster update --cloud-vm-cluster-id, --gi-image-id, --update-action
    • Support VM cluster in-place patching using custom Grid Infrastructure image
      • oci db vm-cluster update --vm-cluster-id, --gi-image-id, --update-action
  • Oracle Database Autonomous Recovery Service
    • Support for Cancel Protected Database
      • oci recovery protected-database cancel-protected-database-deletion [options]
    • Support for Schedule Protected Database
      • oci recovery protected-database schedule-protected-database-deletion [options]
    • Support for Network Security Group for RSS
      • oci recovery recovery-subnet create --nsg-ids [options]
      • oci recovery recovery-subnet update --nsg-ids [options]
  • Data Catalog
    • Support for lineage metadata import
      • oci data-catalog data-asset import-lineage
  • Database Management Service
    • Support for monitoring ExaCC databases
      • oci database-management managed-database enable-database-management-feature-database-diagnostics-and-management-feature-details
      • oci database-management managed-database enable-external-container-database-management-feature-external-database-diagnostics-and-management-feature-details
      • oci database-management managed-database enable-external-non-container-database-management-feature-external-database-diagnostics-and-management-feature-details
  • Data Safe Service
    • Support for generate, list, get, delete and change compartment for pre-masking check before actual masking
      • oci data-safe masking-policy-health-report change-compartment --compartment-id | -c, --masking-policy-health-report-id, -? | -h | --help
      • oci data-safe masking-policy-health-report delete --masking-policy-health-report-id, --force, -? | -h | --help
      • oci data-safe masking-policy-health-report generate-health-report --masking-policy-id, --check-type, --compartment-id | -c, --defined-tags, --freeform-tags, -? | -h | --help, --tablespace, --target-id
      • oci data-safe masking-policy-health-report get --masking-policy-health-report-id, -? | -h | --help
      • oci data-safe masking-policy-health-report list --compartment-id | -c, --access-level, --all, --compartment-id-in-subtree, --display-name, -? | -h | --help, --masking-policy-health-report-id, --masking-policy-id, --target-id
      • oci data-safe masking-policy-health-report list-masking-policy-health-report-logs --masking-policy-health-report-id, --all, -? | -h | --help, --message-type
  • Data Integration Service
    • Support for workspace properties in create/update workspace
      • oci data-integration workspace create
      • oci data-integration workspace update

File Checksums (SHA256)

oci-cli-3.40.1.zip 4a002feedc731ba16b2fe88c76c112f2e55d8e5ed16256f99d50d23ab124fc99
oci-cli-3.40.1-Oracle-Linux-9-Offline.zip 2f2d68bd877607911b39077073844bf70333bd50b2f5a806d6e31cf6b245ed6a
oci-cli-3.40.1-Oracle-Linux-8-Offline.zip 8d21156228e587826c40f97a2da77a597f4fd6002c07c4c829634ffc7899099b
oci-cli-3.40.1-CentOS-7-Offline.zip c4eb8f8c5c20f979d57e714dfb3aec5ad1278997f9115fb3c34ea919a04e0bc4
oci-cli-3.40.1-Windows-Server-2019-Offline.zip efdd06c775c7999ea039e23b5d0882e1890ad70bdc976396eadf77e6c7b8cae7
oci-cli-3.40.1-CentOS-8-Offline.zip dbd1a8b6c14b4897ed8e22132d8ec9545386fba7c50d498411ec121a14d20903
oci-cli-3.40.1-Windows-Server-2016-Offline.zip 0be535a40c69ee84b4215e9b3d53a32f222365baca91218c01b07ffeef3949bf
oci-cli-3.40.1-Windows-Server-Installer.msi 31e6f3e41381e38d305cc432b0a88771b73e13e582f437f344854b584c01ffef
oci-cli-3.40.1-Windows-Server-2012-Offline.zip 236ae8aaa91aa3537cbf7f714005c3a9eeeeba1c9159796f01e9f4537b66ac0c
oci-cli-3.40.1-Oracle-Linux-7.9-Offline.zip a419b7088c89532563e7154ca2b31840489390308edd1bb3bd901446cbe21b76

3.40.0

23 Apr 08:14
e2a35f1
Compare
Choose a tag to compare

Added

  • Support for the new Cluster Placement Groups service
    • oci cpg
  • Support for new optional parameter domainId in ApproverInfo while managing ApprovalTemplate in Managed Access Service
    • oci oma approval-template create --approver-levels
    • oci oma approval-template update --approver-levels
  • Cloud Guard And Security Zones Service
    • New resource adhocquery
      • oci cloud-guard adhoc-query create
      • oci cloud-guard adhoc-query delete
      • oci cloud-guard adhoc-query get
      • oci cloud-guard adhoc-query list
      • oci cloud-guard adhoc-query-result-collection get-adhoc-query-result-content
      • oci cloud-guard adhoc-query-result-collection list-adhoc-query-results
    • New resource savedQuery
      • oci cloud-guard saved-query change-compartment
      • oci cloud-guard saved-query create
      • oci cloud-guard saved-query delete
      • oci cloud-guard saved-query get
      • oci cloud-guard saved-query list
      • oci cloud-guard saved-query update
    • Support for the new enum scheduledQuery for parameter feedprovider in data source resource
      • oci cloud-guard data-source create-data-source-scheduled-query-data-source-obj-details
      • oci cloud-guard data-source update-data-source-scheduled-query-data-source-obj-details
  • Core Services
    • Support for new optional parameters in the instance launch APIs
      • oci compute instance launch --cluster-placement-group-id
      • oci compute instance launch-instance-generic-bm-launch-instance-platform-config --cluster-placement-group-id
    • Support for assigning cluster placement group to boot volume creation in block storage.
      • oci bv boot-volume create --cluster-placement-group-id
    • Support for assigning cluster placement group to boot volume creation from boot volume replica in block storage.
      • oci bv boot-volume create-boot-volume-boot-volume-source-from-boot-volume-replica-details --cluster-placement-group-id
    • Support for assigning cluster placement group to block volume creation in block storage.
      • oci bv volume create --cluster-placement-group-id
    • Support for assigning cluster placement group to block volume creation from block volume replica in block storage.
      • oci bv volume create-volume-volume-source-from-block-volume-replica-details --cluster-placement-group-id
    • Support for listing volumes by cluster placement group in block storage.
      • oci bv volume list --cluster-placement-group-id
    • Support for assigning cluster placement group to volumes after restoring from a volume group clone, backup, or replica in block storage.
      • oci bv volume-group create --cluster-placement-group-id
  • OS Management Hub Service
    • Support for events
      • oci os-management-hub event
    • Support for installing windows updates for all instances in a compartment
      • oci os-management-hub install-all-windows-updates-in-compartment
    • Support for moving resources to different compartments
      • oci os-management-hub lifecycle-environment change-compartment
      • oci os-management-hub managed-instance-group change-compartment
      • oci os-management-hub management-station change-compartment
      • oci os-management-hub profile change-compartment
      • oci os-management-hub scheduled-job change-compartment
      • oci os-management-hub software-source change-compartment
    • Support for new commands for managed instances
      • oci os-management-hub managed-instance attach-profile
      • oci os-management-hub managed-instance detach-profile
      • oci os-management-hub managed-instance delete
      • oci os-management-hub managed-instance install-windows-updates
      • oci os-management-hub managed-instance list-available-windows-updates
      • oci os-management-hub managed-instance list-installed-windows-updates
    • Support for new commands for managed instance groups
      • oci os-management-hub managed-instance-group install-windows-updates
      • oci os-management-hub managed-instance-group switch-module-stream
    • Support for new commands for management station
      • oci os-management-hub management-station refresh-management-station-config
    • Support for new commands for software sources
      • oci os-management-hub software-source add-packages
      • oci os-management-hub software-source get-software-package-by-name
      • oci os-management-hub software-source list-all-software-packages
      • oci os-management-hub software-source list-software-sources-with-package
      • oci os-management-hub software-source replicate-vendor-swsrc
      • oci os-management-hub software-source update-versioned-custom-swsrc
    • Support for new commands for windows updates
      • oci os-management-hub windows-update get
      • oci os-management-hub windows-update list-windows-updates

Changed

  • [BREAKING] OS Management Hub Service
    • Optional parameter --vulnerability-type has now been made required in the following command
      • oci os-management-hub managed-instance get-content
    • Optional parameter --managed-instances has now been made required in the following commands
      • oci os-management-hub managed-instance-group attach-managed-instances
      • oci os-management-hub managed-instance-group detach-managed-instances
    • Optional parameter --software-sources has now been made required in the following commands
      • oci os-management-hub managed-instance-group attach-software-sources
      • oci os-management-hub managed-instance-group detach-software-sources
    • Optional parameter --module-name has now been made required in the following commands
      • oci os-management-hub managed-instance-group disable-module-stream
      • oci os-management-hub managed-instance-group enable-module-stream
      • oci os-management-hub managed-instance-group install-module-profile
    • Optional parameter --package-names has now been made required in the following commands
      • oci os-management-hub managed-instance-group install-packages
      • oci os-management-hub managed-instance-group remove-packages

File Checksums (SHA256)

oci-cli-3.40.0.zip 6662cde1129ee621a9c69ea6eb55cf8bff6a06e79be0085410040c137b56a521
oci-cli-3.40.0-Windows-Server-2012-Offline.zip a041f7579eebe0f63f1ebb69df6937f7ff0b93b0690bcc0e78dd166cd398eec9
oci-cli-3.40.0-Windows-Server-2016-Offline.zip bee52d3f8f140156d0de7cf9ad2ac7890dbe31e6d5b50b772306a5e5850f4a1e
oci-cli-3.40.0-Oracle-Linux-9-Offline.zip 880b3f91db34adc8f41cd037ea350bf7c08c476bc0633159a87be528469d4ead
oci-cli-3.40.0-Oracle-Linux-8-Offline.zip b878040b29f891bece06d3d9ece4483cae65881632b9393d775df7e44b2cb09b
oci-cli-3.40.0-Windows-Server-2019-Offline.zip 451c9149e1800c1db1cefb4ba2dc190a3ae66d33ceb66d2fa832757dbe50f7da
oci-cli-3.40.0-CentOS-7-Offline.zip 01d51eac24398a6dde667b1bc9b7021c99fe96c77356f43ade4ddd951a80a642
oci-cli-3.40.0-Windows-Server-Installer.msi 6f83689ae7207797fdd804091cbfb290df0b15303ceaede00bdb646a4ffa3147
oci-cli-3.40.0-Oracle-Linux-7.9-Offline.zip 20ceca1609c4082af6e1157a84ae99d80b42aa89bd7641ec09364657aa1b6249

3.39.1

16 Apr 09:28
3d48b37
Compare
Choose a tag to compare

Added

  • Database Service
    • New Autonomous Database Software Image Introduced
      • oci db autonomous-database-software-image
    • Support for Autonomous Database Software Image
      • oci db autonomous-database-software-image change-compartment --autonomous-database-software-image-id
      • oci db autonomous-database-software-image create
      • oci db autonomous-database-software-image delete
      • oci db autonomous-database-software-image get --autonomous-database-software-image-id
      • oci db autonomous-database-software-image list
      • oci db autonomous-database-software-image update --autonomous-database-software-image-id
    • Support for optional parameter --database-software-image-id
      • oci db autonomous-container-database create --database-software-image-id
  • Database Migration Service
    • Support for AWS_S3 with object_storage_bucket migrations
      • oci database-migration migration create-migration-aws-s3-data-transfer-medium-details
      • oci database-migration migration update-migration-aws-s3-data-transfer-medium-details
  • Generative AI Interface Service
    • Support for Chat Results
      • oci generative-ai-inference chat-result chat
      • oci generative-ai-inference chat-result chat-cohere-chat-request
      • oci generative-ai-inference chat-result chat-dedicated-serving-mode
      • oci generative-ai-inference chat-result chat-generic-chat-request
      • oci generative-ai-inference chat-result chat-on-demand-serving-mode
  • Network Load Balancer Service
    • Addition of optional parameter --is-fail-open in backend-set and health-checker update commands
      • oci nlb backend-set update
      • oci nlb health-checker update
  • Redis Service
    • Support for new optional parameters --nsg-ids in redis cluster commands
      • oci redis redis-cluster create --nsg-ids
      • oci redis redis-cluster update --nsg-ids
  • Generative AI Service
    • Support Dedicated AI Cluster Unit Shape LARGE_COHERE_V2 in the Generative AI Service Management
      • oci generative-ai dedicated-ai-cluster
  • Usage Service
    • Support for Usage Statements in email recipient groups
      • oci usage-api email-recipients-group create
      • oci usage-api email-recipients-group delete
      • oci usage-api email-recipients-group get
      • oci usage-api email-recipients-group list
      • oci usage-api email-recipients-group update
  • AI Language Service
    • Support for extracting entities from healthcare records
      • oci ai language batch-detect-health-entities --documents --endpoint-id --is-detect-assertions --is-detect-relationships
      • oci ai language batch-detect-pii-entities
  • Process Automation Service
    • Support for the Oracle Process Automation instance start and stop operation
      • oci opa opa-instance start --opa-instance-id
      • oci opa opa-instance stop --opa-instance-id

File Checksums (SHA256)

oci-cli-3.39.1.zip b7e7da3980e9661466bc3f56cd0be3c03506deb6faf01d7c15934fe2add74aa9
oci-cli-3.39.1-Windows-Server-2016-Offline.zip 398600d0bbccfff0e890bb01b838cc1479e652fbb104bbc2890961113fd3d7ef
oci-cli-3.39.1-Windows-Server-2019-Offline.zip db67fbef021dcfda25439882b95e437802f4d74989a4bfd6381a39906bc64f4c
oci-cli-3.39.1-Oracle-Linux-9-Offline.zip b2ab95f019e8e087bee36eb18b9f394cd26b1dcedf735952b7f3515be4b3a819
oci-cli-3.39.1-Oracle-Linux-8-Offline.zip 7b9cee599ece31384dd3d4b6ab6d8529f6a25862ad6a80239751e995de3ea588
oci-cli-3.39.1-CentOS-8-Offline.zip 57817bb5dd7d51de4481401fe1a50bf94a5ba6a4aa1aefb051a6abbab0e18e4e
oci-cli-3.39.1-CentOS-7-Offline.zip 773e1f283508eac6a2ae7bacc2e26d51d33b203990bfa116214b098976b99bed
oci-cli-3.39.1-Windows-Server-2012-Offline.zip 5584981d1d31ba8982ee268111210a920247da4728066946a1d93eedc200c6ff
oci-cli-3.39.1-Oracle-Linux-7.9-Offline.zip 73cb17a9c8df11bf1369542f261ba66e6166a5feae2569613980479ae1d83751
oci-cli-3.39.1-Windows-Server-Installer.msi 60f61a7ab96683855d00ee9d0902a3ac50748c023b16d46d535dfe5f0c82de12

3.39.0

08 Apr 08:56
0f3cb6a
Compare
Choose a tag to compare

Removed

  • [BREAKING] Application Migration Service removed
    • oci application-migration

Added

  • Support for oke workload resource principal signer auth using --auth oke_workload_identity option
  • OCI Network Load Balancer Service
    • Support for the Domain Name System based backend health check
      • oci nlb health-checker update --dns
    • Support for Fail Open in Network Load Balancer service
      • oci nlb backend-set create --is-fail-open
      • oci nlb backend-set update --is-fail-open
    • New NLB feature with Instant FailOver
      • oci nlb backend-set create --is-instant-failover-enabled'
      • oci nlb backend-set update --is-instant-failover-enabled'
  • Stack Monitoring Service
    • Support for adding/updating source type and resource category for resource types in the Stack Monitoring Service
      • oci stack-monitoring resource-type create --resource-category, --source-type
      • oci stack-monitoring resource-type create-system-format-resource-type --resource-category, --source-type
      • oci stack-monitoring resource-type update --resource-category, --source-type
      • oci stack-monitoring resource-type update-system-format-resource-type --resource-category, --source-type
    • Support for searching resources based on resource category, sourceType, multiple compartments, multiple lifecycle states in the Stack Monitoring Service
      • oci stack-monitoring resource search --compartment-ids, --lifecycle-states, --resource-category, --source-type
    • Support for filtering listed resources based on lifecycle status in the Stack Monitoring Service
      • oci stack-monitoring resource list --status
    • Support for creating tasks with new config parameters in the Stack Monitoring Service
      • oci stack-monitoring resource-task import-telemetry-resources --console-path-prefix, --external-id-mapping, --up-status-mappings, --resource-name-filter, --resource-name-mapping, --resource-type-filter, --resource-type-mapping, --service-base-url, --use-metrics-for-status
  • Support for setting nested resource principal parent URL in the Oracle Cloud Infrastructure Data Flow service
    • oci data-flow run create --opc-parent-rpt-url
    • oci data-flow run submit --opc-parent-rpt-url

File Checksums (SHA256)

oci-cli-3.39.0.zip 0d7130941733732edcef4379bcb1fcac5258e86e921a209690d07facec20a3b3
oci-cli-3.39.0-Oracle-Linux-9-Offline.zip c41fa7f7d674808c3ad7125c828655f3a40ec5cb6d80a5d3f16f36ee9d413875
oci-cli-3.39.0-Windows-Server-Installer.msi e26a93daf973a8545dee80994fd99cea5e289c5240e3d3b396596b56ead14689
oci-cli-3.39.0-Windows-Server-2016-Offline.zip a539aba771e7b292d69fb548abdddbb7c16d5fb85c256a6b89a6a6b2c44c1acd
oci-cli-3.39.0-Oracle-Linux-8-Offline.zip a6cd06257a67d15afc91124ef5a92e18696445bb29929c864c23f974e0a07c0a
oci-cli-3.39.0-Windows-Server-2019-Offline.zip 1d2a88b38a24fa3e116a2497c08a4123b0e9b504845d219d6f0cbfaec98a56a8

3.38.1

02 Apr 06:35
6b5dc9d
Compare
Choose a tag to compare

Added

  • OCI Network Load Balancer Service
    • Support for assigned private Ip by adding new optional parameters in the Network Load Balancer Service for creation and update
    • oci nlb network-load-balancer create --assigned-ipv6, --assigned-private-ipv4
    • oci nlb network-load-balancer update --assigned-ipv6
    • LBaaS Support for TLSv1.3
  • OCI Email-Delivery Service
    • Support for Configuration API in Email-Delivery Service
    • Support for sending mails via Https for Email Delivery Service
  • OCI Cloud Guard service
    • Support for the status field in creating data source resource of Cloud Guard Service
    • oci cloud-guard data-source create --status
    • oci cloud-guard data-source create-data-source-logging-query-data-source-details --status

Removed ~~~~~

  • [BREAKING] Commands removed
    • oci devops code-search list-results
    • oci devops project delete-project-settings
    • oci devops project get-notification-preference
    • oci devops project get-project-settings
    • oci devops project list-project-analytics-authors
    • oci devops project summarize-project-analytics
    • oci devops project update-notification-preference
    • oci devops project update-project-settings
    • oci devops protected-branch create-or-update
    • oci devops protected-branch delete
    • oci devops protected-branch list-protected-branches
    • oci devops pull-request create
    • oci devops pull-request create-pull-request-attachment
    • oci devops pull-request decline
    • oci devops pull-request delete
    • oci devops pull-request delete-pull-request-attachment
    • oci devops pull-request execute-merge-pull-request
    • oci devops pull-request get
    • oci devops pull-request get-pull-request-attachment
    • oci devops pull-request get-pull-request-attachment-content
    • oci devops pull-request get-pull-request-change-summary-metrics
    • oci devops pull-request get-pull-request-notification-preference
    • oci devops pull-request list-build-run-snapshots
    • oci devops pull-request list-pull-request-activities
    • oci devops pull-request list-pull-request-attachments
    • oci devops pull-request list-pull-request-commits
    • oci devops pull-request list-pull-request-file-changes
    • oci devops pull-request list-pull-requests
    • oci devops pull-request patch
    • oci devops pull-request reopen
    • oci devops pull-request review
    • oci devops pull-request unsubscribe
    • oci devops pull-request update
    • oci devops pull-request update-pull-request-notification-preference
    • oci devops pull-request validate-merge-pull-request
    • oci devops pull-request-comment create-pull-request-comment
    • oci devops pull-request-comment delete-pull-request-comment
    • oci devops pull-request-comment get-pull-request-comment
    • oci devops pull-request-comment like-pull-request-comment
    • oci devops pull-request-comment list-pull-request-comments
    • oci devops pull-request-comment unlike-pull-request-comment
    • oci devops pull-request-comment update-pull-request-comment
    • oci devops repository create-or-update-git-branch-details
    • oci devops repository create-or-update-git-tag-details
    • oci devops repository delete-git-ref
    • oci devops repository delete-repository-settings
    • oci devops repository get-repository-notification-preference
    • oci devops repository get-repository-settings
    • oci devops repository list-fork-sync-statuses
    • oci devops repository list-pull-request-authors
    • oci devops repository list-repository-analytics-authors
    • oci devops repository list-repository-build-run-snapshots
    • oci devops repository summarize-repository-analytics
    • oci devops repository sync
    • oci devops repository update-repository-notification-preference
    • oci devops repository update-repository-settings
    • oci devops repository-private-access change-compartment
    • oci devops repository-private-access create
    • oci devops repository-private-access delete
    • oci devops repository-private-access get
    • oci devops repository-private-access list
    • oci devops repository-private-access list-private-projects
    • oci devops repository-private-access recover
    • oci devops repository-private-access update

File Checksums (SHA256)

oci-cli-3.38.1.zip 745a365c844752c0aa6eb43ceb9323b38d874ec44b784c2313c87a892b3f35f2
oci-cli-3.38.1-CentOS-7-Offline.zip efbc52ffbed98a6128282870e3d72436a50feb31915f3c7ea995ce82ef6938de
oci-cli-3.38.1-Oracle-Linux-9-Offline.zip d003d51ebed0d947578f9ec3b3c2389bd469205032401d34c9be83442aec9fa0
oci-cli-3.38.1-CentOS-8-Offline.zip e4c8df097ddc8df9f525c101c16628f83f58ad103d81c1f824a8c9579a273295
oci-cli-3.38.1-Windows-Server-Installer.msi 119a828e63e23fcb59607fca6abced2c85a88994865e402327be37249d2cb02b
oci-cli-3.38.1-Oracle-Linux-7.8-Offline.zip 3e0756a2c8cc6c2b53da8026bf9c342fac123e8a6e51d95b03dc7b5228ba3f22
oci-cli-3.38.1-Windows-Server-2012-Offline.zip 38b9a7b38c9a57045cdcc16ee42298cc840e728d348c74296699e3bd7ea7eb5e
oci-cli-3.38.1-Ubuntu-18.04-Offline.zip ed4a06693e5d4a0ad389c341a376b0b151b9a47e50583f741ef26465efaaa3d1
oci-cli-3.38.1-Windows-Server-2016-Offline.zip 15c268d6d077584bc504a6d1c5b86426a249fa180719c0edaf115a9461129750
oci-cli-3.38.1-Windows-Server-2019-Offline.zip 62a47c81ceb84db20bd2c49c85529685eeea3982aaeda95503a968ebf814b78b
oci-cli-3.38.1-Oracle-Linux-8-Offline.zip fcb7a9d0d6ef0d768b3a58fe7624a874eec62f29ba2279a2401032d6f6089b5b

3.38.0

26 Mar 13:57
2f61061
Compare
Choose a tag to compare

Added

  • OCI Network Load Balancer Service
    • Support for symmetric hashing when creating or updating network load balancers.
      • oci nlb network-load-balancer create --is-symmetric-hash-enabled
      • oci nlb network-load-balancer update --is-symmetric-hash-enabled
  • OCI Monitoring Service
    • Support for new optional parameters in the create or update alarms commands.
      • oci monitoring alarm create --overrides --rule-name --notification-version
      • oci monitoring alarm update --overrides --rule-name --notification-version
  • OCI Database Management Service
    • Support for new command to retrieve fleet health metrics for MySQL HeatWave clusters.
      • oci database-management managed-my-sql-databases heat-wave-fleet-metrics
    • Support for new optional parameter when retrieving MySQL fleet metrics.
      • oci database-management managed-my-sql-databases my-sql-fleet-metrics --is-heat-wave-enabled
  • OCI Database Service
    • Support for creating and updating a refreshable clone with auto-refresh for an autonomous database.
      • oci db autonomous-database create-refreshable-clone --auto-refresh-point-lag-in-seconds
      • oci db autonomous-database update --auto-refresh-point-lag-in-seconds
  • OCI Logging Service
    • Support for new logging agent-configuration commands.
      • oci logging agent-configuration create-unified-agent-configuration-unified-agent-monitoring-configuration-details
      • oci logging agent-configuration update-unified-agent-configuration-unified-agent-monitoring-configuration-details
    • Support for new optional parameters in the following commands
      • oci logging agent-configuration create-log-configuration --service-configuration-filter
      • oci logging agent-configuration update-log-configuration --service-configuration-filter
  • OCI Devops Deployment Service
    • Support for new groups of commands.
      • oci devops code-search
      • oci devops protected-branch
      • oci devops pull-request
      • oci devops pull-request-comment
      • oci devops repository-private-access
    • Support for new commands in the deploy-artifact group.
      • oci devops deploy-artifact create-helm-command-spec
      • oci devops deploy-artifact update-helm-command-spec
    • Support for new commands in the project group.
      • oci devops project get-project-settings
      • oci devops project update-project-settings
      • oci devops project delete-project-settings
      • oci devops project get-notification-preference
      • oci devops project update-notification-preference
      • oci devops project list-project-analytics-authors
      • oci devops project summarize-project-analytics
    • Support for new commands in the repository group.
      • oci devops repository create-or-update-git-branch-details
      • oci devops repository create-or-update-git-tag-details
      • oci devops repository delete-git-ref
      • oci devops repository delete-repository-settings
      • oci devops repository get-repository-settings
      • oci devops repository get-repository-notification-preference
      • oci devops repository list-fork-sync-statuses
      • oci devops repository list-pull-request-authors
      • oci devops repository list-repository-analytics-authors
      • oci devops repository list-repository-build-run-snapshots
      • oci devops repository summarize-repository-analytics
      • oci devops repository sync
      • oci devops repository update-repository-notification-preference
      • oci devops repository update-repository-settings
    • Support for new parameters in the following commands.
      • oci devops repository create --parent-repository-id
      • oci devops repository get-commit-diff --target-repository-id
      • oci devops repository list-commit-diffs --target-repository-id
      • oci devops deploy-stage create-deploy-oke-stage --oke-environment-details
      • oci devops deploy-stage update-deploy-oke-stage --oke-environment-details
      • oci devops deploy-stage create-oke-helm-chart-stage --oke-environment-details --helm-command-artifact-ids --purpose --is-uninstall-on-stage-delete
      • oci devops deploy-stage update-oke-helm-chart-stage --oke-environment-details --helm-command-artifact-ids --purpose --is-uninstall-on-stage-delete

Changed

  • [BREAKING] Optional parameters --description and --display-name have now been made required in the following commands in OCI Logging Service.
    • oci logging agent-configuration create
    • oci logging agent-configuration create-log-configuration

File Checksums (SHA256)

oci-cli-3.38.0.zip 0e76da386ef2d2d383cd8f4f707cd92185d88e99b354450ac11bfa5ababbddd3
oci-cli-3.38.0-Oracle-Autonomous-Linux-7.9-Offline.zip 382956b1c86f9815bd558b15446ccf5434ef021fbc140439835bb6605540e589
oci-cli-3.38.0-Windows-Server-Installer.msi c796a8fbb9b33adf7c9268e944fc26cdf1233aee45d184b39312c1aa28997f41
oci-cli-3.38.0-Oracle-Linux-7.9-Offline.zip 19d7560a44c95b88f7561c6f77fb72076acf7b6ddc3f1e1652c7e0fa10685b81
oci-cli-3.38.0-Oracle-Linux-7.8-Offline.zip 8411f4898cb6dbb35b0fac04483f6cd226c5d639a8441ea8ba00b0b0212235f5
oci-cli-3.38.0-Windows-Server-2019-Offline.zip cdcfbb256eb5421d14bac11e2c55fb6f12aa8bdd489ff23b5b23b99a1d21afe3
oci-cli-3.38.0-CentOS-7-Offline.zip 87682d04303961c1b57a6117ff6d8579b7776eeb5e552ff11f17364701080963
oci-cli-3.38.0-CentOS-8-Offline.zip 75d975e0969f83fe369c70a24b71561edd0f28f963e70ef1c544804e02d6db85
oci-cli-3.38.0-Windows-Server-2016-Offline.zip 5c4a5cfe6e3508d1dd53cb1f2a592592a93b84d449741f8464e1401dc9a3fbb5
oci-cli-3.38.0-Windows-Server-2012-Offline.zip a4ec622742c93a0298da73be312ffc0d5d999bfdc0ed610378cad8cf9a8f48f1
oci-cli-3.38.0-Oracle-Linux-8-Offline.zip 193534a95618cb9d0ec5d948208eb781f3208ca19f9fbc8258012fd4282eded5

3.37.14

19 Mar 10:13
f8d06d8
Compare
Choose a tag to compare

Added

  • The AI Language service
    • Support for async jobs and document translation
      • oci ai language job create --compartment-id --input-location --model-metadata-details --output-location --description, --display-name --input-configuration
      • oci ai language job update --job-id --description --display-name
      • oci ai language job list --compartment-id --all --display-name --id
      • oci ai language job get --job-id
      • oci ai language job delete --job-id
      • oci ai language job cancel --job-id
      • oci ai language job change-compartment --compartment-id --job-id
  • Application Performance Monitoring Trace service
    • Support for attribute management for trace and synthetic
      • oci apm-traces attributes activate
      • oci apm-traces attributes deactivate
      • oci apm-traces attributes auto-activate-status
      • oci apm-traces attributes pin
      • oci apm-traces attributes unpin
      • oci apm-traces attributes update-auto-activate
      • oci apm-traces attributes update-notes
      • oci apm-traces attributes update-attribute
    • Support for new optional parameters in the get trace and get span
      • oci apm-traces trace trace get --time-trace-started-gte --time-trace-started-lt --trace-namespace
      • oci apm-traces trace span get --time-trace-started-gte --time-trace-started-lt --trace-namespace

File Checksums (SHA256)

oci-cli-3.37.14.zip 122fd3cded512d5679855e40daef12b57edf4bf4adfefbeabdb5246c8a081639
oci-cli-3.37.14-Oracle-Autonomous-Linux-7.9-Offline.zip 4503dd2f3dd0e7bb14b5c71dcd69bc3901c9d4cc81a533aab7f61dc81c6a334b
oci-cli-3.37.14-Ubuntu-18.04-Offline.zip 5687f2ffe88725042776eef8eaee5e7df09be6c0ee8f521366d7705c673b5d65
oci-cli-3.37.14-Windows-Server-2016-Offline.zip 5a3581a9d54b4c864deb44fe809a3dabf03a04be8db253d4a597b1860821432a
oci-cli-3.37.14-Windows-Server-2019-Offline.zip 2e6c41dfa373f03b16ee4d26ac52468ad58a5f733ad04b0eb127b503d0f6d501
oci-cli-3.37.14-Windows-Server-Installer.msi 3b641d69488e05be8b4045851f18c092ffee90f30ac861bd0ebe0822af57c486
oci-cli-3.37.14-CentOS-8-Offline.zip f59a2868f52235b676ffc4d2f244ae558ff959867633796c6ec9db0e5ad3653e
oci-cli-3.37.14-Oracle-Linux-8-Offline.zip 42d373e4d650bbaca9c03c217256011295fe7720eeb4db2c7f2b72e7ac70027b
oci-cli-3.37.14-Windows-Server-2012-Offline.zip 646da5e33060b5e2164b4e98a334b25225b2f2b2fa34a414ec65221a01977999
oci-cli-3.37.14-Oracle-Linux-7.8-Offline.zip b06885d923c7cb2c968c8476e4bac3dbda3c67b0c1b91ae4fefe1745b1c79a8d
oci-cli-3.37.14-Oracle-Linux-7.9-Offline.zip 89731f29e6f44a144f0f23b60add4f59c49379ffd962aaf89cde084bf53df33f
oci-cli-3.37.14-Oracle-Linux-9-Offline.zip 2c6e6b5a6be4b4506aecf41d9070f9082a3fefca167c2352b04170f7ba413ee0

3.37.13

12 Mar 08:36
b5334ea
Compare
Choose a tag to compare

Added

  • Database Service
    • Support for New Dev License Type in Oracle Autonomous Database (on Dedicated Infrastructure)
      • oci db autonomous-database create --is-dev-tier
      • oci db autonomous-database create-adb-cross-region-data-guard-details --is-dev-tier
      • oci db autonomous-database create-autonomous-database-create-cross-region-disaster-recovery-details --is-dev-tier
      • oci db autonomous-database create-autonomous-database-create-cross-tenancy-disaster-recovery-details --is-dev-tier
      • oci db autonomous-database create-from-backup-id --is-dev-tier
      • oci db autonomous-database create-from-backup-timestamp --is-dev-tier
      • oci db autonomous-database create-from-clone --is-dev-tier
      • oci db autonomous-database create-refreshable-clone --is-dev-tier
      • oci db autonomous-database create-virtual-clone --is-dev-tier
      • oci db autonomous-database update --is-dev-tier
    • Support for new optional parameters to create Autonomous Container Database
      • oci db autonomous-container-database create --db-split-threshold --distribution-affinity --net-services-architecture --vm-failover-reservation
  • Support for Autoscaling in the Data Science Model Deployment service

File Checksums (SHA256)

oci-cli-3.37.13.zip 18d55d68a4e2764b03e0746bcf4d1f286185c6ad6a89c19cee21fd9af28256a6
oci-cli-3.37.13-Oracle-Linux-9-Offline.zip 8f9bf13d873029991689b1cd4fb6fce1775a853c9a38d9bf9e29e81515e19837
oci-cli-3.37.13-Ubuntu-18.04-Offline.zip 49385b3ba74318c233c29fb2da8660c4d79e45f18f7aafeef975d3ab2732925e
oci-cli-3.37.13-Windows-Server-2019-Offline.zip c5e654ac04f50c5e4ecd841678f97791e4fdff2beaaca8257ea674fb2a14b384
oci-cli-3.37.13-Windows-Server-2016-Offline.zip 5069b6d8f2c6f0c8421add5265d946c8374f5acbf1b9324fc2e880643f6549d4
oci-cli-3.37.13-Oracle-Linux-7.8-Offline.zip 31868fd63fbfdbb00018ae64e55e3b72faae5c691d5e94b89c80e3d37c9e40b8
oci-cli-3.37.13-Windows-Server-2012-Offline.zip 4c77821d99bc4657b147dd63cb892ecdac50cac3755513c2773ab89d2bd7af1f
oci-cli-3.37.13-Oracle-Linux-7.9-Offline.zip 1ad3dc10b5331bf93413754e0407c817909bb9ec8f8a8b3935d4c756472f26a4
oci-cli-3.37.13-Oracle-Linux-8-Offline.zip 18d3297bb591b7a3ab7083c28be893d048f3ec6571044365c9db8157ff154156
oci-cli-3.37.13-CentOS-7-Offline.zip 1d09a5e9a51850f2ff6d7281b12920fe7ad4774049e97b32c7e00dad8cea5c98
oci-cli-3.37.13-CentOS-8-Offline.zip 00e97d23256059bd89a1e0df1493935353eff25b5506b6265bb18d047297ab65
oci-cli-3.37.13-Oracle-Autonomous-Linux-7.9-Offline.zip 02ca7e1ae3c8347a567fd06cff5dc905a76ed4c45143a5e4ae1b016e34b33264
oci-cli-3.37.13-Windows-Server-Installer.msi 77e1a7cef9dd90e58157006812d0433504605fdb05d576d5cb9fca55fa4478ae

3.37.12

05 Mar 13:41
fbb07c9
Compare
Choose a tag to compare

Added

  • Support for server streaming events in the Generative AI Inference Service when inference-request-is-stream is set to true
    • oci generative-ai-inference generate-text-result generate-text-cohere-llm-inference-request --inference-request-is-stream
    • oci generative-ai-inference generate-text-result generate-text-llama-llm-inference-request --inference-request-is-stream
  • Speech service
    • Support for Whisper Models in creation of transcription job
      • oci speech transcription-job create --model-details
    • Support for Delete Job API in transcription job
      • oci speech transcription-job delete --transcription-job-id
  • Operations Insights service
    • Support for updating host-insights
      • oci opsi host-insights update-pe-comanaged-host
    • Support to receive insights from resources in child compartments for news reports
      • oci opsi news-reports create --are-child-compartments-included, --day-of-week
    • Support to update more parameters for news reports
      • oci opsi news-reports update --are-child-compartments-included, --day-of-week, --description, --name
    • Support to choose the day of the week the report is received for news reports
      • oci opsi news-reports update --are-child-compartments-included, --day-of-week, --description, --name

Changed

  • Upgraded the cryptography version to (>=3.2.1,<43.0.0) and pyOpenSSL version to (>=17.5.0,<25.0.0)

File Checksums (SHA256)

oci-cli-3.37.12.zip 29278f93524e67390075406386e44fba5f0a8862d3f3d53573c1a0d824df7962
oci-cli-3.37.12-Windows-Server-2012-Offline.zip 40622cbdb23754497a1c9baaaceec8dc91fb54fc16f0554f1f801a99c520c4b1
oci-cli-3.37.12-Windows-Server-2019-Offline.zip 29cca7ca299d9516aca89711d4eb5d296d74c19c6a8bf53062bff1dcd480aba6
oci-cli-3.37.12-Ubuntu-18.04-Offline.zip ccbcf771611a7eeb625c65c8959f99c897b886494141d581467de5ebbcf0d801
oci-cli-3.37.12-Oracle-Linux-8-Offline.zip 9b20d1e1d9f0940e6d1b3f66d289d5c3aa91f491aca8c8c6b5fb2227334c0915
oci-cli-3.37.12-Oracle-Linux-7.9-Offline.zip 13053be9912e7eb66ef8c312bc8f2bec4c55a3541b33d962eef98c0fe62a38d5
oci-cli-3.37.12-CentOS-7-Offline.zip 4f390d28b772d9dde457d3bad8550f95bf68bbd5a7d9945d8bf7c8ac3539c43e
oci-cli-3.37.12-Windows-Server-Installer.msi 2951b9f16562d59db0604d9a3b52fc4299c1fbc51bc9d67db1cfaaff093e0421
oci-cli-3.37.12-Windows-Server-2016-Offline.zip 32979c9952b12002d291c08236fc150104d2e09f49b1fcbc15481042472260f2
oci-cli-3.37.12-Oracle-Autonomous-Linux-7.9-Offline.zip d8a90750a19c79d473c65261e123857ab75e37927a68195952a648bf555bb617
oci-cli-3.37.12-CentOS-8-Offline.zip 6fba5ad62654f2fda2e0d566e3bf4906e2d5915efc76913c1a2d5e483c08feb3
oci-cli-3.37.12-Oracle-Linux-9-Offline.zip e31aee5faa33e82aefef03caa23456ff58358ed1b64fc947136261d95f219e2e