Version 0.8.0 (Lib)
What's Changed
additional_subdomains
added to services:
List of additional subdomains that will be made available on the host system.
This can be used to add additional subdomains for a project. If the hosts file integration is enabled, the host file will also be updated for these domains. The Riptide community repository has been updated to support multi-store and multi-website Magento 2 / Adobe Commerce projects via multiple subdomains.
⚠️ Breaking changes
This Riptide release and the changes in the Riptide Community Repo for this release introduce breaking changes for Magento 2 / Adobe Commerce projects.
- The
nginx.conf.*
files are no longer loaded in projects. This also means thenginx.conf.sample
shipped with Magento is no longer loaded. - Instead a
nginx.conf.riptide
is used. This is stored in the Riptide repo and generated. Make sure to addwww/nginx.conf.riptide
to the.gitignore
. - The
nginx.conf.project
is also loaded, so place all project-overwrites in there. - If you need to overwrite the
nginx.conf.riptide
file for some reason, you can find the original here: https://github.com/theCapypara/riptide-repo/blob/772e934936b09a11cf32d6524a418888fa94a05e/app/magento2/assets/magento-nginx-entrypoint.conf - This should generally not be neccesary and is highly discouraged.- You can overwrite it, by placing a copy of it in the repo of the project and then overwriting the
from
value of theconfig
filenginx_conf_main_entry
- You can overwrite it, by placing a copy of it in the repo of the project and then overwriting the
New Contributors
Full Changelog: 0.7.6...0.8.0