From 6adf47695a2cc314bee6c9b0e24494daebd8511e Mon Sep 17 00:00:00 2001 From: a-rampalli Date: Mon, 8 Jan 2024 10:58:15 +0530 Subject: [PATCH 1/2] chore: updates sendgrid image --- src/configurations/sources/singer_sendgrid/db-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configurations/sources/singer_sendgrid/db-config.json b/src/configurations/sources/singer_sendgrid/db-config.json index 393f7f44b..9375d1501 100644 --- a/src/configurations/sources/singer_sendgrid/db-config.json +++ b/src/configurations/sources/singer_sendgrid/db-config.json @@ -4,7 +4,7 @@ "displayName": "Sendgrid", "options": { "isBeta": false, - "image": "rudderstack/source-sendgrid:v5.3.0-sendgrid-fixes" + "image": "rudderstack/source-sendgrid:v5.3.0-sendgrid-messages-fixes" }, "type": "cloudSource" } From 6bb6e29318b6c526987dd2488d28a477fab205e8 Mon Sep 17 00:00:00 2001 From: nidhilashkari17 <108564211+nidhilashkari17@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:31:57 +0530 Subject: [PATCH 2/2] fix: update stripe image to fix subscription sync [ETL-239] (#1151) --- src/configurations/sources/singer_stripe/db-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configurations/sources/singer_stripe/db-config.json b/src/configurations/sources/singer_stripe/db-config.json index 91c75e5d9..cf9cb0d13 100644 --- a/src/configurations/sources/singer_stripe/db-config.json +++ b/src/configurations/sources/singer_stripe/db-config.json @@ -3,7 +3,7 @@ "category": "singer-protocol", "displayName": "Stripe", "options": { - "image": "rudderstack/source-stripe:v6.3.4" + "image": "rudderstack/source-stripe:v8.2.3" }, "type": "cloudSource" }