Skip to content

Commit

Permalink
Releasing version 2.125.1
Browse files Browse the repository at this point in the history
Releasing version 2.125.1
  • Loading branch information
oci-dex-release-bot authored Apr 2, 2024
2 parents b1bd8ab + 585e1fa commit ca5dd13
Show file tree
Hide file tree
Showing 83 changed files with 3,331 additions and 480 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Change Log
All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
====================
2.125.1 - 2024-04-02
====================

Added
-----
* Support for assigned private IP and single stack IPV6 feature for Network Load Balancer Service
* Support for Configuration API in Email Delivery Service
* Support for the status field in creating data source resource for Cloud Guard Service
* Support for TLSv1.3 in Load Balancer Service
* Support for sending mails via HTTPS for Email Delivery Service

====================
2.125.0 - 2024-03-26
====================
Expand Down
1 change: 1 addition & 0 deletions docs/api/email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Email

oci.email.models.ChangeEmailDomainCompartmentDetails
oci.email.models.ChangeSenderCompartmentDetails
oci.email.models.Configuration
oci.email.models.CreateDkimDetails
oci.email.models.CreateEmailDomainDetails
oci.email.models.CreateSenderDetails
Expand Down
11 changes: 11 additions & 0 deletions docs/api/email/models/oci.email.models.Configuration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Configuration
=============

.. currentmodule:: oci.email.models

.. autoclass:: Configuration
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
25 changes: 25 additions & 0 deletions docs/api/email_data_plane.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Email Data Plane
================

.. autosummary::
:toctree: email_data_plane/client
:nosignatures:
:template: autosummary/service_client.rst

oci.email_data_plane.EmailDPClient
oci.email_data_plane.EmailDPClientCompositeOperations

--------
Models
--------

.. autosummary::
:toctree: email_data_plane/models
:nosignatures:
:template: autosummary/model_class.rst

oci.email_data_plane.models.EmailAddress
oci.email_data_plane.models.EmailSubmittedResponse
oci.email_data_plane.models.Recipients
oci.email_data_plane.models.Sender
oci.email_data_plane.models.SubmitEmailDetails
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
EmailDPClient
=============

.. currentmodule:: oci.email_data_plane

.. autoclass:: EmailDPClient
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
EmailDPClientCompositeOperations
================================

.. currentmodule:: oci.email_data_plane

.. autoclass:: EmailDPClientCompositeOperations
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
EmailAddress
============

.. currentmodule:: oci.email_data_plane.models

.. autoclass:: EmailAddress
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
EmailSubmittedResponse
======================

.. currentmodule:: oci.email_data_plane.models

.. autoclass:: EmailSubmittedResponse
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Recipients
==========

.. currentmodule:: oci.email_data_plane.models

.. autoclass:: Recipients
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Sender
======

.. currentmodule:: oci.email_data_plane.models

.. autoclass:: Sender
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SubmitEmailDetails
==================

.. currentmodule:: oci.email_data_plane.models

.. autoclass:: SubmitEmailDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
2 changes: 2 additions & 0 deletions docs/api/landing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ API Reference
* :doc:`Ekm <key_management/client/oci.key_management.EkmClient>`
* :doc:`Em Warehouse <em_warehouse/client/oci.em_warehouse.EmWarehouseClient>`
* :doc:`Email <email/client/oci.email.EmailClient>`
* :doc:`Email Dp <email_data_plane/client/oci.email_data_plane.EmailDPClient>`
* :doc:`Esxi Host <ocvp/client/oci.ocvp.EsxiHostClient>`
* :doc:`Event <os_management/client/oci.os_management.EventClient>`
* :doc:`Events <events/client/oci.events.EventsClient>`
Expand Down Expand Up @@ -307,6 +308,7 @@ API Reference
dts
em_warehouse
email
email_data_plane
events
file_storage
fleet_software_update
Expand Down
7 changes: 6 additions & 1 deletion examples/showoci/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.

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

=====================
24.04.02 - 24.04.02
=====================
* Added support for IAM Domains across different compartments

=====================
24.03.19 - 24.03.19
=====================
* Added -excludelist to generate exclude filter flags
* Added certificates, certificate authorities, certificate ca bundle which are part of -sec
* Added Data Safe information including assesments (use -dsa for report), assesments extract to JSON or CSV
* Added Data Safe information including assessments (use -dsa for report), assessments extract to JSON or CSV
* Added description for network security rules and security groups

=====================
Expand Down
2 changes: 1 addition & 1 deletion examples/showoci/showoci.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
import os
import time

version = "24.03.19"
version = "24.04.02"

##########################################################################
# check OCI version
Expand Down
2 changes: 1 addition & 1 deletion examples/showoci/showoci_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class ShowOCIData(object):
version = "24.03.19"
version = "24.04.02"

############################################
# ShowOCIService - Service object to query
Expand Down
28 changes: 16 additions & 12 deletions examples/showoci/showoci_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


class ShowOCIOutput(object):
version = "24.03.19"
version = "24.04.02"

##########################################################################
# spaces for align
Expand Down Expand Up @@ -242,9 +242,10 @@ def __print_identity_domains(self, domains):

for domain in domains:
print(self.taba + domain['display_name'] + " - " + domain['description'] + " - Created: " + domain['time_created'])
print(self.tabs + "URL : " + domain['url'])
print(self.tabs + "License : " + domain['license_type'])
print(self.tabs + "Type : " + domain['type'])
print(self.tabs + "Compartment : " + domain['compartment_path'])
print(self.tabs + "URL : " + domain['url'])
print(self.tabs + "License : " + domain['license_type'])
print(self.tabs + "Type : " + domain['type'])
print("")

for domain in domains:
Expand Down Expand Up @@ -4745,7 +4746,10 @@ def __csv_identity_domains(self, domains):
'dynamic_groups': len(var['dynamic_groups']) if var['dynamic_groups'] else 0,
'kmsi_setting': len(var['kmsi_setting']) if var['kmsi_setting'] else 0,
'identity_providers': len(var['identity_providers']) if var['identity_providers'] else 0,
'authentication_factor_settings': len(var['authentication_factor_settings']) if var['authentication_factor_settings'] else 0
'authentication_factor_settings': len(var['authentication_factor_settings']) if var['authentication_factor_settings'] else 0,
'compartment_id': var['compartment_id'],
'compartment_path': var['compartment_path'],
'compartment_name': var['compartment_name']
}
self.csv_identity_domains.append(data)

Expand Down Expand Up @@ -4880,13 +4884,13 @@ def __csv_identity_domains_users(self, users, domain_name, domain_id):
'can_use_smtp_credentials': var['ext_capabilities']['can_use_smtp_credentials'],
'can_use_db_credentials': var['ext_capabilities']['can_use_db_credentials'],
'roles': str(', '.join(x['value'] + ":" + x['type'] for x in var['roles'])),
'api_keys': str(', '.join(x['ocid'] for x in var['api_keys'])),
'customer_secret_keys': str(', '.join(x['ocid'] for x in var['customer_secret_keys'])),
'auth_tokens': str(', '.join(x['ocid'] for x in var['auth_tokens'])),
'smtp_credentials': str(', '.join(x['ocid'] for x in var['smtp_credentials'])),
'o_auth2_client_credentials': str(', '.join(x['ocid'] for x in var['o_auth2_client_credentials'])),
'db_credentials': str(', '.join(x['ocid'] for x in var['db_credentials'])),
'allow_self_change': str(', '.join(x['ocid'] for x in var['allow_self_change']))
'api_keys': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['api_keys'])),
'customer_secret_keys': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['customer_secret_keys'])),
'auth_tokens': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['auth_tokens'])),
'smtp_credentials': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['smtp_credentials'])),
'o_auth2_client_credentials': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['o_auth2_client_credentials'])),
'db_credentials': str(', '.join(x['ocid'] + ":" + x['time_created'] for x in var['db_credentials'])),
'allow_self_change': var['allow_self_change']
}

self.csv_identity_domains_users.append(data)
Expand Down
Loading

0 comments on commit ca5dd13

Please sign in to comment.