File tree 3 files changed +3
-2
lines changed
airbyte-integrations/connectors/destination-kvdb
docs/integrations/destinations
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ COPY destination_kvdb ./destination_kvdb
34
34
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
35
35
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
36
36
37
- LABEL io.airbyte.version=0.1.1
37
+ LABEL io.airbyte.version=0.1.2
38
38
LABEL io.airbyte.name=airbyte/destination-kvdb
Original file line number Diff line number Diff line change 7
7
connectorSubtype : api
8
8
connectorType : destination
9
9
definitionId : f2e549cd-8e2a-48f8-822d-cc13630eb42d
10
- dockerImageTag : 0.1.1
10
+ dockerImageTag : 0.1.2
11
11
dockerRepository : airbyte/destination-kvdb
12
12
githubIssueLabel : destination-kvdb
13
13
icon : kvdb.svg
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ The KVDB destination for Airbyte
6
6
7
7
| Version | Date | Pull Request | Subject |
8
8
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
9
+ | 0.1.2 | 2024-02-19 | [ 35422] ( https://github.com/airbytehq/airbyte/pull/35422 ) | bump connector version to publish |
9
10
| 0.1.1 | 2024-02-16 | [ 35370] ( https://github.com/airbytehq/airbyte/pull/35370 ) | bump connector version to publish |
10
11
| 0.1.0 | 2021-07-19 | [ 4786] ( https://github.com/airbytehq/airbyte/pull/4786 ) | Python Demo Destination: KVDB |
You can’t perform that action at this time.
0 commit comments