Releases: graycoreio/mage2docker
v6.0.0-alpha.4
What's Changed
- build: add patch to base cli and fpm images by @MateusDadalto in #78
Full Changelog: v6.0.0-alpha.3...v6.0.0-alpha.4
v6.0.0-alpha.3
What's Changed
- fix: add updated elasticsearch version by @MateusDadalto in #51
- fix: limit elasticsearch memory consumption by @MateusDadalto in #54
- build: create php-cli images by @MateusDadalto in #59
- feat: Project Dolphin - Magento 2 Github Codespaces by @MateusDadalto in #64
- build: add kind to nginx build matrix by @MateusDadalto in #67
- ci: docker images now run against PRs by @damienwebdev in #71
- build(deps): bump actions/cache from 2 to 3 by @dependabot in #73
- build(deps): bump actions/checkout from 1 to 3 by @dependabot in #72
- ci: dont parallelize the docker image deps by @damienwebdev in #74
- feat: add images for php 8.1 by @MateusDadalto in #70
- ci: lint file names by @damienwebdev in #75
- chore(release): automate version bump of yaml on release by @damienwebdev in #76
Full Changelog: v5.0.0...v6.0.0-alpha.3
Dolphin alpha.2
Fix composer run on previous alpha build
Dolphin alpha.1
Dolphin partially working with codespaces
Composer 2
This release features a new and improved method to easily switch between Magento 2.3 and 2.4 - 3c5ada3
The old method of manual docker-compose chaining is less necessary than previous releases.
In addition, new images that container composer 2
have been published. These are backwards incompatible with older Magento 2 versions. Users on old versions should stick to the v4.1.0 release line.
XDebug 2.9 and 3.0 Support
This adds support and documentation for quick Xdebug setup. For older php versions, we support Xdebug 2.9.8, but for newer versions we use Xdebug 3.0. Please check your container version to verify the installed version.
Nginx v1.19 - Hotfix Release
v4.0.1 chore(release): 4.0.1
Nginx v1.19
This release adds support for nginx v1.19 and drops support for nginx v1.17.
It also changes the way that configuration is provided to the nginx container.
Hotfix - Pin Composer 1
This release pins composer to version 1 and has some minor QoL updates.
PHP Settings
Sets more production like php.ini settings by default.