Skip to content

Commit

Permalink
MCLOUD-6483: Release 2.4.0 templates
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftedreality committed Jul 28, 2020
1 parent cceba6e commit 4330d8c
Show file tree
Hide file tree
Showing 5 changed files with 8,043 additions and 5,511 deletions.
4 changes: 1 addition & 3 deletions .magento.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
name: mymagento

# The toolstack used to build the application.
type: php:7.3
type: php:7.4
build:
flavor: composer

# Enable extensions required by Magento 2
runtime:
extensions:
- redis
- xsl
- json
- newrelic
Expand Down Expand Up @@ -94,5 +93,4 @@ crons:
variables:
env:
CONFIG__DEFAULT__PAYPAL_ONBOARDING__MIDDLEMAN_DOMAIN: 'payment-broker.magento.com'
CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL: 'Magento_Enterprise_Cloud_BT'
CONFIG__STORES__DEFAULT__PAYPAL__NOTATION_CODE: 'Magento_Enterprise_Cloud'
4 changes: 2 additions & 2 deletions .magento/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Each service listed will be deployed to power your project.

mysql:
type: mysql:10.2
type: mysql:10.4
disk: 2048

redis:
type: redis:5.0

elasticsearch:
type: elasticsearch:6.5
type: elasticsearch:7.6
disk: 1024
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magento 2.3.5 Magento Commerce Cloud
# Magento 2.4.0 Magento Commerce Cloud

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.
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.

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

Expand Down Expand Up @@ -41,7 +41,7 @@ To add authentication keys using an environment variable:

1. Click **Add Variable**.

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

### Authenticating in Docker

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

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

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

## Repository structure

Expand All @@ -87,7 +87,7 @@ php.ini

## Developer documentation

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

## License
Each Magento source file included in this distribution is licensed under the OSL-3.0 license.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/project-enterprise-edition",
"description": "eCommerce Platform for Growth (Enterprise Edition)",
"type": "project",
"version": "2.3.5",
"version": "2.4.0",
"license": "OSL-3.0",
"config": {
"preferred-install": "dist",
Expand All @@ -15,7 +15,7 @@
}
},
"require": {
"magento/magento-cloud-metapackage": ">=2.3.5 <2.3.6"
"magento/magento-cloud-metapackage": ">=2.4.0 <2.4.1"
},
"suggest": {
"ext-pcntl": "Need for run processes in parallel mode"
Expand Down

0 comments on commit 4330d8c

Please sign in to comment.