1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 destination-chroma: run up-to-date pipeline [2024-11-25] (#48668)

This commit is contained in:
Airbyte
2024-11-25 14:12:51 +02:00
committed by GitHub
parent 5456e31531
commit 70775a18e2
4 changed files with 985 additions and 1013 deletions

View File

@@ -5,11 +5,11 @@ data:
cloud:
enabled: false
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
connectorSubtype: vectorstore
connectorType: destination
definitionId: 0b75218b-f702-4a28-85ac-34d3d84c0fc2
dockerImageTag: 0.0.34
dockerImageTag: 0.0.35
dockerRepository: airbyte/destination-chroma
githubIssueLabel: destination-chroma
icon: chroma.svg

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-destination-chroma"
version = "0.0.34"
version = "0.0.35"
description = "Airbyte destination implementation for Chroma."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"

View File

@@ -77,6 +77,7 @@ You should now have all the requirements needed to configure Chroma as a destina
| Version | Date | Pull Request | Subject |
|:--------|:-----------| :-------------------------------------------------------- |:-------------------------------------------------------------|
| 0.0.35 | 2024-11-25 | [48668](https://github.com/airbytehq/airbyte/pull/48668) | Update dependencies |
| 0.0.34 | 2024-11-04 | [48236](https://github.com/airbytehq/airbyte/pull/48236) | Update dependencies |
| 0.0.33 | 2024-10-29 | [47053](https://github.com/airbytehq/airbyte/pull/47053) | Update dependencies |
| 0.0.32 | 2024-10-12 | [46434](https://github.com/airbytehq/airbyte/pull/46434) | Update dependencies |