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

Commit 9504bff

Browse files
authored
Add release note and update version for v1.3 (#5035)
Add release note and update version for v1.3.
1 parent ab3ba2b commit 9504bff

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
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.2.1](./RELEASE_NOTE.md#Oct-2020-version-121) has been released!**
9+
**OpenPAI [v1.3.0](./RELEASE_NOTE.md#Nov-2020-version-130) 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# OpenPAI Release Note
22

3+
## Nov 2020 (version 1.3.0)
4+
5+
- Marketplace
6+
- New templates in marketplace (https://github.com/microsoft/openpaimarketplace/issues/60)
7+
- HiveD Scheduler
8+
- Support cluster autoscale with HiveD scheduler on AKS (#4868)
9+
- Support dynamic sku types for different vc on webportal (#4900)
10+
- Advanced job debug mode
11+
- Add per task retry history (https://github.com/microsoft/frameworkcontroller/pull/62, #4958, #4966)
12+
- Expose Kubernetes events (#4939, #4975)
13+
- GPU monitoring and utilization
14+
- Support job tagging (#4924)
15+
- Stop low GPU utilization job with alert-manager (#4940)
16+
- Cordon node with GPU ECC Errors (#4942)
17+
- Documentation
18+
- Fix document according to DRI tickets (#4828)
19+
- Add distributed examples (#4821)
20+
- Webportal
21+
- Add help info for items on webportal (#4950)
22+
323
## Oct 2020 (version 1.2.1)
424

525
[minor release with hot fix](https://github.com/microsoft/pai/releases/tag/v1.2.1).

version/K8S.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.1-1.15.x
1+
v1.3.0-1.15.x

version/PAI.VERSION

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

0 commit comments

Comments
 (0)