Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,65 @@ All notable changes to this project will be documented in this file.

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

3.92.0 - 2026-09-01
-------------------
Added
~~~~~
* Cluster Health service

* Support for diagnosis store management and diagnosis request/query commands

* ``oci cluster-health diagnosis-store``
* ``oci cluster-health diagnosis-results request-diagnosis``
* ``oci cluster-health diagnosis-summary-collection query-diagnosis-summary``
* ``oci cluster-health recommendation-report query-diagnosis-by-health-check-key``
* ``oci cluster-health work-request``

* Database service

* Support for listing available maintenance windows for Autonomous AI Databases

* ``oci db autonomous-database list-available-maintenance-windows``

* Support for new optional parameters ``--scheduled-maintenance-window`` and ``--time-scheduled-maintenance-window-update``

* ``oci db autonomous-database update --scheduled-maintenance-window --time-scheduled-maintenance-window-update``

* Support for new optional parameter ``--compartment-id``

* ``oci db system list-db-system-compute-performances --compartment-id``

* Internet of Things service

* Support for new optional parameter ``--connectivity-type``

* ``oci iot digital-twin-instance update --connectivity-type``

* Support for managing flow runtimes for building and running Node-RED flows

* ``oci iot flow-runtime``

Changed
~~~~~~~
* Database service

* ``--ssh-public-keys`` is now an optional parameter

* ``oci db system launch``
* ``oci db system launch-db-system-launch-standby-db-system-details``
* ``oci db system launch-from-database``
* ``oci db system launch-from-db-system``
* ``oci db system launch-from-backup``

* [BREAKING] Removal of deprecated commands for updating ADB key details

* ``oci db autonomous-database update-autonomous-database-aws-key-details``
* ``oci db autonomous-database update-autonomous-database-azure-key-details``
* ``oci db autonomous-database update-autonomous-database-gcp-key-details``
* ``oci db autonomous-database update-autonomous-database-oci-key-details``
* ``oci db autonomous-database update-autonomous-database-okv-key-details``
* ``oci db autonomous-database update-autonomous-database-oracle-managed-key-details``

3.91.0 - 2026-08-25
-------------------
Added
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# you may need to use the --extra-index-url option instead.

appdirs==1.4.3
aiohttp<3.13.0
arrow>=1.0.0,<2.0.0
certifi>=2025.1.31,<2026.0.0
cffi>=1.9.1,<=2.0.0
Expand All @@ -19,7 +20,7 @@ jmespath>=0.10.0,<=1.0.1
importlib-metadata; python_version < '3.8'
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.185.0
oci==2.185.1
packaging==20.2; python_version < '3.7'
packaging>=21.0,<25.0; python_version >= '3.7' and python_version < '3.9'
packaging>=22.0,<25.0; python_version >= '3.9'
Expand Down
4 changes: 4 additions & 0 deletions services/cluster_health/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20260331
4 changes: 4 additions & 0 deletions services/cluster_health/src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20260331
4 changes: 4 additions & 0 deletions services/cluster_health/src/oci_cli_diagnosis/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20260331
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20260331
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# coding: utf-8
# Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20260331

import oci
from oci_cli.cli_clients import CLIENT_MAP
from oci_cli.cli_clients import MODULE_TO_TYPE_MAPPINGS
from oci.cluster_health import DiagnosisClient

MODULE_TO_TYPE_MAPPINGS["cluster_health"] = oci.cluster_health.models.cluster_health_type_mapping
if CLIENT_MAP.get("cluster_health") is None:
CLIENT_MAP["cluster_health"] = {}
CLIENT_MAP["cluster_health"]["diagnosis"] = DiagnosisClient
Loading