What's Changed?
Big Changes
- Moved from Mailhog to Mailpit (#779 by @bap14)
While this seems like a fairly large change, it is smaller than you may give it credit for. Email should continue to
be pushed to the email catcher, which is now located at https://webmail.warden.test/, with a redirect from the old
mailhog URL.
Enhancements
- Updated Laravel templates to latest PHP version (#776 by @norgeindian)
- Updated Laravel to use Composer 2 (#775 by @sprankhub)
- Added success message to
env-init
command (#765 by @hardyjohnson) - Added a warning message to start warden services if they're not running when you try to start an environment (#766 by @hardyjohnson)
Bug Fixes
- Fixed bash error "value too great for base" during
warden env up
(#817 by @ihor-sviziev)
New in Images
Images are regularly updated, and these fixes roll out ASAP after they are merged. This is just a summary of what changes have occurred between the last release and the new one.
- Add CakePHP nginx configuration by @bap14 in wardenenv/images#31
- Add PHP-SPX image build by @bap14 in wardenenv/images#17
- PHP extension PECL swoole by @lfluvisotto in wardenenv/images#33
- Enable nginx to serve image filters by @theuargb in wardenenv/images#32
- Add OroCommerce Images by @bap14 in wardenenv/images#19
- Updating dockerfiles and entrypoint files according to latest system requirements of adobe commerce (magento open source) on-premises by @lfluvisotto in wardenenv/images#34
- Updating nginx magento2.conf according to latest version of nginx.conf in Magento 2 Open Source repository by @lfluvisotto in wardenenv/images#37
- Added versions of services:
- ElasticSearch 8.15
- MariaDB 11.5, 11.6-rc
- MySQL 9.0, 9.1
- Postgres 16.4, 17.0
- OpenSearch 2.13, 2.14, 2.15, 2.16, 2.17
- RabbitMQ 4
- Redis 7.4
- Varnish 7.6
New in Docs
- Updated documentation to latest requires for Adobe Commerce by @lfluvisotto in wardenenv/docs#22
- Added Sphinx autobuild by @SamJUK in wardenenv/docs#24