From 0a8600282682df4381670fae896377ce422a8d50 Mon Sep 17 00:00:00 2001 From: Keith Thompson Date: Wed, 21 Feb 2024 14:28:44 +0000 Subject: [PATCH] Update version codes and documentation --- airbyte-integrations/connectors/source-amazon-sqs/Dockerfile | 2 +- .../connectors/source-amazon-sqs/metadata.yaml | 2 +- docs/integrations/sources/amazon-sqs.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-amazon-sqs/Dockerfile b/airbyte-integrations/connectors/source-amazon-sqs/Dockerfile index ef097b4cbff5..a174a9324028 100644 --- a/airbyte-integrations/connectors/source-amazon-sqs/Dockerfile +++ b/airbyte-integrations/connectors/source-amazon-sqs/Dockerfile @@ -34,5 +34,5 @@ COPY source_amazon_sqs ./source_amazon_sqs ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.1.1 +LABEL io.airbyte.version=0.2.0 LABEL io.airbyte.name=airbyte/source-amazon-sqs diff --git a/airbyte-integrations/connectors/source-amazon-sqs/metadata.yaml b/airbyte-integrations/connectors/source-amazon-sqs/metadata.yaml index 6b6bd34f1cfb..1abce044eac8 100644 --- a/airbyte-integrations/connectors/source-amazon-sqs/metadata.yaml +++ b/airbyte-integrations/connectors/source-amazon-sqs/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: api connectorType: source definitionId: 983fd355-6bf3-4709-91b5-37afa391eeb6 - dockerImageTag: 0.1.1 + dockerImageTag: 0.2.0 dockerRepository: airbyte/source-amazon-sqs documentationUrl: https://docs.airbyte.com/integrations/sources/amazon-sqs githubIssueLabel: source-amazon-sqs diff --git a/docs/integrations/sources/amazon-sqs.md b/docs/integrations/sources/amazon-sqs.md index 78fa87bc627f..9990cdc1b96d 100644 --- a/docs/integrations/sources/amazon-sqs.md +++ b/docs/integrations/sources/amazon-sqs.md @@ -71,6 +71,8 @@ Required properties are 'Queue URL', 'AWS Region' and 'Delete Messages After Rea - If `Delete Messages After Read` is `true` then `sqs:DeleteMessage` is also needed - AWS IAM Secret Key (STRING) - The Secret Key for the IAM User with permissions on this Queue +- AWS IAM Session Token (STRING) + - The temporary Session token for the IAM role with permissions on this Queue ### Data loss warning @@ -98,6 +100,7 @@ Extra care should be taken to understand this risk before enabling this option. ## CHANGELOG | Version | Date | Pull Request | Subject | -| :------ | :--------- | :-------------------------------------------------------- | :-------------------------------- | +|:--------| :--------- | :-------------------------------------------------------- |:----------------------------------| +| 0.2.0 | 2024-02-21 | [#35483](https://github.com/airbytehq/airbyte/pull/35483) | Allow role based access | | 0.1.1 | 2024-01-03 | [#33924](https://github.com/airbytehq/airbyte/pull/33924) | Add new ap-southeast-3 AWS region | | 0.1.0 | 2021-10-10 | [\#0000](https://github.com/airbytehq/airbyte/pull/0000) | Initial version |