From 5a6492173c47ef3584b2553e5e623386a10753bb Mon Sep 17 00:00:00 2001 From: shaoyue Date: Wed, 11 Dec 2024 16:46:37 +0800 Subject: [PATCH] bump version (#220) Signed-off-by: haorenfsa --- Makefile | 2 +- README.md | 6 +++--- charts/milvus-operator/Chart.yaml | 4 ++-- charts/milvus-operator/values.yaml | 2 +- deploy/manifests/deployment.yaml | 18 +++++++++--------- docs/installation/installation.md | 10 +++++----- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index 15c94b2..9a1fb0e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ IMG ?= milvusdb/milvus-operator:dev-latest TOOL_IMG ?= milvus-config-tool:dev-latest SIT_IMG ?= milvus-operator:sit -VERSION ?= 1.1.3 +VERSION ?= 1.1.4 TOOL_VERSION ?= 1.0.0 MILVUS_HELM_VERSION ?= milvus-4.2.13 RELEASE_IMG ?= milvusdb/milvus-operator:v$(VERSION) diff --git a/README.md b/README.md index 0480f0b..f4be288 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ helm -n milvus-operator upgrade --install --create-namespace milvus-operator mil Or with kubectl & raw manifests: ```shell -kubectl apply -f https://raw.githubusercontent.com/zilliztech/milvus-operator/v1.1.3/deploy/manifests/deployment.yaml +kubectl apply -f https://raw.githubusercontent.com/zilliztech/milvus-operator/v1.1.4/deploy/manifests/deployment.yaml ``` For more infomation Check [Installation Instructions](docs/installation/installation.md) @@ -135,11 +135,11 @@ Use helm: ```shell helm upgrade --install milvus-operator \ -n milvus-operator --create-namespace \ - https://github.com/zilliztech/milvus-operator/releases/download/v1.1.3/milvus-operator-1.1.3.tgz + https://github.com/zilliztech/milvus-operator/releases/download/v1.1.4/milvus-operator-1.1.4.tgz ``` Or use kubectl & raw manifests: ```shell -kubectl apply -f https://raw.githubusercontent.com/zilliztech/milvus-operator/v1.1.3/deploy/manifests/deployment.yaml +kubectl apply -f https://raw.githubusercontent.com/zilliztech/milvus-operator/v1.1.4/deploy/manifests/deployment.yaml ``` diff --git a/charts/milvus-operator/Chart.yaml b/charts/milvus-operator/Chart.yaml index 51cbf19..823c411 100644 --- a/charts/milvus-operator/Chart.yaml +++ b/charts/milvus-operator/Chart.yaml @@ -18,13 +18,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.3 +version: 1.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.1.3" +appVersion: "1.1.4" dependencies: - name: cert-manager diff --git a/charts/milvus-operator/values.yaml b/charts/milvus-operator/values.yaml index c9e89ad..21205f6 100644 --- a/charts/milvus-operator/values.yaml +++ b/charts/milvus-operator/values.yaml @@ -13,7 +13,7 @@ image: # image.pullPolicy -- The image pull policy for the controller. pullPolicy: IfNotPresent # image.tag -- The image tag whose default is the chart appVersion. - tag: "v1.1.3" + tag: "v1.1.4" # installCRDs -- If true, CRD resources will be installed as part of the Helm chart. If enabled, when uninstalling CRD resources will be deleted causing all installed custom resources to be DELETED installCRDs: true diff --git a/deploy/manifests/deployment.yaml b/deploy/manifests/deployment.yaml index c907401..1a9e78f 100644 --- a/deploy/manifests/deployment.yaml +++ b/deploy/manifests/deployment.yaml @@ -11,10 +11,10 @@ metadata: name: "milvus-operator" namespace: "milvus-operator" labels: - helm.sh/chart: milvus-operator-1.1.3 + helm.sh/chart: milvus-operator-1.1.4 app.kubernetes.io/name: milvus-operator app.kubernetes.io/instance: milvus-operator - app.kubernetes.io/version: "1.1.3" + app.kubernetes.io/version: "1.1.4" app.kubernetes.io/managed-by: Helm --- # Source: milvus-operator/templates/crds.yaml @@ -15833,10 +15833,10 @@ kind: Service metadata: labels: service-kind: metrics - helm.sh/chart: milvus-operator-1.1.3 + helm.sh/chart: milvus-operator-1.1.4 app.kubernetes.io/name: milvus-operator app.kubernetes.io/instance: milvus-operator - app.kubernetes.io/version: "1.1.3" + app.kubernetes.io/version: "1.1.4" app.kubernetes.io/managed-by: Helm name: 'milvus-operator-metrics-service' namespace: "milvus-operator" @@ -15854,10 +15854,10 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: milvus-operator-1.1.3 + helm.sh/chart: milvus-operator-1.1.4 app.kubernetes.io/name: milvus-operator app.kubernetes.io/instance: milvus-operator - app.kubernetes.io/version: "1.1.3" + app.kubernetes.io/version: "1.1.4" app.kubernetes.io/managed-by: Helm name: 'milvus-operator-webhook-service' namespace: "milvus-operator" @@ -15876,10 +15876,10 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: - helm.sh/chart: milvus-operator-1.1.3 + helm.sh/chart: milvus-operator-1.1.4 app.kubernetes.io/name: milvus-operator app.kubernetes.io/instance: milvus-operator - app.kubernetes.io/version: "1.1.3" + app.kubernetes.io/version: "1.1.4" app.kubernetes.io/managed-by: Helm name: "milvus-operator" namespace: "milvus-operator" @@ -15910,7 +15910,7 @@ spec: - --webhook=false command: - /manager - image: 'milvusdb/milvus-operator:v1.1.3' + image: 'milvusdb/milvus-operator:v1.1.4' imagePullPolicy: "IfNotPresent" livenessProbe: httpGet: diff --git a/docs/installation/installation.md b/docs/installation/installation.md index 3c3478f..7de31c7 100644 --- a/docs/installation/installation.md +++ b/docs/installation/installation.md @@ -12,7 +12,7 @@ For quick start, install with one line command: ```shell helm install milvus-operator \ -n milvus-operator --create-namespace \ - https://github.com/zilliztech/milvus-operator/releases/download/v1.1.3/milvus-operator-1.1.3.tgz + https://github.com/zilliztech/milvus-operator/releases/download/v1.1.4/milvus-operator-1.1.4.tgz ``` If you already have `cert-manager` v1.0+ installed which is not in its default configuration, you may encounter some error with the check of cert-manager installation. you can install with special options to disable the check: @@ -20,7 +20,7 @@ If you already have `cert-manager` v1.0+ installed which is not in its default c ``` helm install milvus-operator \ -n milvus-operator --create-namespace \ - https://github.com/zilliztech/milvus-operator/releases/download/v1.1.3/milvus-operator-1.1.3.tgz \ + https://github.com/zilliztech/milvus-operator/releases/download/v1.1.4/milvus-operator-1.1.4.tgz \ --set checker.disableCertManagerCheck=true ``` @@ -39,7 +39,7 @@ use helm commands to upgrade earlier milvus-operator to current version: ```shell helm upgrade -n milvus-operator milvus-operator --reuse-values \ - https://github.com/zilliztech/milvus-operator/releases/download/v1.1.3/milvus-operator-1.1.3.tgz + https://github.com/zilliztech/milvus-operator/releases/download/v1.1.4/milvus-operator-1.1.4.tgz ``` ## Delete operator @@ -62,7 +62,7 @@ If you don't want to use helm you can also install with kubectl and raw manifest ## Installation It is recommended to install the milvus operator with a newest stable version ```shell -kubectl apply -f https://github.com/zilliztech/milvus-operator/v1.1.3/deploy/manifests/deployment.yaml +kubectl apply -f https://github.com/zilliztech/milvus-operator/v1.1.4/deploy/manifests/deployment.yaml ``` Check the installed operators: @@ -85,7 +85,7 @@ Same as installation, you can update the milvus operator with a newer version by Delete the milvus operator stack by the deployment manifest: ```shell -kubectl delete -f https://github.com/zilliztech/milvus-operator/v1.1.3/deploy/manifests/deployment.yaml +kubectl delete -f https://github.com/zilliztech/milvus-operator/v1.1.4/deploy/manifests/deployment.yaml ``` Or delete the milvus operator stack by using makefile: