diff options
| author | sickcodes <[email protected]> | 2021-04-18 12:01:04 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-18 12:01:04 +0000 |
| commit | 1d3a12a9c659671f3286288db8eb8d5cd2cace0a (patch) | |
| tree | 1df5be58b4ee00e6d163c145efaa0edf49df4f7b /CHANGELOG.md | |
| parent | Merge pull request #250 from a10kiloham/patch-1 (diff) | |
| parent | Fix CREDITS.md (diff) | |
| download | docker-osx-1d3a12a9c659671f3286288db8eb8d5cd2cace0a.tar.xz docker-osx-1d3a12a9c659671f3286288db8eb8d5cd2cace0a.zip | |
Merge pull request #251 from sickcodes/libguestfs-exit
Add LIBGUESTFS debug & trace commands, exit on fail. Update credits
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc665f..fa95f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +| |2021-04-18|Add LIBGUESTFS debug & trace commands, exit on fail when creating bootdisks. Silence touch errors.| |4.3|2021-03-24|Enable interactive QEMU again. Remove envsubst since we are already using bash... Add set -x flag| |4.2|2021-03-24|Add all ENV variables to each dockerfile for readability. Add RAM allocation buffer and cache drop bug fix. Add kvm and libvirt groups. Add `IMAGE_FORMAT=qcow2` to allow `IMAGE_FORMAT=raw` too.| | |2021-03-19|Use RAM=3 as the default RAM allocation. Add instructions to clear buff/cache.| |