Skip to content

Commit a37f5fb

Browse files
authored
Releasing version 2.49.0
Releasing version 2.49.0
2 parents be3b6cb + 38f7c17 commit a37f5fb

File tree

826 files changed

+97052
-3184
lines changed

Some content is hidden

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

826 files changed

+97052
-3184
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ 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.49.0 - 2021-10-26
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Source Code Management service
13+
* Support for the Build service
14+
* Support for the Certificates service
15+
* Support to create child tenancies in an organization and manage subscriptions in the Organizations service
16+
* Support for Certificates service integration in the Load Balancing service
17+
* Support for creating hosts in specific availability domains in the VMWare Solution service
18+
* Support for user-defined functions and libraries, as well as scheduling and orchestration, in the Data Integration service
19+
* Support for EM-managed Exadatas and EM-managed hosts in the Operations Insights service
20+
21+
Breaking
22+
--------
23+
* Models `ComputeInstanceGroupBlueGreenDeployStageExecutionProgress`, `ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress`, `ComputeInstanceGroupCanaryApprovalDeployStageExecutionProgress`, `ComputeInstanceGroupCanaryDeployStageExecutionProgress`, `ComputeInstanceGroupCanaryTrafficShiftDeployStageExecutionProgress`, `RunPipelineDeployStageExecutionProgress`and `RunValidationTestOnComputeInstanceDeployStageExecutionProgress` were removed from the DevOps service.
24+
625
====================
726
2.48.0 - 2021-10-19
827
====================

docs/api/certificates.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Certificates
2+
============
3+
4+
.. autosummary::
5+
:toctree: certificates/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.certificates.CertificatesClient
10+
oci.certificates.CertificatesClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: certificates/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.certificates.models.CaBundle
22+
oci.certificates.models.CertificateAuthorityBundle
23+
oci.certificates.models.CertificateAuthorityBundleVersionCollection
24+
oci.certificates.models.CertificateAuthorityBundleVersionSummary
25+
oci.certificates.models.CertificateBundle
26+
oci.certificates.models.CertificateBundlePublicOnly
27+
oci.certificates.models.CertificateBundleVersionCollection
28+
oci.certificates.models.CertificateBundleVersionSummary
29+
oci.certificates.models.CertificateBundleWithPrivateKey
30+
oci.certificates.models.RevocationStatus
31+
oci.certificates.models.Validity
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CertificatesClient
2+
==================
3+
4+
.. currentmodule:: oci.certificates
5+
6+
.. autoclass:: CertificatesClient
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+
CertificatesClientCompositeOperations
2+
=====================================
3+
4+
.. currentmodule:: oci.certificates
5+
6+
.. autoclass:: CertificatesClientCompositeOperations
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+
CaBundle
2+
========
3+
4+
.. currentmodule:: oci.certificates.models
5+
6+
.. autoclass:: CaBundle
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+
CertificateAuthorityBundle
2+
==========================
3+
4+
.. currentmodule:: oci.certificates.models
5+
6+
.. autoclass:: CertificateAuthorityBundle
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+
CertificateAuthorityBundleVersionCollection
2+
===========================================
3+
4+
.. currentmodule:: oci.certificates.models
5+
6+
.. autoclass:: CertificateAuthorityBundleVersionCollection
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+
CertificateAuthorityBundleVersionSummary
2+
========================================
3+
4+
.. currentmodule:: oci.certificates.models
5+
6+
.. autoclass:: CertificateAuthorityBundleVersionSummary
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+
CertificateBundle
2+
=================
3+
4+
.. currentmodule:: oci.certificates.models
5+
6+
.. autoclass:: CertificateBundle
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+
CertificateBundlePublicOnly
2+
===========================
3+
4+
.. currentmodule:: oci.certificates.models
5+
6+
.. autoclass:: CertificateBundlePublicOnly
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)