0.15.0
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-initcommand (#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 https://github.com/wardenenv/images/pull/31
- Add PHP-SPX image build by @bap14 in https://github.com/wardenenv/images/pull/17
- PHP extension PECL swoole by @lfluvisotto in https://github.com/wardenenv/images/pull/33
- Enable nginx to serve image filters by @theuargb in https://github.com/wardenenv/images/pull/32
- Add OroCommerce Images by @bap14 in https://github.com/wardenenv/images/pull/19
- Updating dockerfiles and entrypoint files according to latest system requirements of adobe commerce (magento open source) on-premises by @lfluvisotto in https://github.com/wardenenv/images/pull/34
- Updating nginx magento2.conf according to latest version of nginx.conf in Magento 2 Open Source repository by @lfluvisotto in https://github.com/wardenenv/images/pull/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 https://github.com/wardenenv/docs/pull/22
- Added Sphinx autobuild by @SamJUK in https://github.com/wardenenv/docs/pull/24