Skip to content

Commit

Permalink
release v0.8.7 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
happy2048 authored Aug 6, 2021
1 parent 70486e5 commit c24e3d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY . .

RUN make $TARGET

RUN wget https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-$OS_ARCH.tar.gz && \
RUN wget http://kubeflow-hk.oss-cn-hongkong.aliyuncs.com/helm-$HELM_VERSION-$OS_ARCH.tar.gz && \
tar -xvf helm-$HELM_VERSION-$OS_ARCH.tar.gz && \
mv $OS_ARCH/helm /usr/local/bin/helm && \
chmod u+x /usr/local/bin/helm && \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.6
0.8.7
11 changes: 11 additions & 0 deletions docs/releases/v0.8.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release 0.8.7

### Added

- Support Isolating users in namespace
- Support --label option
- Support annotations/nodeSelector/tolerations in tensorflow serving jobs

### Fixed

- Fix the bug that allocated gpus is failed of command 'arena top node'
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.8.7: releases/v0.8.7.md
- v0.8.6: releases/v0.8.6.md
- v0.8.5: releases/v0.8.5.md
- v0.8.0: releases/v0.8.0.md
Expand Down

0 comments on commit c24e3d5

Please sign in to comment.