You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ All notable user-facing changes to `dagster-ray` will be documented in this file
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
+
8
33
## v0.4.4 (27-03-2026)
9
34
10
35
### :sparkles: Features
@@ -162,3 +187,4 @@ This release includes massive docs improvements and drops support for Python 3.9
162
187
### Added
163
188
-`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`).
164
189
-`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.
0 commit comments