Releases: mach-composer/mach-composer-cli
Releases · mach-composer/mach-composer-cli
Release 0.4.2
- Add 'encrypt' option to AWS state backend
- Correctly depend component modules to the commercetools project settings resource
- Extend Azure regions mapping
Release 0.4.1
- Fixed TypeError when using
resource_groupon site Azure configuration
Release 0.4.0
- Add Contentful support
Breaking changes
is_software_componenthas been replaced by theintegrationssettings
components:
- name: my-product-types
source: git::ssh://[email protected]/example/product-types/my-product-types.git
version: 81cd828
is_software_component: false
becomes
components:
- name: my-product-types
source: git::ssh://[email protected]/example/product-types/my-product-types.git
version: 81cd828
integrations: ["commercetools"]
or integrations: [] if no integrations are needed at all.
Release 0.3.0
- Add option to specify custom resource group per site
Breaking changes
- All
resource_group_nameattributes is renamed toresource_group - The
storage_account_nameattribute is renamed tostorage_account
Release 0.2.2
- Fixed Azure config merge: not all generic settings where merged with site-specific ones
- Only validate short_name length check for Azure implementations
- Setup Frontdoor per 'public api' component regardless of global Frontdoor settings
Release 0.2.1
- Fixed rendering of STORE environment variables in components
- Updated Terraform version to 0.13.4
- Fix
--auto-approveoption onmach applycommand
Release 0.2.0
- Add AWS support
- Add new required attribute
cloudin general config
Release 0.1.0
Initial release of the MACH composer.