Release Notes
🐞 Fixes
- Fixed remote caching against backends that validate the Bazel RE contract (like Depot), where
every upload was rejected with "client should not populate stdout_raw during upload" or "action
digest not found in CAS", leaving the cache permanently empty.
- Fixed cache hits replaying no task output when a remote server returns a stdout/stderr digest
without also inlining the raw bytes.
- Fixed an issue where gRPC remote cache uploads would fail with "Failed to store blob" when the
server returned a RESOURCE_EXHAUSTED error, because a blob was too large. We now set the max
size to 4MB (the gRPC limit).
- Fixed an issue where HTTP remote cache was not respecting the
unstable_remote.cache.localReadOnly setting.
Install moon_cli 2.4.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.4.4/moon_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/moon/releases/download/v2.4.4/moon_cli-installer.ps1 | iex"
Download moon_cli 2.4.4