Skip to content

Commit 4ba58de

Browse files
authored
🐙 destination-vectara: run up-to-date pipeline [2024-08-31] (#45021)
1 parent 7c09243 commit 4ba58de

File tree

4 files changed

+53
-46
lines changed

4 files changed

+53
-46
lines changed

airbyte-integrations/connectors/destination-vectara/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
connectorSubtype: database
1414
connectorType: destination
1515
definitionId: 102900e7-a236-4c94-83e4-a4189b99adc2
16-
dockerImageTag: 0.2.20
16+
dockerImageTag: 0.2.21
1717
dockerRepository: airbyte/destination-vectara
1818
githubIssueLabel: destination-vectara
1919
icon: vectara.svg

airbyte-integrations/connectors/destination-vectara/poetry.lock

+50-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/destination-vectara/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "airbyte-destination-vectara"
7-
version = "0.2.20"
7+
version = "0.2.21"
88
description = "Airbyte destination implementation for Vectara"
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

docs/integrations/destinations/vectara.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ In addition, in the connector UI you define two set of fields for this connector
6868

6969
| Version | Date | Pull Request | Subject |
7070
|:--------| :--------- | :-------------------------------------------------------- | :----------------------------------------------------------- |
71+
| 0.2.21 | 2024-08-31 | [45021](https://github.com/airbytehq/airbyte/pull/45021) | Update dependencies |
7172
| 0.2.20 | 2024-08-24 | [44657](https://github.com/airbytehq/airbyte/pull/44657) | Update dependencies |
7273
| 0.2.19 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
7374
| 0.2.18 | 2024-08-17 | [44310](https://github.com/airbytehq/airbyte/pull/44310) | Update dependencies |

0 commit comments

Comments
 (0)