summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-06-22 09:32:56 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-07-05 13:08:38 +0200
commit9014ee19dbab4708527d7c4d846e5f6773c47bef (patch)
treee0ebe789263ea20aa68ae5d40c88017dc5d707e6 /CHANGELOG.md
parent600358e826fe991c40f2c11a5074299bcdab4712 (diff)
downloadjustbuild-9014ee19dbab4708527d7c4d846e5f6773c47bef.tar.gz
Add CLI argument to dispatch endpoint
In this way, the user can specify which execution endpoint to use depending on the execution properties.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe57bcc7..bdb281ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,9 @@ A feature release on top of `1.1.0`, backwards compatible.
- Actions can now define additional execution properties and in
that way chose a specific remote execution image, as well as a
factor to scale the time out. This also applies to the built-in
- `generic` rule.
+ `generic` rule. Additionally, the remote-execution endpoint can
+ be dispatched based on the remote-execution properties using
+ the `--endpoint-configuration` argument.
- Relative non-upwards symbolic links are now treated as first-class
objects. This introduces a new artifact type and allows the free use
of such symbolic links throughout the build process.