Skip to content

Releases: ray-project/kuberay

v0.2.0 release

14 Mar 05:08
71ad7b9
Compare
Choose a tag to compare

v0.2.0 (2022-03-13)

Full Changelog

Features

Bug fixes

Testing

Docs and Miscs

v0.1.0

16 Oct 22:53
a087882
Compare
Choose a tag to compare

v0.1.0 (2021-10-16)

KubeRay Installation

kubectl apply -k "github.com/ray-project/kuberay/ray-operator/config/default?ref=v0.1.0"

Feature

Bugs

  • Fix flaky tests by retrying 409 conflict error (#73, @Jeffwan)
  • Fix issues in heterogeneous sample (#45, @anencore94)
  • Fix incorrect manifest setting and remove unused manifests (#34, @Jeffwan)
  • Fix status update issue and redis port formatting issue (#16, @Jeffwan)
  • Fix leader election failure and crd too long issue (#9, @Jeffwan)

Misc