Skip to content

Commit 0c93a6f

Browse files
committed
Update versions of libraries in poetry.
PATCH bump destination-rabbitmq version to 0.1.19 Build destination-rabbitmq docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates Create or update pull request on Airbyte repository Add changelog entry
1 parent 44a96f8 commit 0c93a6f

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

airbyte-integrations/connectors/destination-rabbitmq/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: e06ad785-ad6f-4647-b2e8-3027a5c59454
5-
dockerImageTag: 0.1.18
5+
dockerImageTag: 0.1.19
66
dockerRepository: airbyte/destination-rabbitmq
77
githubIssueLabel: destination-rabbitmq
88
icon: pulsar.svg

airbyte-integrations/connectors/destination-rabbitmq/poetry.lock

+15-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/destination-rabbitmq/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.18"
6+
version = "0.1.19"
77
name = "destination-rabbitmq"
88
description = "Destination implementation for Rabbitmq."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/destinations/rabbitmq.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ To use the RabbitMQ destination, you'll need:
4848

4949
| Version | Date | Pull Request | Subject |
5050
|:--------| :--------------- | :-------------------------------------------------------- | :---------------------------------------------- |
51+
| 0.1.19 | 2024-08-31 | [44988](https://github.com/airbytehq/airbyte/pull/44988) | Update dependencies |
5152
| 0.1.18 | 2024-08-24 | [44726](https://github.com/airbytehq/airbyte/pull/44726) | Update dependencies |
5253
| 0.1.17 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
5354
| 0.1.16 | 2024-08-17 | [44336](https://github.com/airbytehq/airbyte/pull/44336) | Update dependencies |

0 commit comments

Comments
 (0)