All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Target to set
core_config_data
settings now also works properly on Magento versions<=2.1
- Allow
project.name
provision
magento:install
andmagento:setup:upgrade
are executed in--no-interaction
mode, when possible.
EnsureConfiguration
has been updated to use out of the box magentoconfig:set
available on versions >=2.2config.yaml
file has a different format now according to previous commented change. See Sample config.yaml
- New
artifact:transfer
to build and transfer artifacts. Uses config propagation features inMagento >= 2.2
- New
tests-setup:install
to create integration test DB and settings without the need to install magento. - New
config/project.properties
to be able to share configurations with magento2-deployment-tool
config/mg2-builder/project.properties
moved toconfig/mg2-builder/build.properties
- Dependency should now be installed in
required
instead ofrequired-dev
. Needed to be able to use the newartifact:transfer
feature. release.deploy.server.command
updated to also set-Dbuild.project.type
option.
config/mg2-builder/project.properties
moved toconfig/project.properties