Skip to content

Commit

Permalink
Upgrade the base image to the latest version in metadata.yaml
Browse files Browse the repository at this point in the history
PATCH bump destination-chroma version to 0.0.18
Build destination-chroma docker image for platform(s) linux/amd64, linux/arm64
Get dependency updates
Create or update pull request on Airbyte repository
Add changelog entry
  • Loading branch information
alafanechere committed Jul 10, 2024
1 parent bc60a74 commit 85eb642
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ data:
cloud:
enabled: false
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: vectorstore
connectorType: destination
definitionId: 0b75218b-f702-4a28-85ac-34d3d84c0fc2
dockerImageTag: 0.0.17
dockerImageTag: 0.0.18
dockerRepository: airbyte/destination-chroma
githubIssueLabel: destination-chroma
icon: chroma.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "airbyte-destination-chroma"
version = "0.0.17"
version = "0.0.18"
description = "Airbyte destination implementation for Chroma."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/chroma.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18 | 2024-07-10 | [41384](https://github.com/airbytehq/airbyte/pull/41384) | Update dependencies |
| 0.0.17 | 2024-07-09 | [41165](https://github.com/airbytehq/airbyte/pull/41165) | Update dependencies |
| 0.0.16 | 2024-07-06 | [40926](https://github.com/airbytehq/airbyte/pull/40926) | Update dependencies |
| 0.0.15 | 2024-06-29 | [40634](https://github.com/airbytehq/airbyte/pull/40634) | Update dependencies |
Expand Down

0 comments on commit 85eb642

Please sign in to comment.