Skip to content

Commit

Permalink
🐙 destination-rabbitmq: run up-to-date pipeline [2024-06-25] (#40348)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jun 26, 2024
1 parent dcd84cd commit 9ed1a98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: e06ad785-ad6f-4647-b2e8-3027a5c59454
dockerImageTag: 0.1.6
dockerImageTag: 0.1.7
dockerRepository: airbyte/destination-rabbitmq
githubIssueLabel: destination-rabbitmq
icon: pulsar.svg
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.6"
version = "0.1.7"
name = "destination-rabbitmq"
description = "Destination implementation for Rabbitmq."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ To use the RabbitMQ destination, you'll need:

| Version | Date | Pull Request | Subject |
| :------ | :--------------- | :-------------------------------------------------------- | :---------------------------------------------- |
| 0.1.7 | 2024-06-25 | [40348](https://github.com/airbytehq/airbyte/pull/40348) | Update dependencies |
| 0.1.6 | 2024-06-22 | [40101](https://github.com/airbytehq/airbyte/pull/40101) | Update dependencies |
| 0.1.5 | 2024-06-06 | [39300](https://github.com/airbytehq/airbyte/pull/39300) | [autopull] Upgrade base image to v1.2.2 |
| 0.1.4 | 2024-05-21 | [38532](https://github.com/airbytehq/airbyte/pull/38532) | [autopull] base image + poetry + up_to_date |
Expand Down

0 comments on commit 9ed1a98

Please sign in to comment.