Skip to content

Ebro 0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 21:47

New Features

  • Ability to filter tasks in the -list command with the --filter flag, using an expr expression.
  • New fields:
    • labels for defining key/value metadata. Ebro does nothing with this information and is intended for filtering purposes or for being consumed by third party tools.
    • interactive for flagging tasks as interactive. Interactive tasks receive the environment's stdin during execution.
  • New environment variables available for all tasks:
    • EBRO_BIN is the absolute path to Ebro's binary.
    • EBRO_TASK_ID is the current task's ID (:module:task).
    • EBRO_TASK_MODULE is the current task's module (:module).
    • EBRO_TASK_NAME is the current task's name (task).

Breaking Changes

  • import.from parameter does not support Bash environment variable expansion anymore.