Skip to content

Commit 1e550ef

Browse files
authored
Merge pull request #94 from oracle/release_2018-12-13
Releasing version 2.1.3
2 parents 438b7a4 + 75d8dd8 commit 1e550ef

File tree

118 files changed

+9955
-7077
lines changed

Some content is hidden

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

118 files changed

+9955
-7077
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
66

77
====================
8-
2.1.2 - 2018-11-29
8+
2.1.3 - 12/13/2018
9+
====================
10+
11+
Added
12+
-----
13+
* Support for Data Guard for VM shapes in the Database service
14+
* Support for sparse disk groups for Exadata shapes in the Database service
15+
* Support for a new field, isLatestForMajorVersion, when listing DB versions in the Database service
16+
* Support for in-transit encryption for paravirtualized boot volume and data volume attachments in the Block Storage service
17+
* Support for tagging DNS Zones in the DNS service
18+
* Support for resetting credentials for SCIM clients associated with an Identity provider and updating user capabilities in the Identity service
19+
20+
Security
21+
-------
22+
* pyOpenSSL pinning was changed to pyOpenSSL>=17.5.0 and cryptography pinning to cryptography>=2.1.4 to address vulnerability `CVE-2018-1000808 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000808>`__
23+
24+
====================
25+
2.1.2 - 2018-11-29
926
====================
1027

1128
Added
@@ -16,7 +33,6 @@ Added
1633
Fixed
1734
-----
1835
* Block Storage service for copying volume backups across regions is now enabled
19-
2036

2137
====================
2238
2.1.1 - 2018-11-15

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
22

3-
This software is dual-licensed to you under the Universal Permissive License (UPL) and Apache License 2.0. See below for license terms. You may choose either license, or both.
3+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
44
____________________________
55
The Universal Permissive License (UPL), Version 1.0
66
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
@@ -79,4 +79,4 @@ END OF TERMS AND CONDITIONS
7979
distributed under the License is distributed on an "AS IS" BASIS,
8080
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8181
See the License for the specific language governing permissions and
82-
limitations under the License.
82+
limitations under the License.

docs/api/database.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Database
3838
oci.database.models.CreateBackupDetails
3939
oci.database.models.CreateDataGuardAssociationDetails
4040
oci.database.models.CreateDataGuardAssociationToExistingDbSystemDetails
41+
oci.database.models.CreateDataGuardAssociationWithNewDbSystemDetails
4142
oci.database.models.CreateDatabaseDetails
4243
oci.database.models.CreateDatabaseFromBackupDetails
4344
oci.database.models.CreateDbHomeDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDataGuardAssociationWithNewDbSystemDetails
2+
================================================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: CreateDataGuardAssociationWithNewDbSystemDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/dns.rst

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

2121
oci.dns.models.CreateZoneDetails
2222
oci.dns.models.ExternalMaster
23+
oci.dns.models.Nameserver
2324
oci.dns.models.PatchDomainRecordsDetails
2425
oci.dns.models.PatchRRSetDetails
2526
oci.dns.models.PatchZoneRecordsDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Nameserver
2+
==========
3+
4+
.. currentmodule:: oci.dns.models
5+
6+
.. autoclass:: Nameserver
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/identity.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ Identity
4545
oci.identity.models.FaultDomain
4646
oci.identity.models.Group
4747
oci.identity.models.IdentityProvider
48+
oci.identity.models.IdentityProviderGroupSummary
4849
oci.identity.models.IdpGroupMapping
4950
oci.identity.models.Policy
5051
oci.identity.models.Region
5152
oci.identity.models.RegionSubscription
5253
oci.identity.models.Saml2IdentityProvider
54+
oci.identity.models.ScimClientCredentials
5355
oci.identity.models.SmtpCredential
5456
oci.identity.models.SmtpCredentialSummary
5557
oci.identity.models.SwiftPassword
@@ -73,8 +75,10 @@ Identity
7375
oci.identity.models.UpdateSwiftPasswordDetails
7476
oci.identity.models.UpdateTagDetails
7577
oci.identity.models.UpdateTagNamespaceDetails
78+
oci.identity.models.UpdateUserCapabilitiesDetails
7679
oci.identity.models.UpdateUserDetails
7780
oci.identity.models.User
81+
oci.identity.models.UserCapabilities
7882
oci.identity.models.UserGroupMembership
7983
oci.identity.models.WorkRequest
8084
oci.identity.models.WorkRequestError
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
IdentityProviderGroupSummary
2+
============================
3+
4+
.. currentmodule:: oci.identity.models
5+
6+
.. autoclass:: IdentityProviderGroupSummary
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+
ScimClientCredentials
2+
=====================
3+
4+
.. currentmodule:: oci.identity.models
5+
6+
.. autoclass:: ScimClientCredentials
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+
UpdateUserCapabilitiesDetails
2+
=============================
3+
4+
.. currentmodule:: oci.identity.models
5+
6+
.. autoclass:: UpdateUserCapabilitiesDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)