Skip to content

Commit 35d70f4

Browse files
Releasing version 2.70.0
1 parent 437ba18 commit 35d70f4

File tree

77 files changed

+1752
-366
lines changed

Some content is hidden

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

77 files changed

+1752
-366
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.70.0 - 2022-05-31
8+
====================
9+
10+
Added
11+
-----
12+
* Support for in-depth monitoring, diagnostics capabilities, and advanced management functionality for on-premise Oracle databases in the Database Management service
13+
* Support for using Oracle Cloud Agent to perform iSCSI login and logout for non-multipath-enabled iSCSI attachments in the Container Engine for Kubernetes service
14+
* Support for Fault Domain placement in the Container Engine for Kubernetes service
15+
* Support for worker node images in the Container Engine for Kubernetes service
16+
* Support for flexible shapes using the driverShapeConfig and executorShapeConfig properties in the Data Flow service
17+
18+
Breaking
19+
--------
20+
* Support for retries by default on operations in the Application Dependency Management service
21+
622
====================
723
2.69.0 - 2022-05-24
824
====================

docs/api/data_flow.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Data Flow
3333
oci.data_flow.models.Run
3434
oci.data_flow.models.RunLogSummary
3535
oci.data_flow.models.RunSummary
36+
oci.data_flow.models.ShapeConfig
3637
oci.data_flow.models.UpdateApplicationDetails
3738
oci.data_flow.models.UpdatePrivateEndpointDetails
3839
oci.data_flow.models.UpdateRunDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ShapeConfig
2+
===========
3+
4+
.. currentmodule:: oci.data_flow.models
5+
6+
.. autoclass:: ShapeConfig
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/database_management.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,17 @@ Database Management
114114
oci.database_management.models.JobSummary
115115
oci.database_management.models.ManagedDatabase
116116
oci.database_management.models.ManagedDatabaseCollection
117+
oci.database_management.models.ManagedDatabaseCredential
117118
oci.database_management.models.ManagedDatabaseGroup
118119
oci.database_management.models.ManagedDatabaseGroupCollection
119120
oci.database_management.models.ManagedDatabaseGroupSummary
121+
oci.database_management.models.ManagedDatabasePasswordCredential
122+
oci.database_management.models.ManagedDatabaseSecretCredential
120123
oci.database_management.models.ManagedDatabaseSummary
121124
oci.database_management.models.MemoryAggregateMetrics
122125
oci.database_management.models.MetricDataPoint
123126
oci.database_management.models.MetricDimensionDefinition
127+
oci.database_management.models.MetricStatisticsDefinition
124128
oci.database_management.models.ObjectPrivilegeCollection
125129
oci.database_management.models.ObjectPrivilegeSummary
126130
oci.database_management.models.ObjectStorageJobExecutionResultDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagedDatabaseCredential
2+
=========================
3+
4+
.. currentmodule:: oci.database_management.models
5+
6+
.. autoclass:: ManagedDatabaseCredential
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagedDatabasePasswordCredential
2+
=================================
3+
4+
.. currentmodule:: oci.database_management.models
5+
6+
.. autoclass:: ManagedDatabasePasswordCredential
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagedDatabaseSecretCredential
2+
===============================
3+
4+
.. currentmodule:: oci.database_management.models
5+
6+
.. autoclass:: ManagedDatabaseSecretCredential
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
MetricStatisticsDefinition
2+
==========================
3+
4+
.. currentmodule:: oci.database_management.models
5+
6+
.. autoclass:: MetricStatisticsDefinition
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

src/oci/adm/application_dependency_management_client.py

Lines changed: 55 additions & 19 deletions
Large diffs are not rendered by default.

src/oci/adm/models/application_dependency.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
5151
def gav(self):
5252
"""
5353
**[Required]** Gets the gav of this ApplicationDependency.
54-
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version).
54+
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version), e.g. org.graalvm.nativeimage:svm:21.1.0.
5555
5656
5757
:return: The gav of this ApplicationDependency.
@@ -63,7 +63,7 @@ def gav(self):
6363
def gav(self, gav):
6464
"""
6565
Sets the gav of this ApplicationDependency.
66-
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version).
66+
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version), e.g. org.graalvm.nativeimage:svm:21.1.0.
6767
6868
6969
:param gav: The gav of this ApplicationDependency.
@@ -75,7 +75,7 @@ def gav(self, gav):
7575
def node_id(self):
7676
"""
7777
**[Required]** Gets the node_id of this ApplicationDependency.
78-
Unique identifier of an Application Dependency node.
78+
Unique identifier of an Application Dependency node, e.g. nodeId1.
7979
8080
8181
:return: The node_id of this ApplicationDependency.
@@ -87,7 +87,7 @@ def node_id(self):
8787
def node_id(self, node_id):
8888
"""
8989
Sets the node_id of this ApplicationDependency.
90-
Unique identifier of an Application Dependency node.
90+
Unique identifier of an Application Dependency node, e.g. nodeId1.
9191
9292
9393
:param node_id: The node_id of this ApplicationDependency.

src/oci/adm/models/application_dependency_vulnerability_summary.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, **kwargs):
6767
def gav(self):
6868
"""
6969
**[Required]** Gets the gav of this ApplicationDependencyVulnerabilitySummary.
70-
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version).
70+
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version), e.g. org.graalvm.nativeimage:svm:21.1.0.
7171
7272
7373
:return: The gav of this ApplicationDependencyVulnerabilitySummary.
@@ -79,7 +79,7 @@ def gav(self):
7979
def gav(self, gav):
8080
"""
8181
Sets the gav of this ApplicationDependencyVulnerabilitySummary.
82-
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version).
82+
Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version), e.g. org.graalvm.nativeimage:svm:21.1.0.
8383
8484
8585
:param gav: The gav of this ApplicationDependencyVulnerabilitySummary.
@@ -91,7 +91,7 @@ def gav(self, gav):
9191
def node_id(self):
9292
"""
9393
**[Required]** Gets the node_id of this ApplicationDependencyVulnerabilitySummary.
94-
Unique identifier of an Application Dependency node.
94+
Unique identifier of an Application Dependency node, e.g. nodeId1.
9595
9696
9797
:return: The node_id of this ApplicationDependencyVulnerabilitySummary.
@@ -103,7 +103,7 @@ def node_id(self):
103103
def node_id(self, node_id):
104104
"""
105105
Sets the node_id of this ApplicationDependencyVulnerabilitySummary.
106-
Unique identifier of an Application Dependency node.
106+
Unique identifier of an Application Dependency node, e.g. nodeId1.
107107
108108
109109
:param node_id: The node_id of this ApplicationDependencyVulnerabilitySummary.

src/oci/adm/models/vulnerability.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self, **kwargs):
5959
def id(self):
6060
"""
6161
**[Required]** Gets the id of this Vulnerability.
62-
Unique vulnerability identifier.
62+
Unique vulnerability identifier, e.g. CVE-1999-0067.
6363
6464
6565
:return: The id of this Vulnerability.
@@ -71,7 +71,7 @@ def id(self):
7171
def id(self, id):
7272
"""
7373
Sets the id of this Vulnerability.
74-
Unique vulnerability identifier.
74+
Unique vulnerability identifier, e.g. CVE-1999-0067.
7575
7676
7777
:param id: The id of this Vulnerability.

src/oci/container_engine/models/create_node_pool_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def name(self, name):
213213
@property
214214
def kubernetes_version(self):
215215
"""
216-
**[Required]** Gets the kubernetes_version of this CreateNodePoolDetails.
216+
Gets the kubernetes_version of this CreateNodePoolDetails.
217217
The version of Kubernetes to install on the nodes in the node pool.
218218
219219

src/oci/container_engine/models/node_pool_placement_config_details.py

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,29 @@ def __init__(self, **kwargs):
3030
The value to assign to the capacity_reservation_id property of this NodePoolPlacementConfigDetails.
3131
:type capacity_reservation_id: str
3232
33+
:param fault_domains:
34+
The value to assign to the fault_domains property of this NodePoolPlacementConfigDetails.
35+
:type fault_domains: list[str]
36+
3337
"""
3438
self.swagger_types = {
3539
'availability_domain': 'str',
3640
'subnet_id': 'str',
37-
'capacity_reservation_id': 'str'
41+
'capacity_reservation_id': 'str',
42+
'fault_domains': 'list[str]'
3843
}
3944

4045
self.attribute_map = {
4146
'availability_domain': 'availabilityDomain',
4247
'subnet_id': 'subnetId',
43-
'capacity_reservation_id': 'capacityReservationId'
48+
'capacity_reservation_id': 'capacityReservationId',
49+
'fault_domains': 'faultDomains'
4450
}
4551

4652
self._availability_domain = None
4753
self._subnet_id = None
4854
self._capacity_reservation_id = None
55+
self._fault_domains = None
4956

5057
@property
5158
def availability_domain(self):
@@ -121,6 +128,30 @@ def capacity_reservation_id(self, capacity_reservation_id):
121128
"""
122129
self._capacity_reservation_id = capacity_reservation_id
123130

131+
@property
132+
def fault_domains(self):
133+
"""
134+
Gets the fault_domains of this NodePoolPlacementConfigDetails.
135+
A list of fault domains in which to place nodes.
136+
137+
138+
:return: The fault_domains of this NodePoolPlacementConfigDetails.
139+
:rtype: list[str]
140+
"""
141+
return self._fault_domains
142+
143+
@fault_domains.setter
144+
def fault_domains(self, fault_domains):
145+
"""
146+
Sets the fault_domains of this NodePoolPlacementConfigDetails.
147+
A list of fault domains in which to place nodes.
148+
149+
150+
:param fault_domains: The fault_domains of this NodePoolPlacementConfigDetails.
151+
:type: list[str]
152+
"""
153+
self._fault_domains = fault_domains
154+
124155
def __repr__(self):
125156
return formatted_flat_dict(self)
126157

src/oci/core/blockstorage_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,9 +935,9 @@ def copy_volume_backup(self, volume_backup_id, copy_volume_backup_details, **kwa
935935
def copy_volume_group_backup(self, volume_group_backup_id, copy_volume_group_backup_details, **kwargs):
936936
"""
937937
Creates a volume group backup copy in specified region. For general information about volume group backups,
938-
see `Overview of Block Volume Service Backups`__
938+
see `Overview of Block Volume Backups`__.
939939
940-
__ https://docs.cloud.oracle.com/Content/Block/Concepts/blockvolumebackups.htm
940+
__ https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumebackups.htm
941941
942942
943943
:param str volume_group_backup_id: (required)

src/oci/core/models/amd_milan_bm_launch_instance_platform_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
@init_model_state_from_kwargs
1111
class AmdMilanBmLaunchInstancePlatformConfig(LaunchInstancePlatformConfig):
1212
"""
13-
The platform configuration used when launching a bare metal instance with the BM.Standard.E4.128 shape
14-
(the AMD Milan platform).
13+
The platform configuration used when launching a bare metal instance with one of the following shapes: BM.Standard.E4.128
14+
or BM.DenseIO.E4.128 (the AMD Milan platform).
1515
"""
1616

1717
#: A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmLaunchInstancePlatformConfig.

src/oci/core/models/amd_milan_bm_platform_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
@init_model_state_from_kwargs
1111
class AmdMilanBmPlatformConfig(PlatformConfig):
1212
"""
13-
The platform configuration of a bare metal instance that uses the BM.Standard.E4.128 shape
14-
(the AMD Milan platform).
13+
The platform configuration used when launching a bare metal instance with one of the following shapes: BM.Standard.E4.128
14+
or BM.DenseIO.E4.128 (the AMD Milan platform).
1515
"""
1616

1717
#: A constant which can be used with the numa_nodes_per_socket property of a AmdMilanBmPlatformConfig.

src/oci/core/models/app_catalog_listing_resource_version.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ def available_regions(self):
220220
Gets the available_regions of this AppCatalogListingResourceVersion.
221221
List of regions that this listing resource version is available.
222222
223-
For information about Regions, see
224-
`Regions`__.
223+
For information about regions, see
224+
`Regions and Availability Domains`__.
225225
226226
Example: `[\"us-ashburn-1\", \"us-phoenix-1\"]`
227227
228-
__ https://docs.cloud.oracle.com/#General/Concepts/regions.htm
228+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm
229229
230230
231231
:return: The available_regions of this AppCatalogListingResourceVersion.
@@ -239,12 +239,12 @@ def available_regions(self, available_regions):
239239
Sets the available_regions of this AppCatalogListingResourceVersion.
240240
List of regions that this listing resource version is available.
241241
242-
For information about Regions, see
243-
`Regions`__.
242+
For information about regions, see
243+
`Regions and Availability Domains`__.
244244
245245
Example: `[\"us-ashburn-1\", \"us-phoenix-1\"]`
246246
247-
__ https://docs.cloud.oracle.com/#General/Concepts/regions.htm
247+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm
248248
249249
250250
:param available_regions: The available_regions of this AppCatalogListingResourceVersion.
@@ -258,7 +258,7 @@ def compatible_shapes(self):
258258
Gets the compatible_shapes of this AppCatalogListingResourceVersion.
259259
Array of shapes compatible with this resource.
260260
261-
You may enumerate all available shapes by calling :func:`list_shapes`.
261+
You can enumerate all available shapes by calling :func:`list_shapes`.
262262
263263
Example: `[\"VM.Standard1.1\", \"VM.Standard1.2\"]`
264264
@@ -274,7 +274,7 @@ def compatible_shapes(self, compatible_shapes):
274274
Sets the compatible_shapes of this AppCatalogListingResourceVersion.
275275
Array of shapes compatible with this resource.
276276
277-
You may enumerate all available shapes by calling :func:`list_shapes`.
277+
You can enumerate all available shapes by calling :func:`list_shapes`.
278278
279279
Example: `[\"VM.Standard1.1\", \"VM.Standard1.2\"]`
280280

0 commit comments

Comments
 (0)