Skip to content

Commit a9ea689

Browse files
authored
Releasing version 15.3.0
* Releasing version 15.0.0 Squashed commit of the following: commit 1e55444516c005da93fc9edbc5fbb34b58307f3b Author: Sun Yan <[email protected]> Date: Tue Jan 7 18:15:31 2020 +0000 Releasing version 15 0 0 * Merge pull request #912 in SDK/oci-go-sdk from merge_to_github2020-01-13-19-37-57 to github Squashed commit of the following: commit bbabac161f059a096cd5bfe84b448d2d31cb94ba Author: Sun Yan <[email protected]> Date: Mon Jan 13 19:37:58 2020 +0000 Releasing version 15 1 0 * Releasing version 15.2.0 Squashed commit of the following: commit 7257480958f6caef11c2c8d7121554283bc29c5e Author: buzhidao77 <[email protected]> Date: Fri Jan 17 22:29:20 2020 +0000 Releasing version 15 2 0 * Merge pull request #921 in SDK/oci-go-sdk from merge_to_github2020-01-27-22-05-21 to github Squashed commit of the following: commit a7a2761cdd03ab382eddd2ec8886069330bf63b8 Author: buzhidao77 <[email protected]> Date: Mon Jan 27 22:05:22 2020 +0000 Releasing version 15 3 0
1 parent 714436a commit a9ea689

File tree

326 files changed

+28282
-41
lines changed

Some content is hidden

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

326 files changed

+28282
-41
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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/)
66

7+
## 15.3.0 - 2020-01-28
8+
## Added
9+
- Support for the Application Migration service
10+
- Support for the Data Flow service
11+
- Support for the Data Catalog service
12+
- Support for cross-shape Data Guard in the Database service
13+
- Support for offline data export in the Data Transfer service
14+
715
## 15.2.0 - 2020-01-21
816
## Added
917
- Support for getting DRG redundancy status in the Networking service

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOC_SERVER_URL=https:\/\/docs.cloud.oracle.com
22

3-
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway ##SPECNAME##
3+
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway applicationmigration datacatalog dataflow ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

0 commit comments

Comments
 (0)