Skip to content

Commit 9461a49

Browse files
authored
Releasing version 2.30.0
Releasing version 2.30.0
2 parents 441e4e3 + d6552ac commit 9461a49

File tree

332 files changed

+1692
-768
lines changed

Some content is hidden

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

332 files changed

+1692
-768
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,26 @@ 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+
## 2.30.0 - 2022-05-31
7+
### Added
8+
9+
- Support for in-depth monitoring, diagnostics capabilities, and advanced management functionality for on-premise Oracle databases in the Database Management service
10+
- Support for using Oracle Cloud Agent to perform iSCSI login and logout for non-multipath-enabled iSCSI attachments in the Container Engine for Kubernetes service
11+
- Support for Fault Domain placement in the Container Engine for Kubernetes service
12+
- Support for worker node images in the Container Engine for Kubernetes service
13+
- Support for flexible shapes using the driverShapeConfig and executorShapeConfig properties in the Data Flow service
14+
15+
### Breaking Changes
16+
- Support for retries by default on operations in the Application Dependency Management service
17+
618
## 2.29.0 - 2022-05-24
719
### Added
820
- Support for the License Manager service
921
- Support for usage plans in the API Gateway service
1022
- Support for packaged skill and instance metadata management, role-based access options on instance creation, and assigned ownership in the Digital Assistant service
1123
- Support for compute capacity reservations in the VMWare Solution service
1224
- Support for Oracle Linux 8 application streams in the OS Management service
13-
- Add support for GraalVM
25+
- Support for GraalVM
1426

1527
### Breaking Changes
1628
- Support for retries by default on operations in the API Gateway service

bmc-addons/bmc-apache-connector-provider/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>2.29.0</version>
7+
<version>2.30.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>2.29.0</version>
21+
<version>2.30.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)