Skip to content

Releases: ray-project/kuberay

v0.3.0 release

18 Aug 00:36
015ef9a
Compare
Choose a tag to compare

v0.3.0 (2022-08-17)

Full Changelog

RayService (new feature!)

RayJob (new feature!)

Cluster Fault Tolerant (new feature!)

Autoscaler (new feature!)

Operator

APIServer

  • Add envs in cluster service api (#432, @MissiontoMars)
  • Expose swallowed detail error messages (#422, @Jeffwan)
  • fix: typo RAY_DISABLE_DOCKER_CPU_WRARNING -> RAY_DISABLE_DOCKER_CPU_WARNING (#421, @pingsutw)
  • Add hostPathType and mountPropagationMode field for apiserver (#413, @scarlet25151)
  • Fix ListAllComputeTemplates proto comments (#407, @MissiontoMars)
  • Enable DefaultHTTPErrorHandler and Upgrade grpc-gateway to v2 (#369, @Jeffwan)
  • Validate namespace consistency in the request when creating the cluster and the compute template (#365, @daikeshi)
  • Update compute template service url to include namespace path param (#363, @Jeffwan)
  • fix apiserver created raycluster metrics port missing and check (#356, @scarlet25151)
  • Support mounting volumes in API request (#346, @Jeffwan)
  • add standard label for the filtering of cluster (#342, @scarlet25151)
  • expose kubernetes events in apiserver ([#343](https:...
Read more

v0.3.0-rc.2 release

17 Aug 19:13
7297e2a
Compare
Choose a tag to compare
v0.3.0-rc.2 release Pre-release
Pre-release

v0.3.0-rc.2 (2022-08-17)

Changelog since rc1

v0.3.0-rc.1 release

11 Aug 07:25
f30e53c
Compare
Choose a tag to compare
v0.3.0-rc.1 release Pre-release
Pre-release

v0.3.0-rc.1 (2022-08-11)

Changelog since rc0

v0.3.0-rc.0 release

28 Jul 05:49
eaa75fa
Compare
Choose a tag to compare
v0.3.0-rc.0 release Pre-release
Pre-release

v0.3.0-rc.0 (2022-07-27)

Full Changelog

RayService (new feature!)

RayJob (new feature!)

GCS HA (new feature!)

Autoscaler (new feature!)

Operator

APIServer

  • Expose swallowed detail error messages (#422, @Jeffwan)
  • fix: typo RAY_DISABLE_DOCKER_CPU_WRARNING -> RAY_DISABLE_DOCKER_CPU_WARNING (#421, @pingsutw)
  • Add hostPathType and mountPropagationMode field for apiserver (#413, @scarlet25151)
  • Fix ListAllComputeTemplates proto comments (#407, @MissiontoMars)
  • Enable DefaultHTTPErrorHandler and Upgrade grpc-gateway to v2 (#369, @Jeffwan)
  • Validate namespace consistency in the request when creating the cluster and the compute template (#365, @daikeshi)
  • Update compute template service url to include namespace path param (#363, @Jeffwan)
  • fix apiserver created raycluster metrics port missing and check (#356, @scarlet25151)
  • Support mounting volumes in API request (#346, @Jeffwan)
  • add standard label for the filtering of cluster (#342, @scarlet25151)
  • expose kubernetes events in apiserver (#343, @scarlet25151)
  • Update ray-operator version in the apiserver (#340, @pingsutw)
  • fix: typo worker_group_sepc -> worker_group_spec (#330, @davidxia)
  • Fix gpu-accelerator in template (#296, @armandpicard)
  • Add namespace scope to compute template operations (#244, @daikeshi)
  • Add namespace scope to list operation (#237, @daikeshi)
  • Add namespace scope for Ray cluster get and delete operations (#229, @daikeshi)

CLI

  • Cli: make namespace optional to adapt to ListAll operation (#361, @Jeffwan)

Deployment (kubernetes & helm)

  • modify kuberay operator crds in kuberay operator chart and add apiserver chart (#354, @scarlet25151)
  • Warn explicitly against using kubectl apply to create RayCluster CRD. (#302, @DmitriGekhtman)
  • Sync crds to Helm chart (#280, @haoxins)
  • [Feature]Run kuberay in a single namespace (#258, @wilsonwang371)
  • fix duplicated port config and manager.yaml missi...
Read more

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