Skip to content

Commit

Permalink
Merge remote-tracking branch 'bitbucket/github' into release_2024-07-16
Browse files Browse the repository at this point in the history
  • Loading branch information
oci-dex-release-bot committed Jul 16, 2024
2 parents c4bf18c + 1950ef0 commit e8cc81f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)

## 65.69.2 - 2024-07-16
### Added
- Support for calling Oracle Cloud Infrastructure services in the `me-abudhabi-2` region


## 65.69.1 - 2024-07-09
### Added
- Support for cost management of shared resources in the Usage service
Expand Down
6 changes: 6 additions & 0 deletions common/regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ const (
RegionEUDccZurich1 Region = "eu-dcc-zurich-1"
//RegionMEAbudhabi3 region Abudhabi
RegionMEAbudhabi3 Region = "me-abudhabi-3"
//RegionMEAbudhabi2 region Abudhabi
RegionMEAbudhabi2 Region = "me-abudhabi-2"
)

var shortNameRegion = map[string]Region{
Expand Down Expand Up @@ -196,6 +198,7 @@ var shortNameRegion = map[string]Region{
"doh": RegionMEDccDoha1,
"avz": RegionEUDccZurich1,
"ahu": RegionMEAbudhabi3,
"rkt": RegionMEAbudhabi2,
}

var realm = map[string]string{
Expand All @@ -213,6 +216,7 @@ var realm = map[string]string{
"oc21": "oraclecloud21.com",
"oc24": "oraclecloud24.com",
"oc26": "oraclecloud26.com",
"oc29": "oraclecloud29.com",
}

var regionRealm = map[Region]string{
Expand Down Expand Up @@ -292,4 +296,6 @@ var regionRealm = map[Region]string{
RegionEUDccZurich1: "oc24",

RegionMEAbudhabi3: "oc26",

RegionMEAbudhabi2: "oc29",
}
6 changes: 6 additions & 0 deletions common/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,11 @@
"realmKey": "oc1",
"regionIdentifier": "ap-singapore-2",
"realmDomainComponent": "oraclecloud.com"
},
{
"regionKey": "rkt",
"realmKey": "oc29",
"regionIdentifier": "me-abudhabi-2",
"realmDomainComponent": "oraclecloud29.com"
}
]
2 changes: 1 addition & 1 deletion common/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8cc81f

Please sign in to comment.