Skip to content

Commit 4330d8c

Browse files
MCLOUD-6483: Release 2.4.0 templates
1 parent cceba6e commit 4330d8c

File tree

5 files changed

+8043
-5511
lines changed

5 files changed

+8043
-5511
lines changed

Diff for: .magento.app.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
name: mymagento
66

77
# The toolstack used to build the application.
8-
type: php:7.3
8+
type: php:7.4
99
build:
1010
flavor: composer
1111

1212
# Enable extensions required by Magento 2
1313
runtime:
1414
extensions:
15-
- redis
1615
- xsl
1716
- json
1817
- newrelic
@@ -94,5 +93,4 @@ crons:
9493
variables:
9594
env:
9695
CONFIG__DEFAULT__PAYPAL_ONBOARDING__MIDDLEMAN_DOMAIN: 'payment-broker.magento.com'
97-
CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL: 'Magento_Enterprise_Cloud_BT'
9896
CONFIG__STORES__DEFAULT__PAYPAL__NOTATION_CODE: 'Magento_Enterprise_Cloud'

Diff for: .magento/services.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# Each service listed will be deployed to power your project.
44

55
mysql:
6-
type: mysql:10.2
6+
type: mysql:10.4
77
disk: 2048
88

99
redis:
1010
type: redis:5.0
1111

1212
elasticsearch:
13-
type: elasticsearch:6.5
13+
type: elasticsearch:7.6
1414
disk: 1024

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Magento 2.3.5 Magento Commerce Cloud
1+
# Magento 2.4.0 Magento Commerce Cloud
22

3-
This repository contains a sample Magento Commerce (on-premise) version 2.3.5 instance for you to deploy in the cloud. You must have an active Magento Commerce Cloud user license to use the example in this repository.
3+
This repository contains a sample Magento Commerce (on-premise) version 2.4.0 instance for you to deploy in the cloud. You must have an active Magento Commerce Cloud user license to use the example in this repository.
44

55
The example requires the use of [Composer](https://getcomposer.org/doc/) to load and manage dependencies and Magento vendor folders.
66

@@ -41,7 +41,7 @@ To add authentication keys using an environment variable:
4141

4242
1. Click **Add Variable**.
4343

44-
See [Adding Magento authentication keys](https://devdocs.magento.com/guides/v2.2/cloud/setup/first-time-setup-import-prepare.html#auth-json).
44+
See [Adding Magento authentication keys](https://devdocs.magento.com/cloud/setup/first-time-setup-import-prepare.html#auth-json).
4545

4646
### Authenticating in Docker
4747

@@ -64,7 +64,7 @@ You must have an `auth.json` file that contains your Magento Commerce authorizat
6464

6565
1. Save your changes to `auth.json` file and exit the text editor.
6666

67-
To use Docker for local development, see [Launching a Docker configuration](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-config.html).
67+
To use Docker for local development, see [Launching a Docker configuration](https://devdocs.magento.com/cloud/docker/docker-config.html).
6868

6969
## Repository structure
7070

@@ -87,7 +87,7 @@ php.ini
8787

8888
## Developer documentation
8989

90-
See the [Magento Commerce Cloud Guide](http://devdocs.magento.com/guides/v2.2/cloud/bk-cloud.html).
90+
See the [Magento Commerce Cloud Guide](https://devdocs.magento.com/cloud/bk-cloud.html).
9191

9292
## License
9393
Each Magento source file included in this distribution is licensed under the OSL-3.0 license.

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/project-enterprise-edition",
33
"description": "eCommerce Platform for Growth (Enterprise Edition)",
44
"type": "project",
5-
"version": "2.3.5",
5+
"version": "2.4.0",
66
"license": "OSL-3.0",
77
"config": {
88
"preferred-install": "dist",
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"magento/magento-cloud-metapackage": ">=2.3.5 <2.3.6"
18+
"magento/magento-cloud-metapackage": ">=2.4.0 <2.4.1"
1919
},
2020
"suggest": {
2121
"ext-pcntl": "Need for run processes in parallel mode"

0 commit comments

Comments
 (0)