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

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suiguoxin committed Nov 30, 2020
1 parent 1f3d691 commit fee965d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
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)
- Suport 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
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

0 comments on commit fee965d

Please sign in to comment.