Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Create v1.6.0 release #5355

Merged
merged 4 commits into from
Mar 18, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Join the chat at https://gitter.im/Microsoft/pai](https://badges.gitter.im/Microsoft/pai.svg)](https://gitter.im/Microsoft/pai?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Version](https://img.shields.io/github/release/Microsoft/pai.svg)](https://github.com/Microsoft/pai/releases/latest)

**OpenPAI [v1.5.0](./RELEASE_NOTE.md#Jan-2021-version-150) has been released!**
**OpenPAI [v1.6.0](./RELEASE_NOTE.md#Mar-2021-version-160) has been released!**

With the release of v1.0, OpenPAI is switching to a more robust, more powerful and lightweight architecture. OpenPAI is also becoming more and more modular so that the platform can be easily customized and expanded to suit new needs. OpenPAI also provides many AI user-friendly features, making it easier for end users and administrators to complete daily AI tasks.

Expand Down
25 changes: 25 additions & 0 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# OpenPAI Release Note

## Mar 2021 (version 1.6.0)

- Job protocol update: Add prerequisites #5145

- Marketplace related update
- Please see https://github.com/microsoft/openpaimarketplace/issues/201 for more details

- Introduce an optional docker cache in cluster #5290

- A regular GPU utilization report can be set up for admins #5281, #5294, #5324, #5331
- #5324 introduces a schema change for `pai-bearer-token` in the `alert-manager` section. The old configuration still works but is deprecated. If you have configured `pai-bearer-token` of `alert-manager`, please refer to #5331 to modify the previous configuration.

- Users can save frequently-used SSH publish keys on the profile page #5223

- Improve log experience #5271 #5272

- Reduce ansible logs when deploy #5305

- Bug Fixes:
- Database controller: Tolerant to wrong framework spec #5284
- Database controller: Remove sensitive fields in db #5289
- Database controller: Fix memory leak #5309
- Set correct launchTime in rest-server #5307
- Database may use unmounted host path #5343

## Jan 2021 (version 1.5.0)

- Improve Web Portal Experience
Expand Down
2 changes: 1 addition & 1 deletion contrib/kubespray/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
user: forexample
password: forexample
docker_image_tag: v1.5.0
docker_image_tag: v1.6.0

# Optional

Expand Down
4 changes: 2 additions & 2 deletions docs/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd pai
Choose a version to install by checkout to a specific tag:

```bash
git checkout v1.5.0
git checkout v1.6.0
```

Please edit `layout.yaml` and a `config.yaml` file under `<pai-code-dir>/contrib/kubespray/config` folder.
Expand Down Expand Up @@ -220,7 +220,7 @@ machine-list:
``` yaml
user: forexample
password: forexample
docker_image_tag: v1.5.0
docker_image_tag: v1.6.0

# Optional

Expand Down
4 changes: 2 additions & 2 deletions docs_zh_CN/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd pai
checkout到某一个tag,来选择需要安装的OpenPAI版本:

```bash
git checkout v1.5.0
git checkout v1.6.0
```

接下来,请编辑`<pai-code-dir>/contrib/kubespray/config`目录下的`layout.yaml`和`config.yaml`文件。
Expand Down Expand Up @@ -221,7 +221,7 @@ machine-list:
``` yaml
user: forexample
password: forexample
docker_image_tag: v1.5.0
docker_image_tag: v1.6.0

# Optional

Expand Down
2 changes: 1 addition & 1 deletion version/PAI.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.0
v1.6.0