Skip to content

Commit c068992

Browse files
committed
Upgrade commercetools provider to 0.25.3
1 parent 747cdd0 commit c068992

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Add `mach bootstrap` commands:
1414
- `mach bootstrap config` for creating a new MACH configuration
1515
- `mach bootstrap component` for creating a new MACH component
16-
- Updated Terraform commercetools provider to `0.24.1`
16+
- Updated Terraform commercetools provider to `0.25.3`
1717
- AWS: Set `auto-deploy` on API gateway stage
1818
- Azure: Add new required `frontdoor_id` Terraform variable for components with `endpoint` defined
1919
- Azure: Add `--with-sp-login` option to `mach plan` command

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV TERRAFORM_EXTERNAL_VERSION=1.2.0
77
ENV TERRAFORM_AZURE_VERSION=2.29.0
88
ENV TERRAFORM_AWS_VERSION=3.20.0
99
ENV TERRAFORM_NULL_VERSION=2.1.2
10-
ENV TERRAFORM_COMMERCETOOLS_VERSION=0.24.1
10+
ENV TERRAFORM_COMMERCETOOLS_VERSION=0.25.3
1111
ENV TERRAFORM_SENTRY_VERSION=0.6.0
1212

1313
RUN apk add --no-cache --virtual .build-deps g++ libffi-dev openssl-dev wget unzip jq make curl \

src/mach/templates/site.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ terraform {
4444
{% if site.commercetools %}
4545
commercetools = {
4646
source = "labd/commercetools"
47-
version = "~> {{ general_config.terraform_config.providers.commercetools or '0.24.1' }}"
47+
version = "~> {{ general_config.terraform_config.providers.commercetools or '0.25.3' }}"
4848
}
4949
{% endif %}
5050
{% if site.contentful %}

tests/files/aws_config1_expected_mach-site-eu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"commercetools": [
3535
{
3636
"source": "labd/commercetools",
37-
"version": "~> 0.24.1"
37+
"version": "~> 0.25.3"
3838
}
3939
],
4040
"sentry": [

tests/files/aws_config1_expected_mach-site-us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"commercetools": [
3535
{
3636
"source": "labd/commercetools",
37-
"version": "~> 0.24.1"
37+
"version": "~> 0.25.3"
3838
}
3939
],
4040
"sentry": [

tests/files/azure_config1_expected_mach-site-eu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"commercetools": [
3232
{
3333
"source": "labd/commercetools",
34-
"version": "~> 0.24.1"
34+
"version": "~> 0.25.3"
3535
}
3636
],
3737
"sentry": [

tests/files/azure_config1_expected_mach-site-us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"commercetools": [
3232
{
3333
"source": "labd/commercetools",
34-
"version": "~> 0.24.1"
34+
"version": "~> 0.25.3"
3535
}
3636
],
3737
"sentry": [

0 commit comments

Comments
 (0)