Skip to content

Commit 8cd08a7

Browse files
Merge remote-tracking branch 'bitbucket/github' into release_2023-10-31
2 parents 3a8d623 + b43c1c7 commit 8cd08a7

File tree

507 files changed

+33439
-2134
lines changed

Some content is hidden

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

507 files changed

+33439
-2134
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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+
## 65.52.0 - 2023-10-31
8+
### Added
9+
- Support for calling Oracle Cloud Infrastructure services in the us-saltlake-2 region
10+
- Support for disaster recovery of load balancers, network load balancers and file systems in the Disaster Recovery service
11+
- Support for performing disaster recovery drills in the Disaster Recovery service
12+
- Support for enterprise SKUs and extensibility in the Stack Monitoring service
13+
- Support for metric extensions in the Stack Monitoring service
14+
- Support for baseline and anomaly detection in the Stack Monitoring service
15+
- Support for integration with Database Management service in the MySQL HeatWave service
16+
- Support for MySQL database management in the Database Management service
17+
- Support for database firewalls in the Data Safe service
18+
19+
### Breaking Changes
20+
- The properties `CompartmentId` and `UserAssessmentId` were removed from the `ProfileAggregation` model in the Data Safe service
21+
22+
723
## 65.51.0 - 2023-10-24
824
### Added
925
- Support for optional parameters for autonomous container database create and update operations in the Database service

common/regions.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ const (
7474
RegionUSChicago1 Region = "us-chicago-1"
7575
//RegionMXMonterrey1 region Monterrey
7676
RegionMXMonterrey1 Region = "mx-monterrey-1"
77+
//RegionUSSaltlake2 region Saltlake
78+
RegionUSSaltlake2 Region = "us-saltlake-2"
7779
//RegionUSLangley1 region Langley
7880
RegionUSLangley1 Region = "us-langley-1"
7981
//RegionUSLuke1 region Luke
@@ -152,6 +154,7 @@ var shortNameRegion = map[string]Region{
152154
"mad": RegionEUMadrid1,
153155
"ord": RegionUSChicago1,
154156
"mty": RegionMXMonterrey1,
157+
"aga": RegionUSSaltlake2,
155158
"lfi": RegionUSLangley1,
156159
"luf": RegionUSLuke1,
157160
"ric": RegionUSGovAshburn1,
@@ -223,6 +226,7 @@ var regionRealm = map[Region]string{
223226
RegionEUMadrid1: "oc1",
224227
RegionUSChicago1: "oc1",
225228
RegionMXMonterrey1: "oc1",
229+
RegionUSSaltlake2: "oc1",
226230

227231
RegionUSLangley1: "oc2",
228232
RegionUSLuke1: "oc2",

common/regions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,11 @@
328328
"realmKey": "oc1",
329329
"regionIdentifier": "mx-monterrey-1",
330330
"realmDomainComponent": "oraclecloud.com"
331+
},
332+
{
333+
"regionKey": "aga",
334+
"realmKey": "oc1",
335+
"regionIdentifier": "us-saltlake-2",
336+
"realmDomainComponent": "oraclecloud.com"
331337
}
332338
]

common/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)