Skip to content

Commit 0e81ba0

Browse files
Releasing version 2.75.0
Releasing version 2.75.0
2 parents 4f3410a + 340f995 commit 0e81ba0

File tree

99 files changed

+3123
-193
lines changed

Some content is hidden

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

99 files changed

+3123
-193
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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+
2.75.0 - 2022-07-12
8+
====================
9+
10+
Added
11+
-----
12+
* Support for DBCS databases in the Operations Insights service
13+
* Support for point-in-time recovery for non-highly-available database systems in the MySQL Database service
14+
* Support for triggering reboot migration on instances with pending maintenance in the Compute service
15+
* Support for native pod networking in the Container Engine for Kubernetes service
16+
* Support for creating Data Guard associations with new database systems in the Database service
17+
18+
Breaking
19+
--------
20+
* Parameter `host_type` in operation `list_host_insights` in the Operations Insights service has strict value checking for allowed values. `ValueError` is raised if an invalid value is provided.
21+
* Parameter `preserve_data_volumes` is removed from operation `terminate_instance` in the Compute service.
22+
23+
=====================
724
2.74.0 - 2022-07-05
825
====================
926

docs/api/container_engine.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Container Engine
2828
oci.container_engine.models.ClusterMigrateToNativeVcnDetails
2929
oci.container_engine.models.ClusterMigrateToNativeVcnStatus
3030
oci.container_engine.models.ClusterOptions
31+
oci.container_engine.models.ClusterPodNetworkOptionDetails
3132
oci.container_engine.models.ClusterSummary
3233
oci.container_engine.models.CreateClusterDetails
3334
oci.container_engine.models.CreateClusterEndpointConfigDetails
@@ -36,6 +37,8 @@ Container Engine
3637
oci.container_engine.models.CreateNodePoolDetails
3738
oci.container_engine.models.CreateNodePoolNodeConfigDetails
3839
oci.container_engine.models.CreateNodeShapeConfigDetails
40+
oci.container_engine.models.FlannelOverlayClusterPodNetworkOptionDetails
41+
oci.container_engine.models.FlannelOverlayNodePoolPodNetworkOptionDetails
3942
oci.container_engine.models.ImagePolicyConfig
4043
oci.container_engine.models.KeyDetails
4144
oci.container_engine.models.KeyValue
@@ -47,12 +50,15 @@ Container Engine
4750
oci.container_engine.models.NodePoolNodeConfigDetails
4851
oci.container_engine.models.NodePoolOptions
4952
oci.container_engine.models.NodePoolPlacementConfigDetails
53+
oci.container_engine.models.NodePoolPodNetworkOptionDetails
5054
oci.container_engine.models.NodePoolSummary
5155
oci.container_engine.models.NodeShapeConfig
5256
oci.container_engine.models.NodeSourceDetails
5357
oci.container_engine.models.NodeSourceOption
5458
oci.container_engine.models.NodeSourceViaImageDetails
5559
oci.container_engine.models.NodeSourceViaImageOption
60+
oci.container_engine.models.OciVcnIpNativeClusterPodNetworkOptionDetails
61+
oci.container_engine.models.OciVcnIpNativeNodePoolPodNetworkOptionDetails
5662
oci.container_engine.models.PersistentVolumeConfigDetails
5763
oci.container_engine.models.ServiceLbConfigDetails
5864
oci.container_engine.models.UpdateClusterDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ClusterPodNetworkOptionDetails
2+
==============================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: ClusterPodNetworkOptionDetails
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+
FlannelOverlayClusterPodNetworkOptionDetails
2+
============================================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: FlannelOverlayClusterPodNetworkOptionDetails
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+
FlannelOverlayNodePoolPodNetworkOptionDetails
2+
=============================================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: FlannelOverlayNodePoolPodNetworkOptionDetails
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+
NodePoolPodNetworkOptionDetails
2+
===============================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: NodePoolPodNetworkOptionDetails
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+
OciVcnIpNativeClusterPodNetworkOptionDetails
2+
============================================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: OciVcnIpNativeClusterPodNetworkOptionDetails
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+
OciVcnIpNativeNodePoolPodNetworkOptionDetails
2+
=============================================
3+
4+
.. currentmodule:: oci.container_engine.models
5+
6+
.. autoclass:: OciVcnIpNativeNodePoolPodNetworkOptionDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/core.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ Core Services
377377
oci.core.models.PublicIpPool
378378
oci.core.models.PublicIpPoolCollection
379379
oci.core.models.PublicIpPoolSummary
380+
oci.core.models.RebootMigrateActionDetails
380381
oci.core.models.RemotePeeringConnection
381382
oci.core.models.RemotePeeringConnectionDrgAttachmentNetworkDetails
382383
oci.core.models.RemoveDrgRouteDistributionStatementsDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
RebootMigrateActionDetails
2+
==========================
3+
4+
.. currentmodule:: oci.core.models
5+
6+
.. autoclass:: RebootMigrateActionDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/mysql.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Mysql
6060
oci.mysql.models.CreateDbSystemSourceDetails
6161
oci.mysql.models.CreateDbSystemSourceFromBackupDetails
6262
oci.mysql.models.CreateDbSystemSourceFromNoneDetails
63+
oci.mysql.models.CreateDbSystemSourceFromPitrDetails
6364
oci.mysql.models.CreateDbSystemSourceImportFromUrlDetails
6465
oci.mysql.models.CreateDeletionPolicyDetails
6566
oci.mysql.models.CreateMaintenanceDetails
@@ -70,6 +71,7 @@ Mysql
7071
oci.mysql.models.DbSystemSource
7172
oci.mysql.models.DbSystemSourceFromBackup
7273
oci.mysql.models.DbSystemSourceFromNone
74+
oci.mysql.models.DbSystemSourceFromPitr
7375
oci.mysql.models.DbSystemSourceImportFromUrl
7476
oci.mysql.models.DbSystemSummary
7577
oci.mysql.models.DeletionPolicyDetails
@@ -81,6 +83,8 @@ Mysql
8183
oci.mysql.models.HeatWaveNode
8284
oci.mysql.models.MaintenanceDetails
8385
oci.mysql.models.PemCaCertificate
86+
oci.mysql.models.PitrPolicy
87+
oci.mysql.models.PointInTimeRecoveryDetails
8488
oci.mysql.models.RestartDbSystemDetails
8589
oci.mysql.models.ShapeSummary
8690
oci.mysql.models.StopDbSystemDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDbSystemSourceFromPitrDetails
2+
===================================
3+
4+
.. currentmodule:: oci.mysql.models
5+
6+
.. autoclass:: CreateDbSystemSourceFromPitrDetails
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+
DbSystemSourceFromPitr
2+
======================
3+
4+
.. currentmodule:: oci.mysql.models
5+
6+
.. autoclass:: DbSystemSourceFromPitr
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+
PitrPolicy
2+
==========
3+
4+
.. currentmodule:: oci.mysql.models
5+
6+
.. autoclass:: PitrPolicy
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+
PointInTimeRecoveryDetails
2+
==========================
3+
4+
.. currentmodule:: oci.mysql.models
5+
6+
.. autoclass:: PointInTimeRecoveryDetails
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
@@ -202,6 +202,7 @@ Opsi
202202
oci.opsi.models.PeComanagedDatabaseHostDetails
203203
oci.opsi.models.PeComanagedDatabaseInsight
204204
oci.opsi.models.PeComanagedDatabaseInsightSummary
205+
oci.opsi.models.PeComanagedHostConfigurationSummary
205206
oci.opsi.models.PeComanagedManagedExternalDatabaseConfigurationSummary
206207
oci.opsi.models.ProjectedDataItem
207208
oci.opsi.models.QueryDataObjectJsonResultSetRowsCollection
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PeComanagedHostConfigurationSummary
2+
===================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: PeComanagedHostConfigurationSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/signing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Resource Principals Signer
1414
===========================
1515

1616
On an instance that has Resource Principals enabled, a signer can be retrieved
17-
using oci.auth.signer.get_resource_principals_signer. The returned resource
17+
using `oci.auth.signers.get_resource_principals_signer`. The returned resource
1818
principals signer can then be used when initializing a client. If the instance
1919
is not configured for Resource Principals this call will raise an
2020
EnvironmentError exception.
2121

2222
.. code-block:: python
2323
24-
resource_principals_signer = oci.auth.signer.get_resource_principals_signer()
24+
resource_principals_signer = oci.auth.signers.get_resource_principals_signer()
2525
# A populated config is not needed when using a Resource Principals signer
2626
db_client = oci.database.DatabaseClient({}, signer=resource_principals_signer)
2727

docs/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
.. warning::
1414
Potential data corruption with Python SDK on binary upload in versions 2.8.0 and below, for more information please see :ref:`Known Issues<known-issues>` section.
1515

16-
.. important::
17-
Are you a Developer using the OCI SDK? If so, please fill out our survey to help us make the OCI SDK better for you. Click `here <https://oracle.questionpro.com/a/TakeSurvey?tt=Xn%2BscaEu0/4%3D&custom3=OracleCloudInfrastructure>`_ for the survey page.
18-
1916
Oracle Cloud Infrastructure Python SDK - |OciSdkVersion|
2017
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2118

examples/showoci/CHANGELOG.rst

100755100644
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
22.06.21 - 22.06.21
9+
=====================
10+
* Added dbservers id to exadata csv
11+
12+
=====================
13+
22.05.31 - 22.05.31
14+
=====================
15+
* Added Compartment Path to every api and csv
16+
* Added Visual Builder
17+
* Added csvcol to extract defined tag to csv columns
18+
719
=====================
820
22.05.24 - 22.05.24
921
=====================

examples/showoci/README.md

100755100644
File mode changed.

examples/showoci/showoci.py

100755100644
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
# - oci.bastion.BastionClient
7575
# - oci.key_management.KmsVaultClient
7676
# - oci.data_integration.DataIntegrationClient
77+
# - oci.visual_builder.VbInstanceClient
7778
#
7879
# Modules Not Yet Covered:
7980
# - oci.blockchain.BlockchainPlatformClient
@@ -92,7 +93,6 @@
9293
# - oci.data_safe.DataSafeClient
9394
# - oci.devops.DevopsClient
9495
# - oci.jms.JavaManagementServiceClient
95-
# - oci.visual_builder.VbInstanceClient
9696

9797
##########################################################################
9898
from __future__ import print_function
@@ -107,7 +107,7 @@
107107
import contextlib
108108
import os
109109

110-
version = "22.05.24"
110+
version = "22.06.21"
111111

112112
##########################################################################
113113
# check OCI version
@@ -230,7 +230,7 @@ def execute_extract():
230230
# if print to CSV
231231
############################################
232232
if cmd.csv:
233-
csv.generate_csv(extracted_data, cmd.csv, not cmd.csv_nodate)
233+
csv.generate_csv(extracted_data, cmd.csv, not cmd.csv_nodate, cmd.csvcol)
234234

235235
############################################
236236
# print completion
@@ -326,6 +326,7 @@ def set_parser_arguments(argsList=[]):
326326
parser.add_argument('-tenantid', default="", dest='tenantid', help='Override confile file tenancy_id')
327327
parser.add_argument('-cf', type=argparse.FileType('r'), dest='config', help="Config File (~/.oci/config)")
328328
parser.add_argument('-csv', default="", dest='csv', help="Output to CSV files, Input as file header")
329+
parser.add_argument('-csvcol', default="", dest='csvcol', help="Extract define tags as columns for Compute in CSV")
329330
parser.add_argument('-csv_nodate', action='store_true', default=False, dest='csv_nodate', help='Do not add date field to the csv')
330331
parser.add_argument('-jf', type=argparse.FileType('w'), dest='joutfile', help="Output to file (JSON format)")
331332
parser.add_argument('-js', action='store_true', default=False, dest='joutscr', help="Output to screen (JSON format)")

0 commit comments

Comments
 (0)