Skip to content

Commit ff04171

Browse files
Releasing version 3.65.0
Releasing version 3.65.0
2 parents 8aa0345 + f9c4098 commit ff04171

File tree

195 files changed

+1668
-27285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+1668
-27285
lines changed

CHANGELOG.rst

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,62 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88

9+
3.65.0 - 2025-08-26
10+
--------------------
11+
Fixed
12+
~~~~~
13+
* `Github Issue #976 <https://github.com/oracle/oci-cli/issues/976>`_ for Cloud Incident Management Service
14+
15+
Removed
16+
~~~~~~~
17+
* [BREAKING] Removed deprecated services: Anomaly Detection, Data Transfer Service, OS Management Service, and Service Mesh.
18+
19+
* ``oci dts``
20+
* ``oci service-mesh``
21+
* ``oci anomaly-detection``
22+
* ``oci os-management``
23+
24+
Added
25+
~~~~~
26+
* Support for Managed Kafka Service
27+
28+
* ``oci kafka``
29+
30+
* Support for new responses in ComputeGpuMemoryFabric in the Core Service
31+
32+
* ``oci compute compute-gpu-memory-fabric get``
33+
* ``oci compute compute-gpu-memory-fabric list``
34+
35+
* Support for new sub-parameters within the complex parameter in Disaster Recovery Service
36+
37+
* ``oci disaster-recovery dr-protection-group create --members [complex type]``
38+
* ``oci disaster-recovery dr-protection-group update --members [complex type]``
39+
40+
* Golden Gate Service
41+
42+
* Added new parameters for creating/updating deployment: -byol-cpu-core-count-limit --is-byol-cpu-core-count-limit-enabled
43+
44+
* ``oci goldengate deployment create --byol-cpu-core-count-limit --is-byol-cpu-core-count-limit-enabled``
45+
* ``oci goldengate deployment update --byol-cpu-core-count-limit --is-byol-cpu-core-count-limit-enabled``
46+
47+
* Database Service
48+
49+
* Support for Oracle 19C Database in the Exadata Database Service on Exascale Infrastructure (ExaDB-XS)
50+
51+
* ``oci db exadb-vm-cluster create --shape-attribute``
52+
* ``oci db database create --data-storage-size-in-gbs, --reco-storage-size-in-gbs``
53+
* ``oci db database create-from-backup --data-storage-size-in-gbs, --reco-storage-size-in-gbs``
54+
* ``oci db database create-standby-database --data-storage-size-in-gbs, --reco-storage-size-in-gbs``
55+
* ``oci db database update --storage-size-details``
56+
* ``oci db exascale-db-storage-vault list --attached-shape-attributes, --attached-shape-attributes-not-equal-to, --vm-cluster-count-greater-than-or-equal-to, --vm-cluster-count-less-than-or-equal-to``
57+
* ``oci db gi-version list --shape-attribute``
58+
* ``oci db system-shape list --shape-attribute``
59+
* ``oci db version list --shape-attribute``
60+
61+
* Support for VM.Standard.x86 shape in BaseDB (DBaaS) Service.
62+
63+
* ``oci db system launch --shape VM.Standard.x86``
64+
965
3.64.1 - 2025-08-19
1066
--------------------
1167
Added
@@ -779,6 +835,10 @@ Security
779835
- updated virtualenv dependency to >=20.26.6; python_version > '3.7' , 20.13.0 for <= '3.7' per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53899
780836
- updated PyYAML dependency to 6.0.2 to support py3.13 build
781837

838+
Fixed
839+
~~~~~
840+
* `Github Issue #943 <https://github.com/oracle/oci-cli/issues/943>`_ for OCI Database Service
841+
782842
3.57.0 - 2025-05-27
783843
--------------------
784844
Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Jinja2>=3.1.5; python_version >= '3.7'
1515
jmespath==0.10.0
1616
ndg-httpsclient==0.4.2
1717
mock==2.0.0
18-
oci==2.158.2
18+
oci==2.159.0
1919
packaging==20.2
2020
pluggy==0.13.0
2121
py==1.11.0

services/ai_anomaly_detection/src/oci_cli_anomaly_detection/anomalydetection_cli_extended.py

Lines changed: 0 additions & 234 deletions
This file was deleted.

services/ai_anomaly_detection/src/oci_cli_anomaly_detection/generated/anomalydetection_cli.py

Lines changed: 0 additions & 2665 deletions
This file was deleted.

services/ai_anomaly_detection/src/oci_cli_anomaly_detection/generated/client_mappings.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

services/ai_anomaly_detection/tests/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

services/ai_anomaly_detection/tests/util/generated/command_to_api.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

services/cims/src/oci_cli_incident/cims_cli_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from oci_cli import custom_types
1414
from oci_cli import json_skeleton_utils
1515

16-
from src.oci_cli import cli_exceptions
16+
from oci_cli import cli_exceptions
1717

1818
# remove update-incident stand-alone command
1919
# incident_cli.incident_root_group.commands.pop(incident_cli.update_incident_group.name)

0 commit comments

Comments
 (0)