From 05d2d6fbadafef99377500c6917c91d5302377fd Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 17 Jun 2022 16:31:23 +1000 Subject: [PATCH] Update CHANGES.md for 0.4 release --- CHANGES.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 61119fdc..18feaacb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ -### unreleased +### v0.4 -- Use GNU tar format instead of UStar for `copy` operations (@TheLortex ...). +- Use GNU tar format instead of UStar for `copy` operations (@TheLortex #82, reviewed @dra27). This enables copying from sources containing long file names (>100 characters). - Add support for secrets (@TheLortex #63, reviewed by @talex5). @@ -8,6 +8,34 @@ mount secret files in an user-specified location. The sandbox build context has an additional `secrets` parameter to provide values for the requested keys. +- Limit permissions on temporary directories (@talex5 #67) + +- Check Linux kernel version support for btrfs (@kit-ty-kate #68) + +- Generalise obuilder sandbox, removing runc/linux specifc pieces and + making the S.SANDBOX interface more general + (@patricoferris #58, reviewed by @talex5, @avsm, @MisterDA) + +- Convert --fast-sync back to a flag (@talex5 #72) + +- Support Fmt.cli and Logs.cli flags. (@MisterDA #74, reviewed by @talex5) + For Fmt the new options are --color=always|never|auto + For Log the new options are: + -v, --verbose Increase verbosity + --verbosity=LEVEL (absent=warning) + Be more or less verbose. LEVEL must be one of quiet, error, + warning, info or debug. Takes over -v. + +- Minor cleanup changes (@talex5 #76) + +- Fix deprecations in Fmt 0.8.10 (@tmcgilchrist #80) + +- Remove travis-ci and replace with Github Actions (@MisterDA #84) + +- Add RSync store backend for obuilder to support macOS builders (@patricoferris #88, reviewed @talex5) + +- Fixes for ZFS tests in CI (@patricoferris #91) + ### v0.3 Security fix: