Skip to content

Commit 0b3fc6f

Browse files
committed
Update versions of libraries in poetry.
PATCH bump destination-rabbitmq version to 0.1.15 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 2a15fbd commit 0b3fc6f

File tree

4 files changed

+67
-64
lines changed

4 files changed

+67
-64
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.14
5+
dockerImageTag: 0.1.15
66
dockerRepository: airbyte/destination-rabbitmq
77
githubIssueLabel: destination-rabbitmq
88
icon: pulsar.svg

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

+64-62
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.14"
6+
version = "0.1.15"
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.15 | 2024-08-10 | [43622](https://github.com/airbytehq/airbyte/pull/43622) | Update dependencies |
5152
| 0.1.14 | 2024-08-03 | [43078](https://github.com/airbytehq/airbyte/pull/43078) | Update dependencies |
5253
| 0.1.13 | 2024-07-27 | [42759](https://github.com/airbytehq/airbyte/pull/42759) | Update dependencies |
5354
| 0.1.12 | 2024-07-20 | [42222](https://github.com/airbytehq/airbyte/pull/42222) | Update dependencies |

0 commit comments

Comments
 (0)