Skip to content

Releases: mach-composer/mach-composer-cli

Release 0.4.2

11 May 09:44

Choose a tag to compare

  • 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

11 May 09:44

Choose a tag to compare

  • Fixed TypeError when using resource_group on site Azure configuration

Release 0.4.0

11 May 09:44

Choose a tag to compare

  • Add Contentful support

Breaking changes

  • is_software_component has been replaced by the integrations settings
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

11 May 09:44

Choose a tag to compare

  • Add option to specify custom resource group per site

Breaking changes

  • All resource_group_name attributes is renamed to resource_group
  • The storage_account_name attribute is renamed to storage_account

Release 0.2.2

11 May 09:44

Choose a tag to compare

  • 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

11 May 09:44

Choose a tag to compare

  • Fixed rendering of STORE environment variables in components
  • Updated Terraform version to 0.13.4
  • Fix --auto-approve option on mach apply command

Release 0.2.0

11 May 09:44

Choose a tag to compare

  • Add AWS support
  • Add new required attribute cloud in general config

Release 0.1.0

11 May 09:44

Choose a tag to compare

Initial release of the MACH composer.