From 29ab5f6c2dd40f8effd8b4555381df86bdb6bfa1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:33:44 +0000 Subject: [PATCH 1/2] Bump manifest base images for Salesloft and CloudTrail Co-Authored-By: bot_apk --- .../connectors/source-aws-cloudtrail/metadata.yaml | 4 ++-- .../connectors/source-salesloft/metadata.yaml | 4 ++-- docs/integrations/sources/aws-cloudtrail.md | 1 + docs/integrations/sources/salesloft.md | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/airbyte-integrations/connectors/source-aws-cloudtrail/metadata.yaml b/airbyte-integrations/connectors/source-aws-cloudtrail/metadata.yaml index b1fc228bf809..3946acb4eb12 100644 --- a/airbyte-integrations/connectors/source-aws-cloudtrail/metadata.yaml +++ b/airbyte-integrations/connectors/source-aws-cloudtrail/metadata.yaml @@ -22,11 +22,11 @@ data: enabled: false packageName: airbyte-source-aws-cloudtrail connectorBuildOptions: - baseImage: docker.io/airbyte/source-declarative-manifest:5.15.0@sha256:09a84e0622f36393077332faf11cc239e77083fae5fa500592c049dca25888a7 + baseImage: docker.io/airbyte/source-declarative-manifest:7.24.0@sha256:e34fb609bccdeb77474763c77e3621ea9d5adf9f65f2d9851102cc14a1caa281 connectorSubtype: api connectorType: source definitionId: 6ff047c0-f5d5-4ce5-8c81-204a830fa7e1 - dockerImageTag: 1.1.0 + dockerImageTag: 1.1.1 dockerRepository: airbyte/source-aws-cloudtrail githubIssueLabel: source-aws-cloudtrail icon: aws-cloudtrail.svg diff --git a/airbyte-integrations/connectors/source-salesloft/metadata.yaml b/airbyte-integrations/connectors/source-salesloft/metadata.yaml index 726f54f219f9..9bcdc0905f9d 100644 --- a/airbyte-integrations/connectors/source-salesloft/metadata.yaml +++ b/airbyte-integrations/connectors/source-salesloft/metadata.yaml @@ -18,11 +18,11 @@ data: # Please update to the latest version of the connector base image. # https://hub.docker.com/r/airbyte/python-connector-base # Please use the full address with sha256 hash to guarantee build reproducibility. - baseImage: docker.io/airbyte/source-declarative-manifest:5.15.0@sha256:09a84e0622f36393077332faf11cc239e77083fae5fa500592c049dca25888a7 + baseImage: docker.io/airbyte/source-declarative-manifest:7.24.0@sha256:e34fb609bccdeb77474763c77e3621ea9d5adf9f65f2d9851102cc14a1caa281 connectorSubtype: api connectorType: source definitionId: 41991d12-d4b5-439e-afd0-260a31d4c53f - dockerImageTag: 1.5.2 + dockerImageTag: 1.5.3 dockerRepository: airbyte/source-salesloft githubIssueLabel: source-salesloft icon: icon.svg diff --git a/docs/integrations/sources/aws-cloudtrail.md b/docs/integrations/sources/aws-cloudtrail.md index 8db5e3918aa9..65d99fceab53 100644 --- a/docs/integrations/sources/aws-cloudtrail.md +++ b/docs/integrations/sources/aws-cloudtrail.md @@ -58,6 +58,7 @@ If you use Airbyte Cloud and your organization restricts access to specific IPs, | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ | +| 1.1.1 | 2026-08-13 | [84353](https://github.com/airbytehq/airbyte/pull/84353) | Update base image to source-declarative-manifest 7.24.0 | | 1.1.0 | 2024-10-29 | [47287](https://github.com/airbytehq/airbyte/pull/47287) | Migrate to manifest only format | | 1.0.20 | 2024-10-29 | [47768](https://github.com/airbytehq/airbyte/pull/47768) | Update dependencies | | 1.0.19 | 2024-10-28 | [47096](https://github.com/airbytehq/airbyte/pull/47096) | Update dependencies | diff --git a/docs/integrations/sources/salesloft.md b/docs/integrations/sources/salesloft.md index 3e38f4f443b6..428e4e264b6f 100644 --- a/docs/integrations/sources/salesloft.md +++ b/docs/integrations/sources/salesloft.md @@ -110,6 +110,7 @@ If you use Airbyte Cloud and your organization restricts access to specific IPs, | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------- | +| 1.5.3 | 2026-08-13 | [84353](https://github.com/airbytehq/airbyte/pull/84353) | Update base image to source-declarative-manifest 7.24.0 | | 1.5.2 | 2025-03-24 | [56365](https://github.com/airbytehq/airbyte/pull/56365) | Correct data types for email_scoped_fields | | 1.5.1 | 2025-03-16 | [55779](https://github.com/airbytehq/airbyte/pull/55779) | Adding missing columns too emails_scoped_fields stream | | 1.5.0 | 2025-03-06 | [55229](https://github.com/airbytehq/airbyte/pull/55229) | Add emails_scoped_fields stream. Remove body and subject fields from email stream | From b5547bec23a9a0cbe37bede94bb7a39fbae649cb Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:40:13 +0000 Subject: [PATCH 2/2] docs: correct connector changelog PR links Co-Authored-By: bot_apk --- docs/integrations/sources/aws-cloudtrail.md | 2 +- docs/integrations/sources/salesloft.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/sources/aws-cloudtrail.md b/docs/integrations/sources/aws-cloudtrail.md index 65d99fceab53..688cf18ef098 100644 --- a/docs/integrations/sources/aws-cloudtrail.md +++ b/docs/integrations/sources/aws-cloudtrail.md @@ -58,7 +58,7 @@ If you use Airbyte Cloud and your organization restricts access to specific IPs, | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ | -| 1.1.1 | 2026-08-13 | [84353](https://github.com/airbytehq/airbyte/pull/84353) | Update base image to source-declarative-manifest 7.24.0 | +| 1.1.1 | 2026-08-13 | [84350](https://github.com/airbytehq/airbyte/pull/84350) | Update base image to source-declarative-manifest 7.24.0 | | 1.1.0 | 2024-10-29 | [47287](https://github.com/airbytehq/airbyte/pull/47287) | Migrate to manifest only format | | 1.0.20 | 2024-10-29 | [47768](https://github.com/airbytehq/airbyte/pull/47768) | Update dependencies | | 1.0.19 | 2024-10-28 | [47096](https://github.com/airbytehq/airbyte/pull/47096) | Update dependencies | diff --git a/docs/integrations/sources/salesloft.md b/docs/integrations/sources/salesloft.md index 428e4e264b6f..ad8da627c389 100644 --- a/docs/integrations/sources/salesloft.md +++ b/docs/integrations/sources/salesloft.md @@ -110,7 +110,7 @@ If you use Airbyte Cloud and your organization restricts access to specific IPs, | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------- | -| 1.5.3 | 2026-08-13 | [84353](https://github.com/airbytehq/airbyte/pull/84353) | Update base image to source-declarative-manifest 7.24.0 | +| 1.5.3 | 2026-08-13 | [84350](https://github.com/airbytehq/airbyte/pull/84350) | Update base image to source-declarative-manifest 7.24.0 | | 1.5.2 | 2025-03-24 | [56365](https://github.com/airbytehq/airbyte/pull/56365) | Correct data types for email_scoped_fields | | 1.5.1 | 2025-03-16 | [55779](https://github.com/airbytehq/airbyte/pull/55779) | Adding missing columns too emails_scoped_fields stream | | 1.5.0 | 2025-03-06 | [55229](https://github.com/airbytehq/airbyte/pull/55229) | Add emails_scoped_fields stream. Remove body and subject fields from email stream |