From 1edac7164b6bf0a7c83d3d096c825ff4d980d61d Mon Sep 17 00:00:00 2001 From: Tom Dyas Date: Fri, 3 Jan 2025 14:18:29 +0000 Subject: [PATCH] release notes --- docs/notes/2.25.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/2.25.x.md b/docs/notes/2.25.x.md index f893dcda712..75995b77cd7 100644 --- a/docs/notes/2.25.x.md +++ b/docs/notes/2.25.x.md @@ -29,7 +29,7 @@ Pants now sends a `user-agent` header with every request to a remote store or a even when other headers are configured. If necessary, the user may override the user agent by specifying one in `remote_store_headers` or `remote_execution_headers`. -Pants now supports the `{chroot}` replacement marker in program arguments for remote execution. (With local and Docker execution, the `{chroot}` marker is replaced with the absolute path of the sandbox directory if it appears in program arguments or environment variables. Pants will now replace `{chroot}` for program arguments with remote execution, but still does not yet support doing so in environment variables. This requires `/bin/bash` to be available on the remote execution server.) +Pants now supports the `{chroot}` replacement marker in remote execution contexts. (With local and Docker execution, the `{chroot}` marker is replaced with the absolute path of the sandbox directory if it appears in program arguments or environment variables. Pants will do the same as well in remote execution contexts. This requires `/bin/bash` to be available on the remote execution server.) ### New Options System