Skip to content

Commit f6f0b48

Browse files
authored
Releasing version 12.3.0
Releasing version 12.3.0
2 parents 4503211 + 70a8f16 commit f6f0b48

File tree

103 files changed

+5156
-74
lines changed

Some content is hidden

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

103 files changed

+5156
-74
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## 12.3.0 - 2019-11-05
8+
### Added
9+
- Support for the Analytics Cloud service
10+
- Support for the Integration Cloud service
11+
- Support for IKE versions in IPSec connections in the Virtual Networking service
12+
- Support for getting a stack's Terraform state in the Resource Manager service
13+
714
## 12.2.0 - 2019-10-29
815
### Added
916
- Support for wallet rotation operations on Autonomous Databases in the Database 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 ##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 ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

0 commit comments

Comments
 (0)