Skip to content

Commit 30832f7

Browse files
Releasing version 3.3.0
Releasing version 3.3.0
2 parents 42c340a + cefc367 commit 30832f7

File tree

406 files changed

+24557
-827
lines changed

Some content is hidden

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

406 files changed

+24557
-827
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 3.3.0 - 2023-02-07
7+
### Added
8+
- Support for changing Data Guard role of a database instance within the Database service
9+
- Support for listing autonomous container database versions in the Database service
10+
- Support for specifying a database version when creating or updating an autonomous container database in the Database service
11+
- Support for specifying an eCPU count when creating or updating autonomous shared databases in the Database service
12+
- Support for Helm attestation and Helm arguments on deploy operations in the DevOps service
13+
- Support for uploading master key wallets for deployments in the GoldenGate service
14+
- Support for custom configurations in the Operations Insights service
15+
16+
### Breaking Changes
17+
- Field `cpuCoreCount` has been made optional in the models `com.oracle.bmc.database.model.AutonomousDatabaseSummary` and `com.oracle.bmc.database.model.AutonomousDatabase` in the Database service
18+
619
## 3.2.3 - 2023-01-31
720
### Added
821
- Support for ECPU billing for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service
922
- Support for providing a vault secret ID when creating or updating autonomous shared databases in the Database service
10-
- Support for including machine learning notebook, ORDS, and database transform URLs as autonomous database connections in the Database service
23+
- Support for including ORDS and database transform URLs as autonomous database connections in the Database service
1124
- Support for role-based access control on OpenSearch clusters in the Search service
1225
- Support for managed shell stages on deployments in the DevOps service
1326
- Support for memory encryption on confidential VMs in the Compute service

bmc-addons/bmc-apache-configurator-jersey-addon/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.2.3</version>
7+
<version>3.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.2.3</version>
21+
<version>3.3.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
28-
<version>3.2.3</version>
28+
<version>3.3.0</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

bmc-addons/bmc-apache-configurator-jersey3-addon/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.2.3</version>
7+
<version>3.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,14 +18,14 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-bom</artifactId>
21-
<version>3.2.3</version>
21+
<version>3.3.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.oracle.oci.sdk</groupId>
2727
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
28-
<version>3.2.3</version>
28+
<version>3.3.0</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>3.2.3</version>
8+
<version>3.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>3.2.3</version>
22+
<version>3.3.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

bmc-addons/bmc-graalvm-addon/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.2.3</version>
7+
<version>3.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -145,37 +145,37 @@
145145
<dependency>
146146
<groupId>com.oracle.oci.sdk</groupId>
147147
<artifactId>oci-java-sdk-common</artifactId>
148-
<version>3.2.3</version>
148+
<version>3.3.0</version>
149149
<scope>provided</scope>
150150
</dependency>
151151
<dependency>
152152
<groupId>com.oracle.oci.sdk</groupId>
153153
<artifactId>oci-java-sdk-common-httpclient</artifactId>
154-
<version>3.2.3</version>
154+
<version>3.3.0</version>
155155
<scope>provided</scope>
156156
</dependency>
157157
<dependency>
158158
<groupId>com.oracle.oci.sdk</groupId>
159159
<artifactId>oci-java-sdk-core</artifactId>
160-
<version>3.2.3</version>
160+
<version>3.3.0</version>
161161
<scope>test</scope>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.oracle.oci.sdk</groupId>
165165
<artifactId>oci-java-sdk-identity</artifactId>
166-
<version>3.2.3</version>
166+
<version>3.3.0</version>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>
170170
<groupId>com.oracle.oci.sdk</groupId>
171171
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
172-
<version>3.2.3</version>
172+
<version>3.3.0</version>
173173
<scope>test</scope>
174174
</dependency>
175175
<dependency>
176176
<groupId>com.oracle.oci.sdk</groupId>
177177
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
178-
<version>3.2.3</version>
178+
<version>3.3.0</version>
179179
<scope>test</scope>
180180
</dependency>
181181
</dependencies>

bmc-addons/bmc-graalvm-jersey3-addon/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.2.3</version>
7+
<version>3.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm-jersey3</artifactId>
@@ -146,37 +146,37 @@
146146
<dependency>
147147
<groupId>com.oracle.oci.sdk</groupId>
148148
<artifactId>oci-java-sdk-common</artifactId>
149-
<version>3.2.3</version>
149+
<version>3.3.0</version>
150150
<scope>provided</scope>
151151
</dependency>
152152
<dependency>
153153
<groupId>com.oracle.oci.sdk</groupId>
154154
<artifactId>oci-java-sdk-common-httpclient</artifactId>
155-
<version>3.2.3</version>
155+
<version>3.3.0</version>
156156
<scope>provided</scope>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.oracle.oci.sdk</groupId>
160160
<artifactId>oci-java-sdk-core</artifactId>
161-
<version>3.2.3</version>
161+
<version>3.3.0</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>com.oracle.oci.sdk</groupId>
166166
<artifactId>oci-java-sdk-identity</artifactId>
167-
<version>3.2.3</version>
167+
<version>3.3.0</version>
168168
<scope>test</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>com.oracle.oci.sdk</groupId>
172172
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
173-
<version>3.2.3</version>
173+
<version>3.3.0</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>com.oracle.oci.sdk</groupId>
178178
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
179-
<version>3.2.3</version>
179+
<version>3.3.0</version>
180180
<scope>test</scope>
181181
</dependency>
182182
</dependencies>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>3.2.3</version>
7+
<version>3.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common</artifactId>
27-
<version>3.2.3</version>
27+
<version>3.3.0</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>3.2.3</version>
8+
<version>3.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.oracle.oci.sdk</groupId>
6262
<artifactId>oci-java-sdk-common</artifactId>
63-
<version>3.2.3</version>
63+
<version>3.3.0</version>
6464
</dependency>
6565
</dependencies>
6666

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>3.2.3</version>
8+
<version>3.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-adm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>3.2.3</version>
7+
<version>3.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-adm</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>3.2.3</version>
18+
<version>3.3.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

0 commit comments

Comments
 (0)