Skip to content

Commit 38a86ae

Browse files
authored
Merge pull request magento-commerce/devdocs/pull/2350 from magento-devdocs/MCD-1.2.3-release-docs
Fixed link to Joe Shelton's PR
2 parents 7b17c28 + ee5ffc0 commit 38a86ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/cloud/release-notes/cloud-tools.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ redirect_from:
1111

1212
This release information details the latest improvements to the {{site.data.var.csuite}} packages which are designed to deploy and manage {{site.data.var.ee}} installations and upgrades on the Cloud platform.
1313

14-
| Release notes | Version | Description | Package source |
15-
| --- | --- | --- | --- |
16-
| [`{{site.data.var.ct}}` release notes] | {{site.data.var.ct-release}}<br/>2002.0.23| A set of scripts and tools designed to manage and deploy Cloud projects | [{{site.data.var.ct}}][ece package] |
17-
| [`{{site.data.var.mcp-prod}}` release notes] | {{site.data.var.mcp-release}} | A set of patches which improve the integration of all Magento versions with Cloud environments. This package includes Magento patches and available hotfixes that are applied when you use `{{site.data.var.ct}}` to deploy | [{{site.data.var.mcp-package}}][Patches package] |
18-
| [`{{site.data.var.mcd-prod}}` release notes] | {{site.data.var.mcd-release}} | Functionality and configuration files for Docker images to deploy Magento Commerce to a local Cloud environment | [{{site.data.var.mcd-package}}][Docker package] |
19-
| [`{{site.data.var.mcc-prod}}` release notes] | {{site.data.var.mcc-release}} | Extended Magento Commerce core functionality for sites deployed on the Cloud platform | [{{site.data.var.mcc-package}}][Components package] |
14+
| Release notes | Version | Description | Package source |
15+
| -------------------------------------------- | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
16+
| [`{{site.data.var.ct}}` release notes] | {{site.data.var.ct-release}}<br/>2002.0.23 | A set of scripts and tools designed to manage and deploy Cloud projects | [{{site.data.var.ct}}][ece package] |
17+
| [`{{site.data.var.mcp-prod}}` release notes] | {{site.data.var.mcp-release}} | A set of patches which improve the integration of all Magento versions with Cloud environments. This package includes Magento patches and available hotfixes that are applied when you use `{{site.data.var.ct}}` to deploy | [{{site.data.var.mcp-package}}][Patches package] |
18+
| [`{{site.data.var.mcd-prod}}` release notes] | 1.2.3 | Functionality and configuration files for Docker images to deploy Magento Commerce to a local Cloud environment | [{{site.data.var.mcd-package}}][Docker package] |
19+
| [`{{site.data.var.mcc-prod}}` release notes] | {{site.data.var.mcc-release}} | Extended Magento Commerce core functionality for sites deployed on the Cloud platform | [{{site.data.var.mcc-package}}][Components package] |
2020

2121
When you update to `{{site.data.var.ct}}` 2002.1.0 or later, you automatically update to the latest versions of the other packages, which are dependencies for `{{site.data.var.ct}}`.
2222

src/cloud/release-notes/mcd-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The release notes include:
2323
- {:.new}<!--MCLOUD-7921-->**Updated to Varnish 6.6 and Elasticsearch 7.11.2**—The following links provide release information on [Varnish Cache 6.6](https://varnish-cache.org/releases/rel6.6.0.html#rel6-6-0) and [Elasticsearch 7.11.2](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.11.2.html).
2424
- {:.new}<!--PR #314-->**Added `ioncube` extension for PHP 7.4 image**—The `ioncube` extension has been re-added to the PHP 7.4 image after having been initially excluded from the PHP 7.3 to PHP 7.4 upgrade. *[Submitted by mattskr](https://github.com/magento/magento-cloud-docker/pull/314).*
2525
- {:.new}<!--MCLOUD-7977-->**Added a new file sync option: `manual-native`**—The `manual-native` file synchronization option provides manual control over synchronization, which provides the best performance for macOs and Windows environments. Read about using the `manual-native` option in the [Developer mode](https://devdocs.magento.com/cloud/docker/docker-mode-developer.html) and [Synchronizing data in a Docker developer environment](https://devdocs.magento.com/cloud/docker/docker-syncing-data.html#file-synchronization-options) topics.
26-
- {:.new}<!--PR #319-->**Removed volume deletions from `up` and `down` commands**—The `--volume` option was removed from the `bin/magento-docker up` and `bin/magento-docker down` commands, replaced by the new `bin/magento-docker init` command with a data loss warning. This change helps prevent the accidental data loss. *[Submitted by joeshelton-wagento](https://github.com/magento/magento-cloud-docker/pull/314).*
26+
- {:.new}<!--PR #319-->**Removed volume deletions from `up` and `down` commands**—The `--volume` option was removed from the `bin/magento-docker up` and `bin/magento-docker down` commands, replaced by the new `bin/magento-docker init` command with a data loss warning. This change helps prevent the accidental data loss. *[Submitted by joeshelton-wagento](https://github.com/magento/magento-cloud-docker/pull/319).*
2727
- {:.fix}<!--MCLOUD-7934-->**Updated `CN` value for the generated certificate**—Removed the hardcoded `CN` value from the Dockerfile. This value created a certificate error (`NET::ERR_CERT_INVALID`) that caused the `--host` option for the `ece-docker build:compose` command to be ignored.
2828

2929
## v1.2.2

0 commit comments

Comments
 (0)