Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/aws-cloudtrail.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | [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 |
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/salesloft.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | [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 |
Expand Down
Loading