Releases: danielgafni/dagster-ray
Releases · danielgafni/dagster-ray
Release v0.0.20
What's Changed
- fix profiling option by @danielgafni in #143
- 🔊 log cluster conditions while waiting for readiness by @danielgafni in #144
- ✅ update testing matrix to include KubeRay 1.4.0 and Dagster 1.11.1 without ray 2.47.0 by @danielgafni in #146
Full Changelog: v0.0.19...v0.0.20
Release v0.0.19
What's Changed
- 🐛 fix hangs during log reading (Dagster steps do not complete) by @danielgafni in #136 --- thanks @serriaguirregaray !
Full Changelog: v0.0.18...v0.0.19
Release v0.0.18
What's Changed
- ♻️ rename client -> kuberay_client resource by @danielgafni in #108
- 🧪 test with dagster 1.10.12 by @danielgafni in #120
- ✨ [pipes] attach metadata and improve message/log reading by @danielgafni in #119
Full Changelog: v0.0.17...v0.0.18
Release v0.0.17
What's Changed
- 📖 correct no cleanup message by @danielgafni in #103
- 🐛 trim bad characters from the beginning of k8s labels by @danielgafni in #104
Full Changelog: v0.0.16...v0.0.17
Release v0.0.16
What's Changed
- ✨ add debugging options by @danielgafni in #102
- 🔧 remove backticks in kubectl log by @danielgafni in #99
Full Changelog: v0.0.15...v0.0.16
Release v0.0.15
What's Changed
- 🐛 trim k8s labels to 63 characters by @danielgafni in #97
Full Changelog: v0.0.14...v0.0.15
Release v0.0.14
What's Changed
- ✨ add ray_init_options field by @danielgafni in #86
- ✅ switch to basedpyright by @danielgafni in #89
- 🐛 avoid illegal characters in k8s labels, 🔧 add justfile by @danielgafni in #90
- 🐛 remove possible
Nonevalues fromruntime_envby @danielgafni in #92
Full Changelog: v0.0.13...v0.0.14
Release v0.0.13
What's Changed
- 🐛 replace
experimentalwithbetadecorator by @danielgafni in #81
Full Changelog: v0.0.12...v0.0.13
Release v0.0.12
What's Changed
This release adds support for Dagster 1.10 in dagster-ray. Going forward, Dagster 1.10 will be the minimum supported version.
- ⬆️ upgrade
dagsterto1.10.1, ✅ test more components versions in CI by @danielgafni in #61 - 📖 fix PipesRayJobClient docstrings by @danielgafni in #56
- 📖 fix typo in PipesKubeRayJobClient error message by @danielgafni in #57
New Contributors
Full Changelog: v0.0.11...v0.0.12
Release v0.0.11
What's Changed
- Make
PipesKubeRayJobClientcompatible with Python 3.8 by @serriaguirregaray in #54 (⚠️ dagster-rayofficially supports Python 3.9+)
New Contributors
- @serriaguirregaray made their first contribution in #54
Full Changelog: v0.0.10...v0.0.11