Skip to content

Commit

Permalink
release v0.9.0 (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
heluocs authored Mar 14, 2022
1 parent 28c8263 commit 05d75f1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.9
0.9.0
22 changes: 22 additions & 0 deletions docs/releases/v0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Release 0.9.0

### Fixed

- Fix the bug arena update serving with specified kubeconfig.
- Fix the bug evaluatejob status not return.
- Fix the bug not set default shell type in arena client.
- Fix the bug of install arena when kubedl-operator existed.
- Fix the bug of mpi-operator crash.

### Added

- Add command 'arena model' to support model profile/benchmark/optimize/evaluate before deploy.
- Mark 'arena evaluate' as deprecated as it has merged to 'arena model evaluate'.
- Upgrade git-sync image version to support git token.
- Upgrade arena java sdk to the latest version.
- Support execute shell with custom shell type like sh or bash.
- Support --clean-task-policy for mpijiob.
- Add arena-artifacts to adapt k8s 1.22.
- Support prometheus url token.
- Upgrade the helm version to v3.7.2 and kube client version to v1.23.0.

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- SDK:
- Golang: sdk/go/index.md
- Release Notes:
- v0.9.0: releases/v0.9.0.md
- v0.8.9: releases/v0.8.9.md
- v0.8.8: releases/v0.8.8.md
- v0.8.7: releases/v0.8.7.md
Expand Down

0 comments on commit 05d75f1

Please sign in to comment.