@boostkit-dsh/kunpeng-execution 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ DSH 支撑插件:管理鲲鹏执行环境与配方,执行构建、单元测
|
|
|
6
6
|
- Agent 工具:`kunpeng_execution`(run 动作执行前需用户审批)
|
|
7
7
|
- 事件:`kunpeng-execution/state`、`kunpeng-execution/log`(业务插件 `ctx.on` 订阅)
|
|
8
8
|
|
|
9
|
-
`0.2.0` 起要求 GitCode 鉴权;当前版本精确依赖 `@boostkit-dsh/auth-management@0.1.
|
|
9
|
+
`0.2.0` 起要求 GitCode 鉴权;当前版本精确依赖 `@boostkit-dsh/auth-management@0.1.2`。Agent 工具的环境/配方读取、run 和 cancel 都先验证当前 GitCode ActorRef;run 与 cancel 记录最小化审计,run 原有的 danger-full-access 人工审批仍然保留。
|
|
10
10
|
|
|
11
11
|
## 执行环境
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boostkit-dsh/kunpeng-execution",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "鲲鹏执行环境、配方与结构化执行证据服务(本地、SSH 远程与明确标记的模拟 Provider)",
|
|
6
6
|
"main": "index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test": "node --test test/*.test.mjs"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@boostkit-dsh/auth-management": "0.1.
|
|
40
|
+
"@boostkit-dsh/auth-management": "0.1.2"
|
|
41
41
|
},
|
|
42
42
|
"dsh": {
|
|
43
43
|
"bundle": {
|