Skip to content

Commit

Permalink
update rn
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhupup committed May 4, 2023
1 parent f0b8970 commit bfbd562
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/zh/docs/amamba/intro/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ hide:
- 灰度发布

灰度发布是可以帮助用户渐进式更新应用的工具。它实现了多版本共存,发布暂停,流量百分比切换等功能,极大解放灰度发布过程中的手动操作,全自动化实现线上灰度流量切换。

- 工具链集成

集成 DevOps 工具链,允许团队将已了解和已在使用的现有工具引入到应用工作台之中。从而避免登录到多个平台之中以及应对在不同工具间没有统一视角的难题。
21 changes: 21 additions & 0 deletions docs/zh/docs/amamba/intro/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

本页列出应用工作台的 Release Notes,便于您了解各版本的演进路径和特性变化。

## 2022-04-30

### v0.16.1

#### 新功能

- **新增** 创建应用时独立出可观测性相关的配置,包括指标监测,链路追踪和 JVM 监控
- **新增** 集成工具链支持 Jenkins
- **新增** 支持多分支流水线的创建及管理
- **新增** 支持管理员视角下的工具链集成功能
- **新增** API 支持了蓝绿发布,包括创建,删除,回滚,升级,详情等

#### 修复

- **修复** 管理员绑定项目到指定工作空间下下,获取关联工具链实例详情时,无法正常获取的 bug
- **修复** 基于 from-jar 和 from-git 创建应用过程中出现 IMAGE_TAG 为空的时候,在对应的模板文件里里设置为 latest

#### 优化

- **优化** 统一整合工具链接口

## 2022-03-31

### v0.15.1
Expand Down

0 comments on commit bfbd562

Please sign in to comment.