Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sirikon committed Jan 29, 2025
1 parent 369dae2 commit 2bd5a7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
15 changes: 15 additions & 0 deletions docs/changelog/0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## New Features

- Ability to filter tasks in the `-list` command with the `--filter` flag, using an [expr](https://expr-lang.org/) 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.
13 changes: 0 additions & 13 deletions docs/changelog/HEAD.md

This file was deleted.

0 comments on commit 2bd5a7b

Please sign in to comment.