aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-24 18:18:11 +0000
committerGitHub <[email protected]>2021-03-24 18:18:11 +0000
commitcbb7f242d5512f789203d1d46140bb0c20bc6541 (patch)
treeb8e9ab1a7cfb13352be8cbd76a1e9ef27810269e /CHANGELOG.md
parentAdd more secure VNC password generation. Update osx-serial-generator submodul... (diff)
parentSubstitution if not null only (diff)
downloaddocker-osx-cbb7f242d5512f789203d1d46140bb0c20bc6541.tar.xz
docker-osx-cbb7f242d5512f789203d1d46140bb0c20bc6541.zip
Merge pull request #221 from sickcodes/kvmless
IMAGE_FORMAT=qcow2, KVM=
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 440d321..fc2c562 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
|Version|Date|Notes|
|---|---|---|
+|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).|
| |2021-03-06|Change envs to require --envs. Automatically enable --envs if --output-env is used. Same for plists, bootdisks. Fix help ugliness and sanity of generate serial scripts. Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway. Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99.|
|4.1|2021-03-04|Add `-e MASTER_PLIST_URL` to all images to allow using your own remote plist.|