From d63f5a0ceb697643bfc191f760cb3ea60cf67b0c Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 23 Oct 2024 14:56:06 -0400 Subject: [PATCH] Update release notes. --- doc/src/release-notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/src/release-notes.md b/doc/src/release-notes.md index b036726..a63f60d 100644 --- a/doc/src/release-notes.md +++ b/doc/src/release-notes.md @@ -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:*