Skip to content

Commit

Permalink
v1.27.10 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanDaoH authored May 10, 2020
1 parent 4c11ab2 commit 29e43cb
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 22 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.10 - 2020-05-10
### Fixed
1. 修复 Aliyun::Serverless::Service 的 NasConfig Schema 校验
2. 内置的 fun 版本升级为 v3.6.13

## 1.27.9 - 2020-05-03
### Fixed
1. 修复安全漏洞,https-proxy-agent 升级为 2.2.4。
Expand Down
58 changes: 39 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.9",
"version": "1.27.10",
"engines": {
"vscode": "^1.31.0"
},
Expand Down Expand Up @@ -733,7 +733,7 @@
"dependencies": {
"@alicloud/fc2": "^2.1.0",
"@alicloud/fnf-2019-03-15": "^1.1.0",
"@alicloud/fun": "3.6.11",
"@alicloud/fun": "3.6.13",
"@types/js-yaml": "^3.12.1",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/language-service/schema/rosSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const rosSchema = {
}
}
},
"required": ["UserId", "GroupId", "MountPoints"],
"required": ["UserId", "GroupId"],
"additionalProperties": false
}
],
Expand Down

0 comments on commit 29e43cb

Please sign in to comment.