diff --git a/WHATSNEW.md b/WHATSNEW.md index 334c96b..c7f9325 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -5,15 +5,21 @@ Version 0.2 * also, set up legacy siteaccesses configuration when running eZPublish-Community -* move to using 'slim' versions of Debian Docker images to save space +* fix handling of the custom configuration file specified via env var EZ_TEST_CONFIG_SYMFONY + +* fix cleaning up eZ caches and logs via commands `teststack cleanup` or `cleanup.sh` + +* move to using 'slim' versions of Debian Docker images to save disk space and network bandwidth * environment variables `http_proxy`, `https_proxy` and `COMPOSER_AUTH` are now exported to the test container -* fix cleaning up eZ caches and logs +* made command `teststack setup` more robust (when dealing with wrong/incomplete symlinks) * small improvements in error handling -* more verbose messages during build, bootstrap, app setup +* more verbose messages are emitted during build, bootstrap, app setup + +* add more labels to the containers; use better names for the container images built Version 0.1 ===========