1
0
mirror of synced 2025-12-26 14:02:10 -05:00

destination-dev-null: add to OSS registry (#45715)

This commit is contained in:
Stephane Geneix
2024-09-20 16:54:34 -07:00
committed by GitHub
parent befe6789b6
commit 95430fba76
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: file
connectorType: destination
definitionId: a7bcc9d8-13b3-4e49-b80d-d020b90045e3
dockerImageTag: 0.6.0
dockerImageTag: 0.6.1
dockerRepository: airbyte/destination-dev-null
githubIssueLabel: destination-dev-null
icon: airbyte.svg
@@ -12,7 +12,7 @@ data:
cloud:
enabled: true
oss:
enabled: false
enabled: true
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/destinations/dev-null
tags:

View File

@@ -49,6 +49,7 @@ The OSS and Cloud variants have the same version number starting from version `0
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------------------- |
| 0.6.1 | 2024-09-20 | [45715](https://github.com/airbytehq/airbyte/pull/45715) | add destination to cloud registry |
| 0.6.0 | 2024-09-18 | [45651](https://github.com/airbytehq/airbyte/pull/45651) | merge destination-e2e(OSS) and destination-dev-null(cloud) |
| 0.5.0 | 2024-09-18 | [45650](https://github.com/airbytehq/airbyte/pull/45650) | upgrade cdk |
| 0.4.1 | 2024-09-18 | [45649](https://github.com/airbytehq/airbyte/pull/45649) | convert test code to kotlin |