Skip to content

Latest commit

 

History

History
87 lines (41 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

87 lines (41 loc) · 2.97 KB

0.5.0 (2024-11-13)

Features

  • deps: Update openjd-model to 0.5.* and openjd-session to 0.9.* (#118) (ef97dd8)

0.4.4 (2024-07-23)

Bug Fixes

  • run command exits when an action reaches timeout (#97) (d031a91)
  • run subcommand now exits all entered environments (#98) (f6a54b2)

0.4.3 (2024-04-16)

Documenation

  • Windows is no longer marked as experimental in documentation.

0.4.2 (2024-03-11)

Features

  • update to openjd-sessions 0.7.* (#66) (4d44db9)

0.4.1 (2024-02-21)

Features

  • add template-debugging options to openjd run (#52) (80e8cb9)

0.4.0 (2024-02-13)

BREAKING CHANGES

0.3.0 (2024-02-12)

BREAKING CHANGES

  • modifying how tasks are selected in run command (#37) (59c41d9)
  • Update openjd-cli to pass template_dir/cwd to preprocess_job_parameters (#29) (0983e1d)

Features

  • Allow job parameters as JSON string (#34) (8708b2c)
  • support environment templates (#30) (b845d70)

Bug Fixes

  • improve missing job parameter error for summary command (#44) (975863a)
  • Allow job parameter values to be empty strings. (#26) (b8959d0)

0.2.0 (2023-11-06)

BREAKING CHANGES

  • accept path mapping rules as per schema (#16) (a9d71fd)

0.1.4 (2023-11-01)

Bug Fixes

  • add entrypoint to packaging (#14) (55cc90a)

0.1.3 (2023-10-27)

0.1.1 (2023-09-14)

Bug Fixes

  • add back cli entrypoint (#8) (10188dd)

0.1.0 (2023-09-12)

  • Initial import from internal repository