diff options
| author | Dan Engelbrecht <[email protected]> | 2025-11-24 10:08:42 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-11-24 10:08:42 +0100 |
| commit | 0a48e3c7202d53b0c93e67d1ef04583b73d26118 (patch) | |
| tree | 6060dc3d57421d37426724636acabbe53e9c7e4b | |
| parent | update state when wildcard (#657) (diff) | |
| download | zen-0a48e3c7202d53b0c93e67d1ef04583b73d26118.tar.xz zen-0a48e3c7202d53b0c93e67d1ef04583b73d26118.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e94c2b2..90bdbb15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ - If no wildcards are given, all downloaded content will be added/overwrite local state files - `--append=auto` if no wildcard is given, it resolves to `--append=false`, if wildcards are given it resolves to `--append=true`. - `auto` is the default mode matching legacy behavior +- Improvement: Increased timeout and add retry when testing builds host connectivity +- Bugfix: If oplog container save fails the error code is no propagated out as a return code for the command + +## 5.7.12 - Bugfix: Block store GC would write the wrong chunk data for chunks larger than 256KB - Bugfix: Remove read-only flags for files copied as part of a full service install operation -- Bugfix: If oplog container save fails the error code is no propagated out as a return code for the command ## 5.7.11 - Improvement: Drop-all action added to dashboard for projects and z$ namespaces |