Skip to content

Commit e5d49d5

Browse files
committed
chore: release v0.4.5
1 parent 01995d2 commit e5d49d5

4 files changed

Lines changed: 29 additions & 3 deletions

File tree

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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+
9+
## v0.4.5 (29-05-2026)
10+
11+
### :bug: Bug Fixes
12+
13+
- preserve useful characters when truncating K8s label values ([#356](https://github.com/danielgafni/dagster-ray/pull/356) by [@peterroelants](https://github.com/peterroelants))
14+
15+
### :book: Docs
16+
17+
- add IPRally to happy users in README ([#351](https://github.com/danielgafni/dagster-ray/pull/351) by [@jrosti](https://github.com/jrosti))
18+
19+
### :hammer_and_wrench: Other Improvements
20+
21+
- update dependency astral-sh/uv to v0.11.16 ([#352](https://github.com/danielgafni/dagster-ray/pull/352) by [@renovate[bot]](https://github.com/renovate[bot]))
22+
- update ghcr.io/astral-sh/uv docker tag to v0.11.8 ([#357](https://github.com/danielgafni/dagster-ray/pull/357) by [@renovate[bot]](https://github.com/renovate[bot]))
23+
- update softprops/action-gh-release action to v2.6.2 ([#358](https://github.com/danielgafni/dagster-ray/pull/358) by [@renovate[bot]](https://github.com/renovate[bot]))
24+
- update ghcr.io/astral-sh/uv docker tag to v0.11.6 ([#353](https://github.com/danielgafni/dagster-ray/pull/353) by [@renovate[bot]](https://github.com/renovate[bot]))
25+
- switch to devenv ([#350](https://github.com/danielgafni/dagster-ray/pull/350) by [@danielgafni](https://github.com/danielgafni))
26+
- change default branch to `main` (by [@danielgafni](https://github.com/danielgafni))
27+
28+
### :heart: New Contributors
29+
30+
- [@peterroelants](https://github.com/peterroelants) made their first contribution in [#356](https://github.com/danielgafni/dagster-ray/pull/356)
31+
- [@jrosti](https://github.com/jrosti) made their first contribution in [#351](https://github.com/danielgafni/dagster-ray/pull/351)
32+
833
## v0.4.4 (27-03-2026)
934

1035
### :sparkles: Features
@@ -162,3 +187,4 @@ This release includes massive docs improvements and drops support for Python 3.9
162187
### Added
163188
- `KubeRayInteractiveJob` -- a resource that utilizes the new `InteractiveMode` for `RayJob`. It can be used to connect to Ray in Client mode -- like `KubeRayCluster` -- but gives access to `RayJob` features, such as automatic cleanup (`ttlSecondsAfterFinished`), retries (`backoffLimit`) and timeouts (`activeDeadlineSeconds`).
164189
- `RayResource` setup lifecycle has been overhauled: resources now has an `actions` parameter with 3 configuration options: `create`, `wait` and `connect`. The user can disable them and run `.create()`, `.wait()` and `.connect()` manually if needed.
190+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "dagster-ray"
4-
version = "0.4.4"
4+
version = "0.4.5"
55
description = "Dagster integration library for Ray"
66
authors = [
77
{name = "Daniel Gafni", email = "danielgafni16@gmail.com"},

src/dagster_ray/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)