Releases: ho-nl/docker-development-box
Releases · ho-nl/docker-development-box
v5.0.2
v5.0.1
v5.0.0
What's Changed
- Update docker-compose.example.yml to use MySQL instead of Percona by @hnsr in #147
- Remove NFS volumes for MySQL and ElasticSearch by @hnsr in #150
- Add config for disabling sales e-mail async sending by @hnsr in #151
- Update docker-compose.example.yml by @hnsr in #152
- Remove nfs and cleanup readme by @hnsr in #153
Updating existing projects
When updating a project (that is already using docker-devbox) to this version (5.x) which includes the new volume setup, developers should be instructed to do the following when pulling these changes:
Optional steps (skip unless you need to preserve local DB):
- Stay on old commit (before
docker-compose.ymlwas updated) - Dump local MySQL DB (if needed)
Non-optional steps:
- Stop docker compose
- Update to latest commit (after docker-composer.yml was updated)
- Remove pre-existing NFS mounted volumes (substitute $PROJECT with project name, see
docker volume ls):docker volume rm $PROJECT_mysql-mountdocker volume rm $PROJECT_elasticsearch-mountdocker volume rm $PROJECT_nginx-mount
- Start docker compose
- Re-import MySQL DB
Full Changelog: v4.4.0...v5.0.0
v4.4.0
Merge pull request #145 from ho-nl/support-php-8.4 Add PHP 8.3+8.4 support
v4.3.2
v4.3.1
v4.3.0
Merge pull request #140 from ho-nl/feature/BM-221 BM-221 replace mailhog with mailcrab
v4.2.0
- Updated varnish VCL to latest Magento 2.4.7 version (should be backward compatible)
- Renamed
docker-compose.ymltodocker-compose.example.ymlto avoid accidentally reverting project-specific changes on package update - Removed 2.x branch and mentions of Magento 2.3.x support in the README
- Simplified Mailhog setup instructions
- Updated dependencies with security issues (dependabot)
4.1.1 (2023-11-22)
- Document better way of setting up Mailhog e-mail delivery