From dfcff0184c97205b5220f74054e4dbe87fdaaab3 Mon Sep 17 00:00:00 2001 From: Nian Liu Date: Tue, 26 Dec 2023 12:05:30 +0800 Subject: [PATCH 1/2] update file link --- README.md | 2 +- README_OSS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc0699..1483905 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For self-hosted Milvus the setup is similar. Complete the following steps to download the kafka-connect-milvus plugin. -1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases/tag/v0.1.0). +1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases). ## Step 2: Configure Confluent Cloud and Zilliz Cloud diff --git a/README_OSS.md b/README_OSS.md index 526436d..17b5b7a 100644 --- a/README_OSS.md +++ b/README_OSS.md @@ -5,7 +5,7 @@ Cloud to ingest vector data. Complete the following steps to download the kafka-connect-milvus plugin. -1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases/tag/v0.1.0). +1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases). ## Step 2: Download Kafka 1. Download the latest kafka from [here](https://kafka.apache.org/downloads). From 6b23f9437eb45bfb92bc4d91490a19ee821d692b Mon Sep 17 00:00:00 2001 From: Nian Liu Date: Mon, 8 Apr 2024 17:18:34 +0800 Subject: [PATCH 2/2] upgrade project version to 0.1.2 to resolve CVE issue --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f3a83c5..25c7d58 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ https://github.com/zilliztech/kafka-connect-milvus - 0.1.1 + 0.1.2 https://packages.confluent.io/maven/ @@ -89,7 +89,7 @@ io.netty netty-codec-http2 - 4.1.100.Final + 4.1.108.Final org.codehaus.plexus