File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
airbyte-integrations/connectors/destination-kvdb
docs/integrations/destinations Expand file tree Collapse file tree 3 files changed +6
-5
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.0
37
+ LABEL io.airbyte.version=0.1.1
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.0
10
+ dockerImageTag : 0.1.1
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 @@ -4,6 +4,7 @@ The KVDB destination for Airbyte
4
4
5
5
## Changelog
6
6
7
- | Version | Date | Pull Request | Subject |
8
- | :------ | :--------- | :----------------------------------------------------- | :---------------------------- |
9
- | 0.1.0 | 2021-07-19 | [ 4786] ( https://github.com/airbytehq/airbyte/pull/4786 ) | Python Demo Destination: KVDB |
7
+ | Version | Date | Pull Request | Subject |
8
+ | :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
9
+ | 0.1.1 | 2024-02-16 | [ 35370] ( https://github.com/airbytehq/airbyte/pull/35370 ) | bump connector version to publish |
10
+ | 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