Skip to content

Commit f372b5a

Browse files
authored
Merge pull request #628 from oracle/release_2024-03-05
Releasing version 2.124.0
2 parents 85cf25f + ce5b2e3 commit f372b5a

38 files changed

+1735
-77
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.124.0 - 2024-03-05
8+
====================
9+
10+
Added
11+
-----
12+
* Support for Linux capabilities configuration for the containers in the Container Instances service
13+
* Support for service platforms in the Oracle Store Platform Gateway service
14+
* Support for whisper models and delete job operation in the Speech service
15+
* Support for new SQL insight content types in news reports in the Operations Insights service
16+
* Support for launching virtual machines with multiple volumes in the Compute service
17+
18+
Breaking
19+
--------
20+
* The property `CapacityPlanningResources` has been made optional in the model `NewsContentTypes` in the Operations Insights service
21+
622
====================
723
2.123.0 - 2024-02-27
824
====================

docs/api/container_instances.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Container Instances
2121
oci.container_instances.models.BasicImagePullSecret
2222
oci.container_instances.models.ChangeContainerInstanceCompartmentDetails
2323
oci.container_instances.models.Container
24+
oci.container_instances.models.ContainerCapabilities
2425
oci.container_instances.models.ContainerCollection
2526
oci.container_instances.models.ContainerCommandHealthCheck
2627
oci.container_instances.models.ContainerConfigFile
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ContainerCapabilities
2+
=====================
3+
4+
.. currentmodule:: oci.container_instances.models
5+
6+
.. autoclass:: ContainerCapabilities
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/opsi.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ Opsi
443443
oci.opsi.models.UpdateOpsiUxConfigurationDetails
444444
oci.opsi.models.UpdatePeComanagedDatabaseInsightDetails
445445
oci.opsi.models.UpdatePeComanagedExadataInsightDetails
446+
oci.opsi.models.UpdatePeComanagedHostInsightDetails
446447
oci.opsi.models.UxConfigurationItemsCollection
447448
oci.opsi.models.VmClusterSummary
448449
oci.opsi.models.WarehouseDataObjectCollection
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
UpdatePeComanagedHostInsightDetails
2+
===================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: UpdatePeComanagedHostInsightDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

examples/showoci/CHANGELOG.rst

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

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

7+
=====================
8+
24.03.03 - 24.03.03
9+
=====================
10+
* Remove max_cpu_core_count from Autonomous Database
11+
712
=====================
813
24.03.02 - 24.03.02
914
=====================

examples/showoci/showoci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
import os
129129
import time
130130

131-
version = "24.03.02"
131+
version = "24.03.03"
132132

133133
##########################################################################
134134
# check OCI version

examples/showoci/showoci_data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class ShowOCIData(object):
23-
version = "24.03.02"
23+
version = "24.03.03"
2424

2525
############################################
2626
# ShowOCIService - Service object to query
@@ -3029,7 +3029,6 @@ def __get_database_adb_database_info(self, dbs):
30293029
'is_auto_scaling_for_storage_enabled': dbs['is_auto_scaling_for_storage_enabled'],
30303030
'allocated_storage_size_in_tbs': dbs['allocated_storage_size_in_tbs'],
30313031
'actual_used_data_storage_size_in_tbs': dbs['actual_used_data_storage_size_in_tbs'],
3032-
'max_cpu_core_count': dbs['max_cpu_core_count'],
30333032
'database_edition': dbs['database_edition'],
30343033
'local_disaster_recovery_type': dbs['local_disaster_recovery_type'],
30353034
'disaster_recovery_region_type': dbs['disaster_recovery_region_type'],

examples/showoci/showoci_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
class ShowOCIOutput(object):
25-
version = "24.03.02"
25+
version = "24.03.03"
2626

2727
##########################################################################
2828
# spaces for align

examples/showoci/showoci_service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# class ShowOCIService
4040
##########################################################################
4141
class ShowOCIService(object):
42-
version = "24.03.02"
42+
version = "24.03.03"
4343
oci_compatible_version = "2.119.1"
4444
thread_lock = threading.Lock()
4545

@@ -10623,7 +10623,6 @@ def __load_database_adb_database(self, database_client, compartments):
1062310623
'is_auto_scaling_for_storage_enabled': self.get_value(dbs.is_auto_scaling_for_storage_enabled),
1062410624
'allocated_storage_size_in_tbs': self.get_value(dbs.allocated_storage_size_in_tbs),
1062510625
'actual_used_data_storage_size_in_tbs': self.get_value(dbs.actual_used_data_storage_size_in_tbs),
10626-
'max_cpu_core_count': self.get_value(dbs.max_cpu_core_count),
1062710626
'database_edition': self.get_value(dbs.database_edition),
1062810627
'local_disaster_recovery_type': self.get_value(dbs.local_disaster_recovery_type),
1062910628
'disaster_recovery_region_type': self.get_value(dbs.disaster_recovery_region_type),

0 commit comments

Comments
 (0)