From 7478cbf8ebbf5b5d22905724e5f8cfc1631c6d61 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Fri, 23 Aug 2024 19:23:13 +0200 Subject: [PATCH 1/2] mongodb: 4.2 is deprecated since 30 Apr 2023 (#4157) --- shared/data/registry.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/data/registry.json b/shared/data/registry.json index 1115033a42..67a08cdf18 100644 --- a/shared/data/registry.json +++ b/shared/data/registry.json @@ -614,10 +614,10 @@ "7.0", "6.0", "5.0", - "4.4", - "4.2" + "4.4" ], "deprecated": [ + "4.2", "4.0" ] }, @@ -625,10 +625,10 @@ "supported": [ "6.0", "5.0", - "4.4", - "4.2" + "4.4" ], "deprecated": [ + "4.2", "4.0" ] } From f7e6fb0b8e10e16c4b31553c231238d508a86de8 Mon Sep 17 00:00:00 2001 From: flovntp Date: Fri, 23 Aug 2024 21:38:24 +0200 Subject: [PATCH 2/2] change PR templates to let the external users to know that they need to update both source code if changes are common to Platform.sh and Upsun (#4156) Co-authored-by: Chad Carlson --- .github/pull_request_template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3228860c01..5cdb569d77 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,7 @@ including its links to our style and formatting guides. Closes #{ISSUE_NUMBER} - @@ -20,3 +20,9 @@ Closes #{ISSUE_NUMBER} Give an overview of the changes you made. Make it clear what's in scope for the review (so reviewers know what to look for). --> + +## Where are changes + +Updates are for: +[] platform (`sites/platform` templates) +[] upsun (`sites/upsun` templates)