Skip to content

Commit 29e43cb

Browse files
authored
v1.27.10 (#229)
1 parent 4c11ab2 commit 29e43cb

File tree

4 files changed

+47
-22
lines changed

4 files changed

+47
-22
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 1.27.10 - 2020-05-10
6+
### Fixed
7+
1. 修复 Aliyun::Serverless::Service 的 NasConfig Schema 校验
8+
2. 内置的 fun 版本升级为 v3.6.13
9+
510
## 1.27.9 - 2020-05-03
611
### Fixed
712
1. 修复安全漏洞,https-proxy-agent 升级为 2.2.4。

package-lock.json

+39-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "aliyun",
55
"icon": "media/aliyun-serverless-extension.png",
66
"description": "Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.",
7-
"version": "1.27.9",
7+
"version": "1.27.10",
88
"engines": {
99
"vscode": "^1.31.0"
1010
},
@@ -733,7 +733,7 @@
733733
"dependencies": {
734734
"@alicloud/fc2": "^2.1.0",
735735
"@alicloud/fnf-2019-03-15": "^1.1.0",
736-
"@alicloud/fun": "3.6.11",
736+
"@alicloud/fun": "3.6.13",
737737
"@types/js-yaml": "^3.12.1",
738738
"@typescript-eslint/eslint-plugin": "^1.11.0",
739739
"@typescript-eslint/parser": "^1.11.0",

src/language-service/schema/rosSchema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const rosSchema = {
124124
}
125125
}
126126
},
127-
"required": ["UserId", "GroupId", "MountPoints"],
127+
"required": ["UserId", "GroupId"],
128128
"additionalProperties": false
129129
}
130130
],

0 commit comments

Comments
 (0)