Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 23, 2024
1 parent a03bcc0 commit d63f5a0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/src/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release notes

## 0.4.0 (not yet released)

*Highlights:*

*Added:*

* In job scripts, set the environment variable `ACTION_WORKSPACE_PATH` to the _relative_
path to the current workspace.
* `{workspace_path}` template parameter in `action.command` - replaced with the
_relative_ path to the current workspace.
* `{/JSON pointer}` template parameter in `action.command` - replaced with the portion
of the directory's value referenced by the given JSON pointer.

*Fixed:*

* All user-provided content (directories, action names, cluster names, and values) are
properly escaped in the bash script output.

## 0.3.1 (2024-10-04)

*Changed:*
Expand Down

0 comments on commit d63f5a0

Please sign in to comment.