From 2f32685376c8dedc09bca03fce877122e6de3fa9 Mon Sep 17 00:00:00 2001 From: dadolun95 Date: Sun, 14 Dec 2025 18:38:43 +0100 Subject: [PATCH 1/2] Add elegentos magento2-varnish-extended module generating optimized vcl for varnish --- .../mage-os/product-community-edition/dependencies-template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index 54d8a36..8e5a502 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -2,6 +2,7 @@ "dependencies": { "aligent/magento2-pci-4-compatibility": "https://github.com/aligent/magento2-pci-4-compatibility.git", "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", + "elgentos/magento2-varnish-extended": "https://github.com/elgentos/magento2-varnish-extended", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", "mage-os/module-automatic-translation": "https://github.com/mage-os/module-automatic-translation.git", "mage-os/module-inventory-reservations-grid": "https://github.com/mage-os/module-inventory-reservations-grid.git", From 7bd3682ccd75340fef59bef894da49123cfb38d9 Mon Sep 17 00:00:00 2001 From: dadolun95 Date: Sun, 14 Dec 2025 18:45:18 +0100 Subject: [PATCH 2/2] Fix error on elegentos varnish extended module repo link --- .../product-community-edition/dependencies-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index 8e5a502..6b98982 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -2,7 +2,7 @@ "dependencies": { "aligent/magento2-pci-4-compatibility": "https://github.com/aligent/magento2-pci-4-compatibility.git", "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", - "elgentos/magento2-varnish-extended": "https://github.com/elgentos/magento2-varnish-extended", + "elgentos/magento2-varnish-extended": "https://github.com/elgentos/magento2-varnish-extended.git", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", "mage-os/module-automatic-translation": "https://github.com/mage-os/module-automatic-translation.git", "mage-os/module-inventory-reservations-grid": "https://github.com/mage-os/module-inventory-reservations-grid.git",