Skip to content

Commit

Permalink
destination-kvdb bump to publish (#35381)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored and xiaohansong committed Feb 27, 2024
1 parent fd9f2f1 commit 96dfd25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.0
LABEL io.airbyte.version=0.1.1
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.0
dockerImageTag: 0.1.1
dockerRepository: airbyte/destination-kvdb
githubIssueLabel: destination-kvdb
icon: kvdb.svg
Expand Down
7 changes: 4 additions & 3 deletions docs/integrations/destinations/kvdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The KVDB destination for Airbyte

## Changelog

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :----------------------------------------------------- | :---------------------------- |
| 0.1.0 | 2021-07-19 | [4786](https://github.com/airbytehq/airbyte/pull/4786) | Python Demo Destination: KVDB |
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
| 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 96dfd25

Please sign in to comment.