From 3bbc0fa560f60c56dc9f7abab94f77feef8b52c1 Mon Sep 17 00:00:00 2001 From: congqixia Date: Fri, 16 May 2025 18:06:21 +0800 Subject: [PATCH] enhance: [StorageV2] update storage to pass endpoint as-is (#41889) Related to milvus-io/milvus-storage#190 Signed-off-by: Congqi Xia --- internal/core/thirdparty/milvus-storage/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/thirdparty/milvus-storage/CMakeLists.txt b/internal/core/thirdparty/milvus-storage/CMakeLists.txt index e2a022b2f5..04dad10678 100644 --- a/internal/core/thirdparty/milvus-storage/CMakeLists.txt +++ b/internal/core/thirdparty/milvus-storage/CMakeLists.txt @@ -14,7 +14,7 @@ # Update milvus-storage_VERSION for the first occurrence milvus_add_pkg_config("milvus-storage") set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "") -set( milvus-storage_VERSION 7adf4bd ) +set( milvus-storage_VERSION d04ae52 ) set( GIT_REPOSITORY "https://github.com/milvus-io/milvus-storage.git") message(STATUS "milvus-storage repo: ${GIT_REPOSITORY}") message(STATUS "milvus-storage version: ${milvus-storage_VERSION}")