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

Commit f67d4ef

Browse files
authored
Add release note and change related version (#5259)
1 parent 1c290c9 commit f67d4ef

File tree

5 files changed

+60
-25
lines changed

5 files changed

+60
-25
lines changed

README.md

Lines changed: 29 additions & 22 deletions
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.1](./RELEASE_NOTE.md#Dec-2020-version-141) has been released!**
9+
**OpenPAI [v1.5.0](./RELEASE_NOTE.md#Jan-2021-version-150) 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

@@ -58,16 +58,23 @@ With the release of v1.0, OpenPAI is switching to a more robust, more powerful a
5858

5959
## Table of Contents
6060

61-
1. [When to consider OpenPAI](#when-to-consider-openpai)
62-
2. [Why choose OpenPAI](#why-choose-openpai)
63-
3. [Get started](#get-started)
64-
- [For cluster administrators](#for-cluster-administrators)
65-
- [For cluster users](#for-cluster-users)
66-
4. [Standalone Components](#standalone-components)
67-
5. [Reference](#reference)
68-
6. [Related Projects](#related-projects)
69-
7. [Get involved](#get-involved)
70-
8. [How to contribute](#how-to-contribute)
61+
- [When to consider OpenPAI](#when-to-consider-openpai)
62+
- [Why choose OpenPAI](#why-choose-openpai)
63+
- [Support on-premises and easy to deploy](#support-on-premises-and-easy-to-deploy)
64+
- [Support popular AI frameworks and heterogeneous hardware](#support-popular-ai-frameworks-and-heterogeneous-hardware)
65+
- [Most complete solution and easy to extend](#most-complete-solution-and-easy-to-extend)
66+
- [Get started](#get-started)
67+
- [For cluster administrators](#for-cluster-administrators)
68+
- [For cluster users](#for-cluster-users)
69+
- [Standalone Components](#standalone-components)
70+
- [Reference](#reference)
71+
- [Related Projects](#related-projects)
72+
- [Get involved](#get-involved)
73+
- [How to contribute](#how-to-contribute)
74+
- [Contributor License Agreement](#contributor-license-agreement)
75+
- [Call for contribution](#call-for-contribution)
76+
- [Who should consider contributing to OpenPAI](#who-should-consider-contributing-to-openpai)
77+
- [Contributors](#contributors)
7178

7279
## When to consider OpenPAI
7380

@@ -109,19 +116,19 @@ The [admin manual](https://openpai.readthedocs.io/en/latest/manual/cluster-admin
109116

110117
- **Installation and upgrade**. The installation is based on Kubespray, and here is the [system requirements](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/installation-guide.html#installation-requirements). OpenPAI provides an [installation guide](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/installation-guide.html) to facilitate the installation.
111118

112-
If you are considering upgrade from older version to the latest v1.0.0, please refer to the table below for a brief comparison between `v0.14.0` and the upcoming `v1.0.0`. More detail about the upgrade considerations can be found [upgrade guide](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/upgrade-guide.html).
119+
If you are considering upgrade from older version to the latest v1.0.0, please refer to the table below for a brief comparison between `v0.14.0` and the `v1.0.0`. More detail about the upgrade considerations can be found [upgrade guide](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/upgrade-guide.html).
113120

114-
| | `v0.14.0` | `v1.0.0` |
115-
| ----------------- | ----------------------- | ---------------------- |
116-
| Architecture | Kubernetes + Hadoop YARN| Kubernetes |
117-
| Scheduler | YARN Scheduler | HiveD / K8S default |
118-
| Job Orchestrating | YARN Framework Launcher | Framework Controller |
119-
| RESTful API | v1 + v2 | pure v2 |
120-
| Storage | Team-wise storage plugin| PV/PVC storage sharing |
121-
| Marketplace | Marketplace v2 | openpaimarketplace |
122-
| SDK | Python | JavaScript / TypeScript|
121+
| | `v0.14.0` | `v1.0.0` |
122+
| ----------------- | ------------------------ | ----------------------- |
123+
| Architecture | Kubernetes + Hadoop YARN | Kubernetes |
124+
| Scheduler | YARN Scheduler | HiveD / K8S default |
125+
| Job Orchestrating | YARN Framework Launcher | Framework Controller |
126+
| RESTful API | v1 + v2 | pure v2 |
127+
| Storage | Team-wise storage plugin | PV/PVC storage sharing |
128+
| Marketplace | Marketplace v2 | openpaimarketplace |
129+
| SDK | Python | JavaScript / TypeScript |
123130

124-
*If there is any question during deployment, please check [installation FAQs and troubleshooting](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/installation-faqs-and-troubleshooting.html) first. If it is not covered yet, refer to [here](#get-involved) to ask question or submit an issue.*
131+
_If there is any question during deployment, please check [installation FAQs and troubleshooting](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/installation-faqs-and-troubleshooting.html) first. If it is not covered yet, refer to [here](#get-involved) to ask question or submit an issue._
125132

126133
- **Basic cluster management**. Through the Web-portal and a command-line tool `paictl`, administrators could complete [cluster managements](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/basic-management-operations.html), such as [adding (or removing) nodes](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/how-to-add-and-remove-nodes.html), [monitoring nodes and services](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/basic-management-operations.html#management-on-webportal), and [storages setup and permission control](https://openpai.readthedocs.io/en/latest/manual/cluster-admin/how-to-set-up-storage.html).
127134

RELEASE_NOTE.md

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

3+
## Jan 2021 (version 1.5.0)
4+
5+
- Improve Web Portal Experience
6+
- Fix Home page overlap issue #5213 #5180
7+
- Add filter, search box and export csv button in task detail list #5175
8+
- Create a new page for yaml editor #5172
9+
10+
- Marketplace related update
11+
- Please see https://github.com/microsoft/openpaimarketplace/issues/152 for more details
12+
13+
- Support different types of computing hardware #5138
14+
15+
- Deployment process refinement
16+
- `master.csv` + `worker.csv` -> `layout.yaml`
17+
- move `config.yaml`, `layout.yaml` under quick-start folder, remove all the argument parse logic
18+
- Add support for cpu-only worker installation
19+
- Add support for heterogeneous workers
20+
- Unify version requirements: pai version, pai image tag
21+
- Set default value in config files
22+
- Generate hiveD config with `layout.yaml` #5179
23+
- Check layout before installing k8s #5184 #5181
24+
- Config folder structure arrangement
25+
- Refine installation logs
26+
- Add skip service list argument #5193
27+
28+
- Log manager
29+
- Change get logs api return code #5125
30+
331
## Dec 2020 (version 1.4.1)
432

533
- Marketplace
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
FROM docker.io/openpai/pai-marketplace-restserver
4+
FROM docker.io/openpai/pai-marketplace-restserver:v1.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
FROM docker.io/openpai/pai-marketplace-webportal
4+
FROM docker.io/openpai/pai-marketplace-webportal:v1.5.0

version/PAI.VERSION

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

0 commit comments

Comments
 (0)