Skip to content

Commit 2ad0e98

Browse files
authored
Doc/v1.4.2 (alibaba#646)
* add release note 120 * Revert "add release note 120" This reverts commit 65a11fd. * add relase note
1 parent d772ac0 commit 2ad0e98

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
sidebar_position: 1
33
---
44
# 版本说明
5+
* [release v1.4.2](v1.4.2.md)
56
* [release v1.4.1](v1.4.1.md)
67
* [release v1.4.0](v1.4.0.md)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# v1.4.2
2+
3+
## 发布日期
4+
2026 年 3 月 17 日
5+
6+
---
7+
8+
## SDK
9+
10+
### 新功能
11+
12+
#### 文件上传
13+
- **新增**: `UploadRequest``upload_by_path` 支持 `UploadMode``AUTO``OSS``DIRECT`),允许显式控制文件上传策略,而不仅依赖自动检测 ([#641](https://github.com/alibaba/ROCK/pull/641))
14+
15+
---
16+
17+
## Admin
18+
19+
### 新功能
20+
21+
#### Kubernetes Operator
22+
- **新增**: 支持 K8s 沙箱部署的 Pool 与模板映射,包括通过 `ResourceMatchingPoolSelector` 根据镜像和资源需求自动选择 Pool、基于 `template_map` 实现操作系统感知的模板选择,以及支持按 Pool 配置端口 ([#635](https://github.com/alibaba/ROCK/pull/635))
23+
24+
---

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
sidebar_position: 1
33
---
44
# Release Notes
5+
* [release v1.4.2](v1.4.2.md)
56
* [release v1.4.1](v1.4.1.md)
67
* [release v1.4.0](v1.4.0.md)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# v1.4.2
2+
3+
## Release Date
4+
Mar 17, 2026
5+
6+
---
7+
8+
## SDK
9+
10+
### New Features
11+
12+
#### File Upload
13+
- **NEW**: Support `UploadMode` (`AUTO`, `OSS`, `DIRECT`) in `UploadRequest` and `upload_by_path`, allowing explicit control over file upload strategy instead of relying solely on auto-detection ([#641](https://github.com/alibaba/ROCK/pull/641))
14+
15+
---
16+
17+
## Admin
18+
19+
### New Features
20+
21+
#### Kubernetes Operator
22+
- **NEW**: Support pool and template mapping for K8s sandbox deployment, including automatic pool selection via `ResourceMatchingPoolSelector` based on image and resource requirements, `template_map` for OS-aware template selection, and configurable per-pool port settings ([#635](https://github.com/alibaba/ROCK/pull/635))
23+
24+
---

0 commit comments

Comments
 (0)