From 4a68c2e154b9510a2e28cc0151d19a1659ec81ea Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Thu, 14 Nov 2019 20:30:06 -0600 Subject: [PATCH 1/7] Added note for ece-tools patch process fix --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index cb925aa5324..c7679dd962e 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,6 +26,8 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to fail when applying security-only patches for versions 2.3.2, 2.3.3, and later releases. This issue was introduced by the new versioning scheme adopted for security-only patches in {{ site.data.var.ee }} v2.3.3. See [Security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). + - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package. - {:.fix}**Page Builder security patches for 2.3.1.x and 2.3.2.x releases**–Fixes an issue in Page Builder preview that allows unauthenticated users to access some templating methods that can be used to trigger arbitrary code execution over the network (RCE) resulting in global information leaks. This issue can occur when using unsupported versions of Page Builder with {{ site.data.var.ee }} versions 2.3.1 and 2.3.2. From fe9bda3932b886e6a6d27949ee564f7c2f67dcd5 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Thu, 14 Nov 2019 20:38:33 -0600 Subject: [PATCH 2/7] Update guides/v2.2/cloud/release-notes/cloud-tools.md --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index c7679dd962e..4bec3fbd673 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,7 +26,7 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. - - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to fail when applying security-only patches for versions 2.3.2, 2.3.3, and later releases. This issue was introduced by the new versioning scheme adopted for security-only patches in {{ site.data.var.ee }} v2.3.3. See [Security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to fail when applying security-only patches for versions 2.3.2 and later releases. This issue was introduced by the new versioning scheme adopted for security-only patches in {{ site.data.var.ee }} v2.3.3. See [Security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package. From c02fe38bc8e128827a749157f15f2b4bf285e042 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 15 Nov 2019 08:35:54 -0600 Subject: [PATCH 3/7] Update guides/v2.2/cloud/release-notes/cloud-tools.md --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index 4bec3fbd673..8d856653f5a 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,7 +26,7 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. - - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to fail when applying security-only patches for versions 2.3.2 and later releases. This issue was introduced by the new versioning scheme adopted for security-only patches in {{ site.data.var.ee }} v2.3.3. See [Security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to fail when applying security-only patches for versions 2.3.2 and later. This issue was introduced by the new versioning scheme adopted for security-only patches in {{ site.data.var.ee }} v2.3.3. See [Security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package. From 7230d531c1c3bf96841b85e9736119216c02f343 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 15 Nov 2019 11:27:49 -0600 Subject: [PATCH 4/7] Updated note about fixes to patch process --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index 8d856653f5a..b45a51c4944 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,7 +26,7 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. - - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to fail when applying security-only patches for versions 2.3.2 and later. This issue was introduced by the new versioning scheme adopted for security-only patches in {{ site.data.var.ee }} v2.3.3. See [Security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets that include security-only patches for Magento version 2.3.2 and later . This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches) starting with the {{ site.data.var.ee }} version 2.3.2-p2. - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package. From 372890311cf537c6c31ff66449eb6e0554380647 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 15 Nov 2019 14:27:04 -0600 Subject: [PATCH 5/7] Update guides/v2.2/cloud/release-notes/cloud-tools.md --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index b45a51c4944..57d92c8a870 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,7 +26,7 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. - - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets that include security-only patches for Magento version 2.3.2 and later . This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches) starting with the {{ site.data.var.ee }} version 2.3.2-p2. + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets on top of security-only releases, starting with Magento 2.3.2-p2 and later. This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches) starting with the {{ site.data.var.ee }} version 2.3.2-p2. - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package. From dc227dac07ad13ad3f504de07433e38cfab244d5 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 15 Nov 2019 14:33:06 -0600 Subject: [PATCH 6/7] Update guides/v2.2/cloud/release-notes/cloud-tools.md --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index 57d92c8a870..801d3dfc654 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,7 +26,7 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. - - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets on top of security-only releases, starting with Magento 2.3.2-p2 and later. This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches) starting with the {{ site.data.var.ee }} version 2.3.2-p2. + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets on top of security-only releases, starting with Magento version 2.3.2-p2 and later. This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches) starting with the Magento version 2.3.2-p2. - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package. From 3689e76063576acd18b61805138e651278d3d910 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Mon, 18 Nov 2019 08:56:14 -0600 Subject: [PATCH 7/7] Removed redundant phrase --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index 801d3dfc654..43a9c6aa853 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,7 +26,7 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. - - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets on top of security-only releases, starting with Magento version 2.3.2-p2 and later. This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches) starting with the Magento version 2.3.2-p2. + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets on top of security-only releases, starting with Magento version 2.3.2-p2 and later. This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package.