diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-02-02 17:09:40 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-02-02 17:57:19 +0100 |
commit | 7b5e9ee02231a837f4f0bb6a195ba2eeee93920a (patch) | |
tree | da0e01493fcc5c28577b23226d2fe3ba26410508 /CHANGELOG.md | |
parent | 015dff81760a6eed1648b6fdfd510395963ec395 (diff) | |
download | justbuild-7b5e9ee02231a837f4f0bb6a195ba2eeee93920a.tar.gz |
changelog: add just execute subcommand
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f00253c8..a3725cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ A feature release on top of `1.0.0`, backwards compatible. ### Major new features +- new subcommand `just execute` to start a single node execution + service - New subcommand `just gc` to clean up no longer needed cache and CAS entries -- `just` now supports authentication to remote execution via mutual TLS +- `just` now supports authentication to remote execution via TLS + and mutual TLS - `just-mr` is now available as C++ binary and supports fetching in parallel ### Other changes |