|
1 | | -### unreleased |
| 1 | +### v0.4 |
2 | 2 |
|
3 | | -- Use GNU tar format instead of UStar for `copy` operations (@TheLortex ...). |
| 3 | +- Use GNU tar format instead of UStar for `copy` operations (@TheLortex #82, reviewed @dra27). |
4 | 4 | This enables copying from sources containing long file names (>100 characters). |
5 | 5 |
|
6 | 6 | - Add support for secrets (@TheLortex #63, reviewed by @talex5). |
7 | 7 | The obuilder spec's `run` command supports a new `secrets` fields, which allows to temporarily |
8 | 8 | mount secret files in an user-specified location. The sandbox build context has an additional |
9 | 9 | `secrets` parameter to provide values for the requested keys. |
10 | 10 |
|
| 11 | +- Limit permissions on temporary directories (@talex5 #67) |
| 12 | + |
| 13 | +- Check Linux kernel version support for btrfs (@kit-ty-kate #68) |
| 14 | + |
| 15 | +- Generalise obuilder sandbox, removing runc/linux specifc pieces and |
| 16 | + making the S.SANDBOX interface more general |
| 17 | + (@patricoferris #58, reviewed by @talex5, @avsm, @MisterDA) |
| 18 | + |
| 19 | +- Convert --fast-sync back to a flag (@talex5 #72) |
| 20 | + |
| 21 | +- Support Fmt.cli and Logs.cli flags. (@MisterDA #74, reviewed by @talex5) |
| 22 | + For Fmt the new options are --color=always|never|auto |
| 23 | + For Log the new options are: |
| 24 | + -v, --verbose Increase verbosity |
| 25 | + --verbosity=LEVEL (absent=warning) |
| 26 | + Be more or less verbose. LEVEL must be one of quiet, error, |
| 27 | + warning, info or debug. Takes over -v. |
| 28 | + |
| 29 | +- Minor cleanup changes (@talex5 #76) |
| 30 | + |
| 31 | +- Fix deprecations in Fmt 0.8.10 (@tmcgilchrist #80) |
| 32 | + |
| 33 | +- Remove travis-ci and replace with Github Actions (@MisterDA #84) |
| 34 | + |
| 35 | +- Add RSync store backend for obuilder to support macOS builders (@patricoferris #88, reviewed @talex5) |
| 36 | + |
| 37 | +- Fixes for ZFS tests in CI (@patricoferris #91) |
| 38 | + |
11 | 39 | ### v0.3 |
12 | 40 |
|
13 | 41 | Security fix: |
|
0 commit comments