Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #182 from cdmurph32/add_ap-south-1
Browse files Browse the repository at this point in the history
Add ap south 1
  • Loading branch information
phylake authored Jun 8, 2017
2 parents faf8ffa + 9412166 commit 9308508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

### v4.8.2

- Allow selinux hosts to share the mounted volumes with the containers.
- allow selinux hosts to share the mounted volumes with the containers.
- allow ap-south-1 region

### v4.8.1

- Replace deprecated sysctl setting
- replace deprecated sysctl setting

### v4.8.0

Expand Down
1 change: 1 addition & 0 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func init() {
AwsRegions = map[string]interface{}{
"ap-northeast-1": nil,
"ap-northeast-2": nil,
"ap-south-1": nil,
"ap-southeast-1": nil,
"ap-southeast-2": nil,
"eu-central-1": nil,
Expand Down

0 comments on commit 9308508

Please sign in to comment.