Skip to content

Commit 0469196

Browse files
authored
Releasing version 2.28.0
Releasing version 2.28.0
2 parents 2b390d6 + 5452728 commit 0469196

File tree

239 files changed

+9283
-526
lines changed

Some content is hidden

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

239 files changed

+9283
-526
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ 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.28.0 - 2022-05-17
7+
### Added
8+
- Support for information requests in the Operator Access Control service
9+
- Support for Helm charts and repositories on deployments in the DevOps service
10+
- Support for Application Dependency Management service scan results on builds in the DevOps service
11+
- Support for build resources to use Bitbucket Cloud repositories for source code in the DevOps service
12+
- Support for character set selection on autonomous dedicated databases in the Database service
13+
- Support for listing autonomous dedicated database supported character sets in the Database service
14+
- Support for AMD E4 flex shapes on virtual machine database systems in the Database service
15+
- Support for terraform and improvements for cross-region ADGs in the Database service
16+
17+
### Breaking Changes
18+
- Support for retries by default on GET / LIST operations in the Visual Builder service
19+
620
## 2.27.0 - 2022-05-10
721
### Added
822
- Support for getting usage information for autonomous databases and Cloud at Customer autonomous databases in the Database 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.27.0</version>
7+
<version>2.28.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.27.0</version>
21+
<version>2.28.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)