Skip to content

Commit 07ac07d

Browse files
Releasing version 2.129.3
Releasing version 2.129.3
2 parents 9bfdb84 + 9d60277 commit 07ac07d

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.129.3 - 2024-07-16
8+
====================
9+
10+
11+
Added
12+
-----
13+
* Support for calling Oracle Cloud Infrastructure services in the me-abudhabi-2 region
14+
615
====================
716
2.129.2 - 2024-07-09
817
====================
@@ -12,6 +21,7 @@ Added
1221
* Support for cost management of shared resources in the Usage service
1322
* Support for creating new databases with oracle key vault on Exadata Cloud at Customer in the Database service
1423
* Support for confirming key store details on Exadata Cloud at Customer in the Database service
24+
* Support for Download Manager in the Object Storage service
1525

1626
====================
1727
2.129.1 - 2024-07-02

src/oci/regions_definitions.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
'beg': 'eu-jovanovac-1',
6666
'doh': 'me-dcc-doha-1',
6767
'avz': 'eu-dcc-zurich-1',
68-
'ahu': 'me-abudhabi-3'
68+
'ahu': 'me-abudhabi-3',
69+
'rkt': 'me-abudhabi-2'
6970
}
7071
REGION_REALMS = {
7172
'ap-chuncheon-1': 'oc1',
@@ -143,7 +144,9 @@
143144

144145
'eu-dcc-zurich-1': 'oc24',
145146

146-
'me-abudhabi-3': 'oc26'
147+
'me-abudhabi-3': 'oc26',
148+
149+
'me-abudhabi-2': 'oc29'
147150
}
148151
REALMS = {
149152
'oc1': 'oraclecloud.com',
@@ -159,7 +162,8 @@
159162
'oc20': 'oraclecloud20.com',
160163
'oc21': 'oraclecloud21.com',
161164
'oc24': 'oraclecloud24.com',
162-
'oc26': 'oraclecloud26.com'
165+
'oc26': 'oraclecloud26.com',
166+
'oc29': 'oraclecloud29.com'
163167
}
164168
REGIONS = [
165169
'ap-chuncheon-1',
@@ -224,5 +228,6 @@
224228
'eu-jovanovac-1',
225229
'me-dcc-doha-1',
226230
'eu-dcc-zurich-1',
227-
'me-abudhabi-3'
231+
'me-abudhabi-3',
232+
'me-abudhabi-2'
228233
]

src/oci/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
33
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
44

5-
__version__ = "2.129.2"
5+
__version__ = "2.129.3"

0 commit comments

Comments
 (0)