Skip to content

Commit

Permalink
Bump destination-kvdb again to test metadata for archival (#35422)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Feb 19, 2024
1 parent fbbf8fe commit 15f1d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY destination_kvdb ./destination_kvdb
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/destination-kvdb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: destination
definitionId: f2e549cd-8e2a-48f8-822d-cc13630eb42d
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
dockerRepository: airbyte/destination-kvdb
githubIssueLabel: destination-kvdb
icon: kvdb.svg
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/kvdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ The KVDB destination for Airbyte

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
| 0.1.2 | 2024-02-19 | [35422](https://github.com/airbytehq/airbyte/pull/35422) | bump connector version to publish |
| 0.1.1 | 2024-02-16 | [35370](https://github.com/airbytehq/airbyte/pull/35370) | bump connector version to publish |
| 0.1.0 | 2021-07-19 | [4786](https://github.com/airbytehq/airbyte/pull/4786) | Python Demo Destination: KVDB |

0 comments on commit 15f1d99

Please sign in to comment.