Unverified Commit bfb277d1 authored by Jin Hai's avatar Jin Hai Committed by GitHub
Browse files

Update to 0.8.0 (#1918)



* Create new branch 0.8.0 and change preload_table to preload_collection

Signed-off-by: default avatarjinhai <hai.jin@zilliz.com>

* Fix format

Signed-off-by: default avatarJinHai-CN <hai.jin@zilliz.com>

* Update CHANGELOG

Signed-off-by: default avatarjinhai <hai.jin@zilliz.com>

* Update CHANGELOG

Signed-off-by: default avatarjinhai <hai.jin@zilliz.com>

* update helm version

Signed-off-by: default avatarzw <zw@zilliz.com>

* Update CHANGELOG

Signed-off-by: default avatarjinhai <hai.jin@zilliz.com>

Co-authored-by: default avatarzw <zw@zilliz.com>
parent 1f6af88c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ Please mark all change in change log and use the issue from GitHub
-   MS-65 Implement GetTableRowCount interface
-   MS-45 Implement DeleteTable interface
-   MS-75 cmake: change faiss version to 1.5.2; add CUDA gencode
-   MS-81 fix faiss ptx issue; change cuda gencode
-   MS-81 Fix faiss ptx issue; change cuda gencode
-   MS-84 cmake: add arrow, jemalloc and jsoncons third party; default build option OFF
-   MS-85 add NetIO metric
-   MS-96 add new query interface for specified files
@@ -698,9 +698,9 @@ Please mark all change in change log and use the issue from GitHub
-   MS-16 Implement metrics without prometheus
-   MS-21 Implement SDK interface part 2
-   MS-26 CMake. Add thirdparty packages
-   MS-31 cmake: add prometheus
-   MS-31 CMake: add prometheus
-   MS-33 cmake: add -j4 to make third party packages build faster
-   MS-27 support gpu config and disable license build config in cmake
-   MS-27 Support gpu config and disable license build config in cmake
-   MS-47 Add query vps metrics
-   MS-37 Add query, cache usage, disk write speed and file data size metrics
-   MS-30 Use faiss v1.5.2
+5 −5
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ dir ('milvus-helm') {
    sh 'helm version'
    sh 'helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts'
    sh 'helm repo update'
    checkout([$class: 'GitSCM', branches: [[name: "master"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/master:refs/remotes/origin/master"]]])
    checkout([$class: 'GitSCM', branches: [[name: "0.8.0"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/0.8.0:refs/remotes/origin/0.8.0"]]])
    sh "helm install --wait --timeout 600s --set image.repository=registry.zilliz.com/milvus/engine --set image.tag=${DOCKER_VERSION} --set image.pullPolicy=Always --set service.type=ClusterIP -f ci/db_backend/mysql_${BINARY_VERSION}_values.yaml -f ci/filebeat/values.yaml --namespace milvus ${env.HELM_RELEASE_NAME} ."
}

@@ -16,7 +16,7 @@ load "ci/jenkins/step/cleanupSingleDev.groovy"

if (!fileExists('milvus-helm')) {
    dir ("milvus-helm") {
        checkout([$class: 'GitSCM', branches: [[name: "master"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/master:refs/remotes/origin/master"]]])
        checkout([$class: 'GitSCM', branches: [[name: "0.8.0"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/0.8.0:refs/remotes/origin/0.8.0"]]])
    }
}
dir ("milvus-helm") {
+4 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ dir ('milvus-helm') {
    sh 'helm version'
    sh 'helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts'
    sh 'helm repo update'
    checkout([$class: 'GitSCM', branches: [[name: "master"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/master:refs/remotes/origin/master"]]])
    checkout([$class: 'GitSCM', branches: [[name: "0.8.0"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/0.8.0:refs/remotes/origin/0.8.0"]]])
    sh "helm install --wait --timeout 600s --set image.repository=registry.zilliz.com/milvus/engine --set image.tag=${DOCKER_VERSION} --set image.pullPolicy=Always --set service.type=ClusterIP -f ci/db_backend/mysql_${BINARY_VERSION}_values.yaml -f ci/filebeat/values.yaml --namespace milvus ${env.HELM_RELEASE_NAME} ."
}

+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ if (MILVUS_VERSION_MAJOR STREQUAL ""
        OR MILVUS_VERSION_MINOR STREQUAL ""
        OR MILVUS_VERSION_PATCH STREQUAL "")
    message(WARNING "Failed to determine Milvus version from git branch name")
    set(MILVUS_VERSION "0.7.1")
    set(MILVUS_VERSION "0.8.0")
endif ()

message(STATUS "Build version = ${MILVUS_VERSION}")
+4 −4
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
# or implied. See the License for the specific language governing permissions and limitations under the License.

version: 0.2
version: 0.3

#----------------------+------------------------------------------------------------+------------+-----------------+
# Server Config        | Description                                                | Type       | Default         |
@@ -42,8 +42,8 @@ server_config:
#                      | Keep 'dialect://:@:/', 'dialect' can be either 'sqlite' or |            |                 |
#                      | 'mysql', replace other texts with real values.             |            |                 |
#----------------------+------------------------------------------------------------+------------+-----------------+
# preload_table        | A comma-separated list of table names that need to be pre- | StringList |                 |
#                      | loaded when Milvus server starts up.                       |            |                 |
# preload_collection   | A comma-separated list of collection names that need to    | StringList |                 |
#                      | be pre-loaded when Milvus server starts up.                |            |                 |
#                      | '*' means preload all existing tables (single-quote or     |            |                 |
#                      | double-quote required).                                    |            |                 |
#----------------------+------------------------------------------------------------+------------+-----------------+
@@ -53,7 +53,7 @@ server_config:
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
  backend_url: sqlite://:@:/
  preload_table:
  preload_collection:
  auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
Loading