diff options
| author | sickcodes <[email protected]> | 2021-03-24 21:16:03 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-24 21:16:03 +0000 |
| commit | 2414f466d0c6fd142734630c8206137695233575 (patch) | |
| tree | 95b72f1fa86c26c2299d73d6918d2f1500de381d /CHANGELOG.md | |
| parent | Merge pull request #221 from sickcodes/kvmless (diff) | |
| download | docker-osx-2414f466d0c6fd142734630c8206137695233575.tar.xz docker-osx-2414f466d0c6fd142734630c8206137695233575.zip | |
Enable interactive QEMU. Remove envsubst since we are already using bash. Add -x flag
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 fc2c562..dcc665f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +|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.| | |2021-03-17|Add RAM=max and RAM=half to dynamically select ram at runtime (DEFAULT).| |