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

Commit f25e926

Browse files
authored
release v1.4.1 (#5191)
1 parent f04d999 commit f25e926

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![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)
77
[![Version](https://img.shields.io/github/release/Microsoft/pai.svg)](https://github.com/Microsoft/pai/releases/latest)
88

9-
**OpenPAI [v1.4.0](./RELEASE_NOTE.md#Dec-2020-version-140) has been released!**
9+
**OpenPAI [v1.4.1](./RELEASE_NOTE.md#Dec-2020-version-141) has been released!**
1010

1111
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.
1212

RELEASE_NOTE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# OpenPAI Release Note
22

3+
## Dec 2020 (version 1.4.1)
4+
5+
- Marketplace
6+
- Fix initializing blob data issue (#5189)
7+
- Log Collection
8+
- Fix getting wrong log for retried task & frontend crash issue (#5190)
9+
310
## Dec 2020 (version 1.4.0)
411

512
- multi-cluster (https://github.com/microsoft/pai/issues/4929)

docs/manual/cluster-admin/installation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ openpai-004,10.0.0.4
103103
user: <your-ssh-username>
104104
password: <your-ssh-password>
105105
branch_name: pai-1.4.y
106-
docker_image_tag: v1.4.0
106+
docker_image_tag: v1.4.1
107107

108108
# Optional
109109

docs_zh_CN/manual/cluster-admin/installation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ openpai-004,10.0.0.4
103103
user: <your-ssh-username>
104104
password: <your-ssh-password>
105105
branch_name: pai-1.4.y
106-
docker_image_tag: v1.4.0
106+
docker_image_tag: v1.4.1
107107

108108
# Optional
109109

version/PAI.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.4.1

0 commit comments

Comments
 (0)