Skip to content

Releases: ray-project/rayci

v0.42.0

13 Apr 17:49
4d2ac82

Choose a tag to compare

What's Changed

Full Changelog: v0.41.0...v0.42.0

v0.41.0

08 Apr 19:37
7ed032e

Choose a tag to compare

What's Changed

Full Changelog: v0.40.0...v0.41.0

v0.40.0

08 Apr 16:11
e6bb80d

Choose a tag to compare

What's Changed

Full Changelog: v0.39.0...v0.40.0

v0.39.0

01 Apr 15:15
2d4c509

Choose a tag to compare

What's Changed

  • [change_lister] Use refspec to create remote-tracking ref for non-default base branches by @andrew-anyscale in #476
  • [raycicmd] Expand array selectors in group-level depends_on by @andrew-anyscale in #475

Full Changelog: v0.38.0...v0.39.0

v0.38.0

30 Mar 15:00
ec4c235

Choose a tag to compare

What's Changed

  • [wanda] Normalize file mode in digest to 0644/0755 based on executable bit by @andrew-anyscale in #468
  • [raycicmd] Implicit dimension matching for array-to-array depends_on by @andrew-anyscale in #471

Full Changelog: v0.37.0...v0.38.0

v0.37.0

27 Mar 06:14
8116375

Choose a tag to compare

What's Changed

Full Changelog: v0.36.0...v0.37.0

v0.36.0

20 Mar 14:14
caa2274

Choose a tag to compare

What's Changed

  • [rayapp] adding --nightly flag to test against nightly ray images by @elliot-barn in #461
  • [raycicmd] Resolve group-level depends_on through array expansion by @andrew-anyscale in #465

Full Changelog: v0.35.0...v0.36.0

v0.35.0

19 Mar 13:50
dd702af

Choose a tag to compare

What's Changed

Full Changelog: v0.34.0...v0.35.0

v0.34.0

12 Mar 20:22
d036417

Choose a tag to compare

What's Changed

Full Changelog: v0.33.0...v0.34.0

v0.33.0

04 Mar 21:40
0fbeb47

Choose a tag to compare

raycicmd

  • Array step expansion: Pipeline steps can now be
    expanded into arrays, with full integration into
    pipeline conversion and resolvedSteps. (#378, #379)
  • depends_on for array steps: Added selector parsing
    and reference resolution for depends_on targeting
    expanded array step keys. (#449, #450)

rayapp

  • Workspace launch: Templates are now launched into a
    workspace. (#439)
  • Disable CGO: Set CGO_ENABLED=0 to prevent linking
    external C libraries. (#452)

raycilint

  • PR size checks: New prsize subcommand that checks PR
    size and reports results via GitHub Actions. (#437,
    #438)

prcheck

  • Fix base branch retrigger: Fixed an issue where PR
    checks were not retriggered on base branch changes.
    (#451)