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: cliff.toml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,14 @@ body = """
79
79
{% if new_contribs_count > 0 %}
80
80
### :heart: New Contributors
81
81
{% for contributor in new_contributors -%}
82
-
{%- if not existing is containing(contributor.username) %}
83
-
- [@{{ contributor.username }}](https://github.com/{{ contributor.username }}) made their first contribution in [#{{ contributor.pr_number }}](https://github.com/danielgafni/dagster-ray/pull/{{ contributor.pr_number }})
82
+
{%- if not existing is containing(contributor.username) -%}
- [@{{ contributor.username }}](https://github.com/{{ contributor.username }}) made their first contribution in [#{{ first_pr }}](https://github.com/danielgafni/dagster-ray/pull/{{ first_pr }})
Copy file name to clipboardExpand all lines: docs/changelog.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,39 @@ 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
8
9
+
## v0.4.3 (18-03-2026)
10
+
11
+
This release is focused on improving support for authentication and cross-cluster KubeRay workloads.
12
+
13
+
!!! note
14
+
If you or your company are using `dagster-ray` in production, please consider adding yourself to the list [here](https://github.com/danielgafni/dagster-ray/blob/master/README.md#-who-is-using-dagster-ray) :)
15
+
16
+
### :sparkles: Features
17
+
18
+
- support `resolve_hostname` hook in `PipesKubeRayJobClient` ([#340](https://github.com/danielgafni/dagster-ray/pull/340) by [@danielgafni](https://github.com/danielgafni))
19
+
- add resolve_hostname hook to `KubeRayResource` ([#335](https://github.com/danielgafni/dagster-ray/pull/335) by [@danielgafni](https://github.com/danielgafni))
20
+
- support authOptions in RayClusterSpec ([#314](https://github.com/danielgafni/dagster-ray/pull/314) by [@danielgafni](https://github.com/danielgafni))
21
+
- add support for custom Ray dashboard address with authentication ([#315](https://github.com/danielgafni/dagster-ray/pull/315) by [@JosefNagelschmidt](https://github.com/JosefNagelschmidt))
22
+
- add missing fields to RayJobSpec ([#321](https://github.com/danielgafni/dagster-ray/pull/321) by [@danielgafni](https://github.com/danielgafni))
23
+
24
+
### :bug: Bug Fixes
25
+
26
+
- use serviceName FQDN instead of serviceIP for cross-cluster connectivity ([#319](https://github.com/danielgafni/dagster-ray/pull/319) by [@pythonmonty](https://github.com/pythonmonty))
27
+
28
+
### :book: Docs
29
+
30
+
- add kaiko to the list of users ([#338](https://github.com/danielgafni/dagster-ray/pull/338) by [@pythonmonty](https://github.com/pythonmonty))
31
+
- add Sanas to the list of users ([#339](https://github.com/danielgafni/dagster-ray/pull/339) by [@ashutosh1807](https://github.com/ashutosh1807))
32
+
- add cross-cluster & authentication docs ([#336](https://github.com/danielgafni/dagster-ray/pull/336) by [@danielgafni](https://github.com/danielgafni))
33
+
- update Pipes docs with better Ray API references ([#329](https://github.com/danielgafni/dagster-ray/pull/329) by [@danielgafni](https://github.com/danielgafni))
34
+
- switch to Zensical ([#327](https://github.com/danielgafni/dagster-ray/pull/327) by [@danielgafni](https://github.com/danielgafni))
35
+
36
+
### :heart: New Contributors
37
+
38
+
-[@pythonmonty](https://github.com/pythonmonty) made their first contribution in [#319](https://github.com/danielgafni/dagster-ray/pull/319)
39
+
-[@ashutosh1807](https://github.com/ashutosh1807) made their first contribution in [#339](https://github.com/danielgafni/dagster-ray/pull/339)
0 commit comments