Skip to content

Commit b24f8cf

Browse files
committed
add release note
1 parent be3084b commit b24f8cf

File tree

4 files changed

+83
-1
lines changed

4 files changed

+83
-1
lines changed

docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.3.x/Release Notes/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
sidebar_position: 1
33
---
44
# 版本说明
5-
* [release v1.2.0](v1.2.0.md)
5+
* [release v1.3.0](v1.3.0.md)
6+
* [release v1.3.1](v1.3.1.md)
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# v1.3.1
2+
3+
## 发布日期
4+
2026 年 3 月 10 日
5+
6+
---
7+
8+
## SDK
9+
10+
### 新功能
11+
12+
#### Sandbox 客户端
13+
- **新增**: 支持通过 SDK 创建沙箱时指定 `sandbox_id` ([#607](https://github.com/alibaba/ROCK/pull/607))
14+
- **新增**: SDK 沙箱客户端中新增 `cpu_preemption` 配置选项,用于控制 CPU 抢占策略 ([#597](https://github.com/alibaba/ROCK/pull/597))
15+
16+
---
17+
18+
## Admin
19+
20+
### 新功能
21+
22+
#### Sandbox
23+
- **新增**: 沙箱 CPU 抢占支持,允许配置 CPU 资源抢占策略 ([#597](https://github.com/alibaba/ROCK/pull/597))
24+
- **新增**: 标准规格沙箱创建,通过 `use_standard_spec_only` 配置强制使用标准化资源规格 ([#603](https://github.com/alibaba/ROCK/pull/603))
25+
26+
#### 调度器
27+
- **新增**: 容器清理定时任务,自动移除超过可配置时间阈值的已停止 Docker 容器 ([#604](https://github.com/alibaba/ROCK/pull/604))
28+
- **新增**: 文件清理定时任务,支持配置目标目录、文件过期时间、文件大小阈值以及目录/文件排除规则 ([#584](https://github.com/alibaba/ROCK/pull/584))
29+
30+
---
31+
32+
### 增强改进
33+
34+
#### 可观测性
35+
- 沙箱生命周期响应时间(RT)指标,用于监控沙箱生命周期耗时 ([#605](https://github.com/alibaba/ROCK/pull/605))
36+
37+
#### 配置
38+
- 新增 `remove_container_enabled` 配置项,用于控制沙箱销毁后是否移除容器 ([#604](https://github.com/alibaba/ROCK/pull/604))
39+
40+
---

docs/versioned_docs/version-1.3.x/Release Notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ sidebar_position: 1
33
---
44
# Release Notes
55
* [release v1.3.0](v1.3.0.md)
6+
* [release v1.3.1](v1.3.1.md)
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# v1.3.1
2+
3+
## Release Date
4+
Mar 10, 2026
5+
6+
---
7+
8+
## SDK
9+
10+
### New Features
11+
12+
#### Sandbox Client
13+
- **NEW**: Support specifying `sandbox_id` when creating sandboxes via SDK ([#607](https://github.com/alibaba/ROCK/pull/607))
14+
- **NEW**: `cpu_preemption` configuration option in SDK sandbox client for CPU preemption control ([#597](https://github.com/alibaba/ROCK/pull/597))
15+
16+
---
17+
18+
## Admin
19+
20+
### New Features
21+
22+
#### Sandbox
23+
- **NEW**: CPU preemption support for sandboxes, allowing configurable CPU resource preemption policies ([#597](https://github.com/alibaba/ROCK/pull/597))
24+
- **NEW**: Standard spec sandbox creation with `use_standard_spec_only` configuration to enforce standardized resource specifications ([#603](https://github.com/alibaba/ROCK/pull/603))
25+
26+
#### Scheduler
27+
- **NEW**: Container cleanup scheduled task to automatically remove stopped Docker containers older than a configurable age threshold ([#604](https://github.com/alibaba/ROCK/pull/604))
28+
- **NEW**: File cleanup scheduled task with configurable target directories, file age limits, file size thresholds, and directory/file exclusion rules ([#584](https://github.com/alibaba/ROCK/pull/584))
29+
30+
---
31+
32+
### Enhancements
33+
34+
#### Observability
35+
- Sandbox lifespan response time (RT) metrics for monitoring sandbox lifecycle duration ([#605](https://github.com/alibaba/ROCK/pull/605))
36+
37+
#### Configuration
38+
- Add `remove_container_enabled` configuration option to control whether containers are removed after sandbox destruction ([#604](https://github.com/alibaba/ROCK/pull/604))
39+
40+
---

0 commit comments

Comments
 (0)