Skip to content

Commit 3d84c48

Browse files
authored
🐙 destination-rabbitmq: run up-to-date pipeline [2024-09-14] (#45293)
1 parent 5642f2c commit 3d84c48

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
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.19
5+
dockerImageTag: 0.1.20
66
dockerRepository: airbyte/destination-rabbitmq
77
githubIssueLabel: destination-rabbitmq
88
icon: pulsar.svg

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

+24-21
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.19"
6+
version = "0.1.20"
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.20 | 2024-09-14 | [45293](https://github.com/airbytehq/airbyte/pull/45293) | Update dependencies |
5152
| 0.1.19 | 2024-08-31 | [44988](https://github.com/airbytehq/airbyte/pull/44988) | Update dependencies |
5253
| 0.1.18 | 2024-08-24 | [44726](https://github.com/airbytehq/airbyte/pull/44726) | Update dependencies |
5354
| 0.1.17 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |

0 commit comments

Comments
 (0)