diff options
| -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 |