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

release v1.4.0 #5133

Merged
merged 2 commits into from
Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from all 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.3.0](./RELEASE_NOTE.md#Nov-2020-version-130) has been released!**
**OpenPAI [v1.4.0](./RELEASE_NOTE.md#Dec-2020-version-140) 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
33 changes: 33 additions & 0 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# OpenPAI Release Note

## Dec 2020 (version 1.4.0)

- multi-cluster (https://github.com/microsoft/pai/issues/4929)
- Support job transfer (#5082, #5088)
- Autoscaler
- Update docs for Cluster Autoscaler on AKS Engine (#5057)
- Log Collection (https://github.com/microsoft/pai/issues/4992)
- Rest API
- Webportal
- Https configuration document (#5076, #5078)
- Marketplace (https://github.com/microsoft/openpaimarketplace/issues/73)
- Data
- Move NFS to Azure Blob as backend
- Upload Job output to Azure Blob
- Download data from azure blob to local
- Use Azure storage SDK for privacy
- Refactor data use logic after change storage to blob
- Update project development doc and manual
- Service Deployment
- Start Local Rest Server
- Deployed Rest Server in PAI
- Start database and save items into it
- Register in PAI pylon (#5066)
- Add azure storage to service configuration (#5104)
- Web Portal
- Fix stop job button issue #5079
- Admin Experience
- Prometheus alert rules update (#5021)
- Refine deployment process (#5077, #5085)
- Others
- Fix `updateUserGroupList` API issue (#5121)
- Fix hived config issue caused by k8s coreDNS deployment (#5071)

## Nov 2020 (version 1.3.0)

- Marketplace
Expand Down
6 changes: 3 additions & 3 deletions docs/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ openpai-004,10.0.0.4
```yaml
user: <your-ssh-username>
password: <your-ssh-password>
branch_name: pai-1.3.y
docker_image_tag: v1.3.0
branch_name: pai-1.4.y
docker_image_tag: v1.4.0

# Optional

Expand Down Expand Up @@ -192,7 +192,7 @@ docker_image_tag: v1.3.0
On the dev box machine, use the following commands to clone the OpenPAI repo:

```bash
git clone -b pai-1.3.y https://github.com/microsoft/pai.git # change to a different branch if you want to deploy a different version
git clone -b pai-1.4.y https://github.com/microsoft/pai.git # change to a different branch if you want to deploy a different version
cd pai/contrib/kubespray
```

Expand Down
6 changes: 3 additions & 3 deletions docs_zh_CN/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ openpai-004,10.0.0.4
```yaml
user: <your-ssh-username>
password: <your-ssh-password>
branch_name: pai-1.3.y
docker_image_tag: v1.3.0
branch_name: pai-1.4.y
docker_image_tag: v1.4.0

# Optional

Expand Down Expand Up @@ -191,7 +191,7 @@ docker_image_tag: v1.3.0
在dev box机器上,使用下面的命令克隆OpenPAI的源代码。

```bash
git clone -b pai-1.3.y https://github.com/microsoft/pai.git # 如果您想要部署不同的版本,请切换到相应的branch。
git clone -b pai-1.4.y https://github.com/microsoft/pai.git # 如果您想要部署不同的版本,请切换到相应的branch。
cd pai/contrib/kubespray
```

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