Skip to content

Commit 573d1c8

Browse files
authored
🚀 release 0.3.1 (#249)
1 parent 86d45ee commit 573d1c8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANDELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable user-facing changes to `dagster-ray` will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.1
9+
10+
### Added
11+
- A new `failure_tolerance_timeout` configuration parameter for `KubeRayInteractiveJob` and `KubeRayCluster`. It can be set to a positive value to give the cluster some time to transition out of `failed` state (which can be transient in some scenarios) before raising an error.
12+
13+
### Fixes
14+
- ensure both `.head.serviceIP` and `.head.serviceName` are set on the `RayCluster` while waiting for cluster readiness
15+
816
## 0.3.0
917

1018
This release includes massive docs improvements and drops support for Python 3.9

0 commit comments

Comments
 (0)