Skip to content

Commit ad84405

Browse files
authored
Merge pull request #104 from tmcgilchrist/changelog
Update CHANGES.md for 0.4 release
2 parents aa686b9 + 05d2d6f commit ad84405

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

CHANGES.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,41 @@
1-
### unreleased
1+
### v0.4
22

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).
44
This enables copying from sources containing long file names (>100 characters).
55

66
- Add support for secrets (@TheLortex #63, reviewed by @talex5).
77
The obuilder spec's `run` command supports a new `secrets` fields, which allows to temporarily
88
mount secret files in an user-specified location. The sandbox build context has an additional
99
`secrets` parameter to provide values for the requested keys.
1010

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+
1139
### v0.3
1240

1341
Security fix:

0 commit comments

Comments
 (0)