Skip to content

Commit

Permalink
Merge pull request #259 from wss-git/wss/add-region
Browse files Browse the repository at this point in the history
feat(config/add-region): add region list
  • Loading branch information
rsonghuster authored Nov 3, 2020
2 parents 6888ac6 + 5c792a2 commit a478b1c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

所有对 "Aliyun Serverless" 插件的更改都将记录在这个文件中。

## 1.27.14 - 2020-11-02
### Fixed
1. 新增region:成都、伦敦、吉隆坡
2. 异步配置、大规格实例、镜像配置支持校验

## 1.27.13 - 2020-10-15
### Fixed
1. 支持配置自定义 endpoint 的 Issue
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "aliyun",
"icon": "media/aliyun-serverless-extension.png",
"description": "Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.",
"version": "1.27.13",
"version": "1.27.14",
"engines": {
"vscode": "^1.31.0"
},
Expand Down
3 changes: 3 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,16 @@ export const FC_REGIONS = [
'cn-beijing',
'cn-zhangjiakou',
'cn-huhehaote',
'cn-chengdu',
'cn-shenzhen',
'cn-hongkong',
'ap-southeast-1',
'ap-southeast-2',
'ap-southeast-3',
'ap-southeast-5',
'ap-northeast-1',
'eu-central-1',
'eu-west-1',
'us-west-1',
'us-east-1',
'ap-south-1',
Expand Down

0 comments on commit a478b1c

Please sign in to comment.