Skip to content

Commit 90e7b48

Browse files
authored
🐙 destination-milvus: run up-to-date pipeline [2024-08-17] (#44242)
1 parent 78f8693 commit 90e7b48

File tree

4 files changed

+56
-44
lines changed

4 files changed

+56
-44
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
connectorSubtype: vectorstore
2323
connectorType: destination
2424
definitionId: 65de8962-48c9-11ee-be56-0242ac120002
25-
dockerImageTag: 0.0.26
25+
dockerImageTag: 0.0.27
2626
dockerRepository: airbyte/destination-milvus
2727
githubIssueLabel: destination-milvus
2828
icon: milvus.svg

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

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

airbyte-integrations/connectors/destination-milvus/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-milvus"
7-
version = "0.0.26"
7+
version = "0.0.27"
88
description = "Airbyte destination implementation for Milvus."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

docs/integrations/destinations/milvus.md

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ vector_store.similarity_search("test")
116116

117117
| Version | Date | Pull Request | Subject |
118118
| :------ | :--------- | :-------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- |
119+
| 0.0.27 | 2024-08-17 | [44242](https://github.com/airbytehq/airbyte/pull/44242) | Update dependencies |
119120
| 0.0.26 | 2024-08-12 | [43776](https://github.com/airbytehq/airbyte/pull/43776) | Update dependencies |
120121
| 0.0.25 | 2024-08-10 | [43619](https://github.com/airbytehq/airbyte/pull/43619) | Update dependencies |
121122
| 0.0.24 | 2024-08-03 | [43111](https://github.com/airbytehq/airbyte/pull/43111) | Update dependencies |

0 commit comments

Comments
 (0)