Skip to content

Commit

Permalink
Update version codes and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
keiththompson committed Feb 21, 2024
1 parent e57890f commit 0a86002
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion docs/integrations/sources/amazon-sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |

0 comments on commit 0a86002

Please sign in to comment.