Skip to content

Releases: kubeflow/arena

v0.14.0

12 Feb 06:46
36a59bb
Compare
Choose a tag to compare

Features

Misc

Full Changelog

v0.13.1

13 Jan 09:49
ce9c5f3
Compare
Choose a tag to compare

Misc

Full Changelog

v0.13.0

23 Dec 08:46
f098f1a
Compare
Choose a tag to compare

New Features

Bug Fix

  • Avoid listing jobs and statefulsets when get pytorchjob (#1229 by @ChenYi015)

Misc

Full Changelog

v0.12.1

25 Nov 11:52
74ade74
Compare
Choose a tag to compare

New Features

Bug Fix

Misc

Full Changelog

v0.12.0

11 Nov 06:29
6c24c79
Compare
Choose a tag to compare

New Features

  • Feat: add support for distributed serving type (#1187 by @linnlh)
  • Support distributed serving with vendor update (#1194 by @cheyang)

Misc

Full Changelog

v0.11.0

24 Oct 12:06
d42e52b
Compare
Choose a tag to compare

New Features

Misc

Full Changelog

v0.10.1

14 Oct 13:17
6d54491
Compare
Choose a tag to compare

Bug Fixes

  • fix: keep arena installer after installing the binary (#1164 by @ChenYi015)
  • fix: unsupported success policy when success policy is not specified (#1170 by @ChenYi015)
  • fix: failed to sync cache due to status subresouce missed in tfjob CRD (#1173 by @ChenYi015)

Misc

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

29 Sep 14:10
62ed8b9
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fix submitting spark training jobs and update docs (#1112 by @ChenYi015)
  • docs: fix broken links and add CI for checking document build status (#1131 by @ChenYi015)
  • [Bugfix] Make PytorchJob devices format to key=value (#1155 by @AlanFokCo)

SDK

Misc

Full Changelog

v0.9.16

26 Jul 02:51
881780f
Compare
Choose a tag to compare

Release 0.9.16

New features

  • Support setting shared memory for training job. #1104
  • Support setting the init-container-image for pytorch-operator. #1097
  • Add env-from-secret to read environment variables from secret. #1107
  • Support config security context for KServe. #1108

Bug fixes

  • Fix get kserve job panic. #1086
  • Fix gpu-exporter and prometheus demo. #1087
  • Fix incorrect TensorBoard images. #1109

Misc

  • Update Arena Java SDK fastjson version. #1088
  • Remove vendor. #1089
  • Change kserve prom svc to ClusterIP. #1096
  • Upgrade the kubernetes dependencies to v1.28 and go version to 1.21. #1102
  • Add a demo for using arena CLI in container. #1105

Please follow the Get started Guide to install.

v0.9.15

28 Apr 06:50
f31e1b0
Compare
Choose a tag to compare

Release 0.9.15

New features

  • KServe support expose metrics automatically by --enable-prometheus & --metrics-port. #1073
  • KServe support autoscaling according custom metrics by HPA. #1073

Bug fixes

  • Fix port cannot be allocated when submitting a tfjob using the go sdk. #1071
  • Fix --command parameter is not effective. #1074
  • Fix command includes quotes cause Helm template failure. #1075

Misc

  • Upgrade helm version to v3.13.3. #1072

Please follow the Get started Guide to install.