You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
For details about using the Fastly API to review and manage VCL, see [Manage VCL using the API]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).
Copy file name to clipboardExpand all lines: src/cloud/docker/docker-containers-service.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,27 @@ To mount the custom index.php file using volumes:
307
307
- ./pub/index.php:/app/pub/index.php:ro
308
308
```
309
309
310
+
## Zookeeper container
311
+
312
+
**Container name**: Zookeeper<br/>
313
+
**Docker base image**: [zookeeper/latest/](https://hub.docker.com/_/zookeeper)<br/>
314
+
**Ports exposed**: 2181<br/>
315
+
316
+
Developers can use Zookeeper to manage locks to prevent the launch of duplicate cron jobs and cron groups for {{ site.data.var.ee }} and {{ site.data.var.ce }} projects running on servers with multiple nodes.
317
+
318
+
For {{ site.data.var.ee }} projects on Adobe cloud infrastructure, lock provider settings are configured automatically during provisioning. See [Cloud variables]({{ site.baseurl }}/cloud/env/variables-cloud.html).
319
+
320
+
For projects hosted on other infrastructure, developers can add the Zookeeper container to the Docker environment and [configure the service][Configure the lock provider].
Copy file name to clipboardExpand all lines: src/cloud/release-notes/ece-release-notes.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,20 @@ The `{{site.data.var.ct}}` package uses the following release versioning sequenc
17
17
{:.bs-callout-info}
18
18
See [Upgrades and patches]({{ site.baseurl }}/cloud/project/project-upgrade-parent.html) for information about updating to the latest release of the `{{site.data.var.ct}}` package.
- {:.new}<!--MCLOUD-8003-->Added support for Composer 2.0.
26
+
27
+
- {:.fix} **Updated composer requirements for `symphony/console`**–Updated the {{ site.data.var.ct }} `composer.json` version requirements for the `symphony/console` package to fix an issue that caused the `di:compile` commands to fail with the following error: `Incompatible argument type: Required type: int. Actual type: string`<!--MC-42919-->
28
+
29
+
- {:.fix}<!--MCLOUD-7938-->Updated the end-of-life software checks (`eol.yaml`) to include Elasticsearch 7.9.x.
30
+
31
+
## v2002.1.6
32
+
*Release date: April 20, 2021*<br/>
33
+
23
34
- {:.new}<!--MCLOUD-7694-->**Redis authentication credentials**—Added the ability to read Redis authorization credentials from the `relationships` property during the deploy phase.
24
35
- {:.new}<!--MCLOUD-7695-->**Elasticsearch authorization credentials**—Added the ability to read Elasticsearch authorization credentials from the `relationships` property during the deploy phase.
25
36
- {:.new}<!--MCLOUD-7698-->**Dedicated session storage service**—Added `redis-session` as a second option for session storage. You can use the `redis-session` service to store session information and use the `redis` service for cache to provide better performance.
- {:.fix}**Removed trailing slashes from auto-generated URLs**–Removed the trailing slashes from Category Page URLs generated during cache warm up.<!--MCLOUD-7192-->
- {:.new}**New `Zookeeper` container**–Added a [Zookeeper container]({{ site.baseurl}}/cloud/docker/docker-containers-service.html#zookeeper-container) to manage lock provider configuration for projects that are not deployed to {{ site.data.var.ee }} on Cloud infrastructure.<!--MCLOUD-8000-->
23
+
24
+
- {:.new}**Added support for Composer 2.0.**–Added Composer version 2.0 to the Composer configuration file to support upgrades from Composer 1.0 which is approaching end-of-life.<!--MCLOUD-8003-->
- {:.fix} **Fixed an issue caused by applying the B2B Layered navigation patch**–For customers that have applied the B2B Layered navigation patch, this fix resolves an `Undefined offset` error that displays on the Search page after switching the Store view.<!--MCLOUD-5287-->
28
+
29
+
- {:.fix} **Paypal Checkout patch**–Fixes a Magento 2.3.7 issue with PayPal Express where the previously placed order price is displayed.<!--MC-42674-->
30
+
31
+
- {:.fix} **Patch category support**–Added support for processing patch categories and origin sources assigned to Magento Quality Patches. The categories allow customers to use filters and sorting to find patches more quickly when using [Magento Quality Patches](https://github.com/magento/quality-patches) and the Site-wide Analysis Tool (SWAT). <!--MC-38577-->
0 commit comments