Skip to content

Commit

Permalink
馃悪 source-aws-cloudtrail: run up-to-date pipeline [2024-07-10] (#41435)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jul 10, 2024
1 parent e123638 commit cdd0b6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ data:
enabled: true
packageName: airbyte-source-aws-cloudtrail
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: api
connectorType: source
definitionId: 6ff047c0-f5d5-4ce5-8c81-204a830fa7e1
dockerImageTag: 1.0.3
dockerImageTag: 1.0.4
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 @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "1.0.3"
version = "1.0.4"
name = "source-aws-cloudtrail"
description = "Source implementation for aws-cloudtrail."
authors = [ "Airbyte <contact@airbyte.io>",]
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 @@ -54,6 +54,7 @@ Please, follow this [steps](https://docs.aws.amazon.com/powershell/latest/usergu

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 1.0.4 | 2024-07-10 | [41435](https://github.com/airbytehq/airbyte/pull/41435) | Update dependencies |
| 1.0.3 | 2024-07-09 | [41230](https://github.com/airbytehq/airbyte/pull/41230) | Update dependencies |
| 1.0.2 | 2024-07-06 | [40995](https://github.com/airbytehq/airbyte/pull/40995) | Update dependencies |
| 1.0.1 | 2024-06-26 | [40419](https://github.com/airbytehq/airbyte/pull/40419) | Update dependencies |
Expand Down

0 comments on commit cdd0b6b

Please sign in to comment.