From 735869c8c969f7b77fe5eeb588d823f106dda895 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Thu, 5 Feb 2026 17:11:11 +1100 Subject: [PATCH 1/4] D1 Upgrade --- composer.json | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index d28d3b2..5def3ee 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "drush/drush": "^13", - "drupal/purge": "^3.4", - "drupal/section_purge": "4.x", - "drupal/redis": "1.6.0", + "drupal/purge": "^3.6", + "drupal/section_purge": "^5.0", + "drupal/redis": "^3.0", "drupal/smtp": "^1.2", "dpc-sdp/tide_logs": "^2.0", "dpc-sdp/bay_monitoring": "^2.0", - "cweagans/composer-patches": "^1.7" + "cweagans/composer-patches": "~2.0" }, "config": { "allow-plugins": { @@ -20,25 +20,28 @@ }, "extra": { "composer-exit-on-patch-failure": true, - "enable-patching": true, - "patches": { - "drupal/redis": { - "Implement initial RedisCluster client integration - https://gist.github.com/nicksantamaria/0e0c91aa0a33359f055165b49df59f04 with new relic integration": "https://gist.githubusercontent.com/nicksantamaria/0e0c91aa0a33359f055165b49df59f04/raw/c498a55f3a7a086b38e54e493bf69015a2fa33ed/drupal-redis-1.6-redis-cluster-newrelic.patch" - }, - "drupal/section_purge": { - "Update section_purge to support monitoring 1.18+ - https://www.drupal.org/project/section_purge/issues/3529971#comment-16145036": "https://www.drupal.org/files/issues/2025-06-13/section_purge-3529971_2.patch" - } - } + "enable-patching": true }, "repositories": { "drupal": { "type": "composer", - "url": "https://packages.drupal.org/8" + "url": "https://packages.drupal.org/8", + "exclude": ["drupal/section_purge", "dpc-sdp/redis"] }, "dpc-sdp/bay_monitoring": { "no-api": true, "type": "vcs", "url": "https://github.com/dpc-sdp/bay_monitoring.git" + }, + "dpc-sdp/section_purge": { + "no-api": true, + "type": "vcs", + "url": "https://github.com/dpc-sdp/section_purge.git" + }, + "dpc-sdp/redis": { + "no-api": true, + "type": "vcs", + "url": "https://github.com/dpc-sdp/redis.git" } }, "minimum-stability": "dev", From fc7f00f63ac9245f870fefc80b77c42001bd16db Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Fri, 6 Feb 2026 11:40:35 +1100 Subject: [PATCH 2/4] update tide_logs --- bay_platform_dependencies.info.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bay_platform_dependencies.info.yml b/bay_platform_dependencies.info.yml index 6d0a28c..1eb6b81 100644 --- a/bay_platform_dependencies.info.yml +++ b/bay_platform_dependencies.info.yml @@ -2,7 +2,7 @@ name: bay-platform-dependencies type: module description: Drupal integrations and dependency management for the Bay hosting platform. package: SDP Bay -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10.3 || ^11 dependencies: - bay_monitoring:bay_monitoring - purge:purge diff --git a/composer.json b/composer.json index 5def3ee..17758b1 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ "drupal/section_purge": "^5.0", "drupal/redis": "^3.0", "drupal/smtp": "^1.2", - "dpc-sdp/tide_logs": "^2.0", + "dpc-sdp/tide_logs": "dev-D11_compatibility as 2.0.1", "dpc-sdp/bay_monitoring": "^2.0", - "cweagans/composer-patches": "~2.0" + "cweagans/composer-patches": "^1.7" }, "config": { "allow-plugins": { From 40df5a7f9f78e10763671dd55ca5d916fde9d1a8 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Thu, 12 Feb 2026 10:53:43 +1100 Subject: [PATCH 3/4] update bay_monitoring --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 17758b1..f8db879 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "drupal/redis": "^3.0", "drupal/smtp": "^1.2", "dpc-sdp/tide_logs": "dev-D11_compatibility as 2.0.1", - "dpc-sdp/bay_monitoring": "^2.0", + "dpc-sdp/bay_monitoring": "dev-Drupal11_compatibility_upgrade as 2.2.2", "cweagans/composer-patches": "^1.7" }, "config": { From 08b7d3f736a1a4c811fbe05418c6224144e07dba Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Thu, 12 Feb 2026 19:41:41 +1100 Subject: [PATCH 4/4] update redis --- composer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f8db879..6a5bcdf 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "drush/drush": "^13", "drupal/purge": "^3.6", "drupal/section_purge": "^5.0", - "drupal/redis": "^3.0", + "drupal/redis": "^1.11", "drupal/smtp": "^1.2", "dpc-sdp/tide_logs": "dev-D11_compatibility as 2.0.1", "dpc-sdp/bay_monitoring": "dev-Drupal11_compatibility_upgrade as 2.2.2", @@ -26,7 +26,7 @@ "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", - "exclude": ["drupal/section_purge", "dpc-sdp/redis"] + "exclude": ["drupal/section_purge"] }, "dpc-sdp/bay_monitoring": { "no-api": true, @@ -37,11 +37,6 @@ "no-api": true, "type": "vcs", "url": "https://github.com/dpc-sdp/section_purge.git" - }, - "dpc-sdp/redis": { - "no-api": true, - "type": "vcs", - "url": "https://github.com/dpc-sdp/redis.git" } }, "minimum-stability": "dev",