Skip to content

Commit ca5dd13

Browse files
Releasing version 2.125.1
Releasing version 2.125.1
2 parents b1bd8ab + 585e1fa commit ca5dd13

File tree

83 files changed

+3331
-480
lines changed

Some content is hidden

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

83 files changed

+3331
-480
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.125.1 - 2024-04-02
8+
====================
9+
10+
Added
11+
-----
12+
* Support for assigned private IP and single stack IPV6 feature for Network Load Balancer Service
13+
* Support for Configuration API in Email Delivery Service
14+
* Support for the status field in creating data source resource for Cloud Guard Service
15+
* Support for TLSv1.3 in Load Balancer Service
16+
* Support for sending mails via HTTPS for Email Delivery Service
17+
618
====================
719
2.125.0 - 2024-03-26
820
====================

docs/api/email.rst

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

2121
oci.email.models.ChangeEmailDomainCompartmentDetails
2222
oci.email.models.ChangeSenderCompartmentDetails
23+
oci.email.models.Configuration
2324
oci.email.models.CreateDkimDetails
2425
oci.email.models.CreateEmailDomainDetails
2526
oci.email.models.CreateSenderDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Configuration
2+
=============
3+
4+
.. currentmodule:: oci.email.models
5+
6+
.. autoclass:: Configuration
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/email_data_plane.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Email Data Plane
2+
================
3+
4+
.. autosummary::
5+
:toctree: email_data_plane/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.email_data_plane.EmailDPClient
10+
oci.email_data_plane.EmailDPClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: email_data_plane/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.email_data_plane.models.EmailAddress
22+
oci.email_data_plane.models.EmailSubmittedResponse
23+
oci.email_data_plane.models.Recipients
24+
oci.email_data_plane.models.Sender
25+
oci.email_data_plane.models.SubmitEmailDetails
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EmailDPClient
2+
=============
3+
4+
.. currentmodule:: oci.email_data_plane
5+
6+
.. autoclass:: EmailDPClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EmailDPClientCompositeOperations
2+
================================
3+
4+
.. currentmodule:: oci.email_data_plane
5+
6+
.. autoclass:: EmailDPClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
EmailAddress
2+
============
3+
4+
.. currentmodule:: oci.email_data_plane.models
5+
6+
.. autoclass:: EmailAddress
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+
EmailSubmittedResponse
2+
======================
3+
4+
.. currentmodule:: oci.email_data_plane.models
5+
6+
.. autoclass:: EmailSubmittedResponse
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+
Recipients
2+
==========
3+
4+
.. currentmodule:: oci.email_data_plane.models
5+
6+
.. autoclass:: Recipients
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+
Sender
2+
======
3+
4+
.. currentmodule:: oci.email_data_plane.models
5+
6+
.. autoclass:: Sender
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+
SubmitEmailDetails
2+
==================
3+
4+
.. currentmodule:: oci.email_data_plane.models
5+
6+
.. autoclass:: SubmitEmailDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/landing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ API Reference
8484
* :doc:`Ekm <key_management/client/oci.key_management.EkmClient>`
8585
* :doc:`Em Warehouse <em_warehouse/client/oci.em_warehouse.EmWarehouseClient>`
8686
* :doc:`Email <email/client/oci.email.EmailClient>`
87+
* :doc:`Email Dp <email_data_plane/client/oci.email_data_plane.EmailDPClient>`
8788
* :doc:`Esxi Host <ocvp/client/oci.ocvp.EsxiHostClient>`
8889
* :doc:`Event <os_management/client/oci.os_management.EventClient>`
8990
* :doc:`Events <events/client/oci.events.EventsClient>`
@@ -307,6 +308,7 @@ API Reference
307308
dts
308309
em_warehouse
309310
email
311+
email_data_plane
310312
events
311313
file_storage
312314
fleet_software_update

examples/showoci/CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ 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.04.02 - 24.04.02
9+
=====================
10+
* Added support for IAM Domains across different compartments
11+
712
=====================
813
24.03.19 - 24.03.19
914
=====================
1015
* Added -excludelist to generate exclude filter flags
1116
* Added certificates, certificate authorities, certificate ca bundle which are part of -sec
12-
* Added Data Safe information including assesments (use -dsa for report), assesments extract to JSON or CSV
17+
* Added Data Safe information including assessments (use -dsa for report), assessments extract to JSON or CSV
1318
* Added description for network security rules and security groups
1419

1520
=====================

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.19"
131+
version = "24.04.02"
132132

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

examples/showoci/showoci_data.py

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

2121

2222
class ShowOCIData(object):
23-
version = "24.03.19"
23+
version = "24.04.02"
2424

2525
############################################
2626
# ShowOCIService - Service object to query

examples/showoci/showoci_output.py

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
class ShowOCIOutput(object):
25-
version = "24.03.19"
25+
version = "24.04.02"
2626

2727
##########################################################################
2828
# spaces for align
@@ -242,9 +242,10 @@ def __print_identity_domains(self, domains):
242242

243243
for domain in domains:
244244
print(self.taba + domain['display_name'] + " - " + domain['description'] + " - Created: " + domain['time_created'])
245-
print(self.tabs + "URL : " + domain['url'])
246-
print(self.tabs + "License : " + domain['license_type'])
247-
print(self.tabs + "Type : " + domain['type'])
245+
print(self.tabs + "Compartment : " + domain['compartment_path'])
246+
print(self.tabs + "URL : " + domain['url'])
247+
print(self.tabs + "License : " + domain['license_type'])
248+
print(self.tabs + "Type : " + domain['type'])
248249
print("")
249250

250251
for domain in domains:
@@ -4745,7 +4746,10 @@ def __csv_identity_domains(self, domains):
47454746
'dynamic_groups': len(var['dynamic_groups']) if var['dynamic_groups'] else 0,
47464747
'kmsi_setting': len(var['kmsi_setting']) if var['kmsi_setting'] else 0,
47474748
'identity_providers': len(var['identity_providers']) if var['identity_providers'] else 0,
4748-
'authentication_factor_settings': len(var['authentication_factor_settings']) if var['authentication_factor_settings'] else 0
4749+
'authentication_factor_settings': len(var['authentication_factor_settings']) if var['authentication_factor_settings'] else 0,
4750+
'compartment_id': var['compartment_id'],
4751+
'compartment_path': var['compartment_path'],
4752+
'compartment_name': var['compartment_name']
47494753
}
47504754
self.csv_identity_domains.append(data)
47514755

@@ -4880,13 +4884,13 @@ def __csv_identity_domains_users(self, users, domain_name, domain_id):
48804884
'can_use_smtp_credentials': var['ext_capabilities']['can_use_smtp_credentials'],
48814885
'can_use_db_credentials': var['ext_capabilities']['can_use_db_credentials'],
48824886
'roles': str(', '.join(x['value'] + ":" + x['type'] for x in var['roles'])),
4883-
'api_keys': str(', '.join(x['ocid'] for x in var['api_keys'])),
4884-
'customer_secret_keys': str(', '.join(x['ocid'] for x in var['customer_secret_keys'])),
4885-
'auth_tokens': str(', '.join(x['ocid'] for x in var['auth_tokens'])),
4886-
'smtp_credentials': str(', '.join(x['ocid'] for x in var['smtp_credentials'])),
4887-
'o_auth2_client_credentials': str(', '.join(x['ocid'] for x in var['o_auth2_client_credentials'])),
4888-
'db_credentials': str(', '.join(x['ocid'] for x in var['db_credentials'])),
4889-
'allow_self_change': str(', '.join(x['ocid'] for x in var['allow_self_change']))
4887+
'api_keys': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['api_keys'])),
4888+
'customer_secret_keys': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['customer_secret_keys'])),
4889+
'auth_tokens': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['auth_tokens'])),
4890+
'smtp_credentials': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['smtp_credentials'])),
4891+
'o_auth2_client_credentials': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['o_auth2_client_credentials'])),
4892+
'db_credentials': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['db_credentials'])),
4893+
'allow_self_change': var['allow_self_change']
48904894
}
48914895

48924896
self.csv_identity_domains_users.append(data)

0 commit comments

Comments
 (0)