Skip to content

Commit

Permalink
destination-rabbitmq: [autopull] Upgrade base image to v1.2.2 (airbyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored and kabeer27 committed Jun 11, 2024
1 parent e41b0b6 commit 81e2c1c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
21 changes: 12 additions & 9 deletions airbyte-integrations/connectors/destination-rabbitmq/metadata.yaml
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.4
dockerImageTag: 0.1.5
dockerRepository: airbyte/destination-rabbitmq
githubIssueLabel: destination-rabbitmq
icon: pulsar.svg
Expand All @@ -24,13 +24,16 @@ data:
supportLevel: community
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- name: SECRET_DESTINATION-RABBITMQ__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
# Disable integration tests
# They are not passing
# No Airbyte Cloud Usage
# - suite: integrationTests
# testSecrets:
# - name: SECRET_DESTINATION-RABBITMQ__CREDS
# fileName: config.json
# secretStore:
# type: GSM
# alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
metadataSpecVersion: "1.0"
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.4"
version = "0.1.5"
name = "destination-rabbitmq"
description = "Destination implementation for Rabbitmq."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/destinations/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ To use the RabbitMQ destination, you'll need:

| Version | Date | Pull Request | Subject |
| :------ | :--------------- | :-------------------------------------------------------- | :---------------------------------------------- |
| 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 |
| 0.1.3 | 2024-04-02 | [#36749](https://github.com/airbytehq/airbyte/pull/36749) | Un-archive connector (again) |
| 0.1.2 | 2024-03-05 | [#35838](https://github.com/airbytehq/airbyte/pull/35838) | Un-archive connector |
| 0.1.1 | 2022-09-09 | [16528](https://github.com/airbytehq/airbyte/pull/16528) | Marked password field in spec as airbyte_secret |
| 0.1.0 | October 29, 2021 | [\#7560](https://github.com/airbytehq/airbyte/pull/7560) | Initial release |

</details>
</details>

0 comments on commit 81e2c1c

Please sign in to comment.