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

Commit

Permalink
Create v1.6.0 release (#5355)
Browse files Browse the repository at this point in the history
Co-authored-by: Yi Yi <yiyi@microsoft.com>
  • Loading branch information
hzy46 and yiyione authored Mar 18, 2021
1 parent 4441e28 commit fe18fd9
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 17 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.5.0](./RELEASE_NOTE.md#Jan-2021-version-150) has been released!**
**OpenPAI [v1.6.0](./RELEASE_NOTE.md#Mar-2021-version-160) 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
44 changes: 35 additions & 9 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,51 @@
# OpenPAI Release Note

## Mar 2021 (version 1.6.0)

- Job protocol update: Add prerequisites #5145

- Marketplace related update
- Please see [Marketplace](https://github.com/microsoft/openpaimarketplace/releases/tag/v1.6.0) for more details
- **Warning** Marketplace v1.6.0 has some breaking change, upgrade from previous should follow the [Marketplace upgrade guide](https://openpaimarketplace.readthedocs.io/en/v1.6.0/admin/deploy_v1.6.0_later.html#deployment-in-a-openpai-cluster)

- Introduce an optional docker cache in cluster #5290

- A regular GPU utilization report can be set up for admins #5281, #5294, #5324, #5331
- #5324 introduces a schema change for `pai-bearer-token` in the `alert-manager` section. The old configuration still works but is deprecated. If you have configured `pai-bearer-token` of `alert-manager`, please refer to #5331 to modify the previous configuration.

- Users can save frequently-used SSH publish keys on the profile page #5223

- Improve log experience #5271 #5272

- Reduce ansible logs when deploy #5305

- Bug Fixes:
- Database controller: Tolerant to wrong framework spec #5284
- Database controller: Remove sensitive fields in db #5289
- Database controller: Fix memory leak #5309
- Set correct launchTime in rest-server #5307
- Database may use unmounted host path #5343

## Jan 2021 (version 1.5.0)

- Improve Web Portal Experience
- Improve Web Portal Experience
- Fix Home page overlap issue #5213 #5180
- Add filter, search box and export csv button in task detail list #5175
- Create a new page for yaml editor #5172

- Marketplace related update
- Please see https://github.com/microsoft/openpaimarketplace/issues/152 for more details

- Support different types of computing hardware #5138
- Support different types of computing hardware #5138

- Deployment process refinement
- `master.csv` + `worker.csv` -> `layout.yaml`
- Deployment process refinement
- `master.csv` + `worker.csv` -> `layout.yaml`
- move `config.yaml`, `layout.yaml` under quick-start folder, remove all the argument parse logic
- Add support for cpu-only worker installation
- Add support for cpu-only worker installation
- Add support for heterogeneous workers
- Unify version requirements: pai version, pai image tag
- Set default value in config files
- Generate hiveD config with `layout.yaml` #5179
- Generate hiveD config with `layout.yaml` #5179
- Check layout before installing k8s #5184 #5181
- Config folder structure arrangement
- Refine installation logs
Expand All @@ -39,7 +65,7 @@

- multi-cluster (https://github.com/microsoft/pai/issues/4929)
- Support job transfer (#5082, #5088)
- Autoscaler
- Autoscaler
- Update docs for Cluster Autoscaler on AKS Engine (#5057)
- Log Collection (https://github.com/microsoft/pai/issues/4992)
- Rest API
Expand All @@ -63,9 +89,9 @@
- Fix stop job button issue #5079
- Admin Experience
- Prometheus alert rules update (#5021)
- Refine deployment process (#5077, #5085)
- Refine deployment process (#5077, #5085)
- Others
- Fix `updateUserGroupList` API issue (#5121)
- Fix `updateUserGroupList` API issue (#5121)
- Fix hived config issue caused by k8s coreDNS deployment (#5071)

## Nov 2020 (version 1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion contrib/kubespray/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
user: forexample
password: forexample
docker_image_tag: v1.5.0
docker_image_tag: v1.6.0

# Optional

Expand Down
4 changes: 2 additions & 2 deletions docs/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd pai
Choose a version to install by checkout to a specific tag:

```bash
git checkout v1.5.0
git checkout v1.6.0
```

Please edit `layout.yaml` and a `config.yaml` file under `<pai-code-dir>/contrib/kubespray/config` folder.
Expand Down Expand Up @@ -220,7 +220,7 @@ machine-list:
``` yaml
user: forexample
password: forexample
docker_image_tag: v1.5.0
docker_image_tag: v1.6.0
# Optional
Expand Down
4 changes: 2 additions & 2 deletions docs_zh_CN/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd pai
checkout到某一个tag,来选择需要安装的OpenPAI版本:

```bash
git checkout v1.5.0
git checkout v1.6.0
```

接下来,请编辑`<pai-code-dir>/contrib/kubespray/config`目录下的`layout.yaml``config.yaml`文件。
Expand Down Expand Up @@ -221,7 +221,7 @@ machine-list:
``` yaml
user: forexample
password: forexample
docker_image_tag: v1.5.0
docker_image_tag: v1.6.0
# Optional
Expand Down
2 changes: 1 addition & 1 deletion src/openpai-runtime/build/openpai-runtime.k8s.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FROM openpairuntime/openpai-runtime:v0.1.9
FROM openpairuntime/openpai-runtime:v0.1.10

2 changes: 1 addition & 1 deletion version/PAI.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.0
v1.6.0

0 comments on commit fe18fd9

Please sign in to comment.