diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9f29a1..9d2e4c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## [v1.8.8](https://github.com/StarRocks/starrocks-kubernetes-operator/releases/tag/v1.8.8) + +Release Notes for starrocks-kubernetes-operator v1.8.8 + +We are pleased to announce the release of starrocks-kubernetes-operator v1.8.8. + +### BugFix + +1. When add annotations by `spec.StarRocksFeSpec/StarRocksBeSpec/StarRocksCnSpec.service` field, Operator should not + annotate on search(internal) service. + +We encourage you to update to this new version and benefit from these improvements. As always, your feedback is very +welcome. + ## [v1.8.7](https://github.com/StarRocks/starrocks-kubernetes-operator/releases/tag/v1.8.7) Release Notes for starrocks-kubernetes-operator v1.8.7 diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 7790e418..64570a9c 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -171,7 +171,7 @@ spec: kubectl.kubernetes.io/default-container: manager labels: app: kube-starrocks-operator - version: 1.8.7 + version: 1.8.8 spec: automountServiceAccountToken: true containers: @@ -182,7 +182,7 @@ spec: env: - name: TZ value: Asia/Shanghai - image: "starrocks/operator:v1.8.7" + image: "starrocks/operator:v1.8.8" imagePullPolicy: Always name: manager securityContext: diff --git a/helm-charts/charts/kube-starrocks/Chart.yaml b/helm-charts/charts/kube-starrocks/Chart.yaml index 5dbcf8fb..2357842f 100644 --- a/helm-charts/charts/kube-starrocks/Chart.yaml +++ b/helm-charts/charts/kube-starrocks/Chart.yaml @@ -25,7 +25,7 @@ maintainers: # 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.8.7 +version: 1.8.8 # 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 diff --git a/helm-charts/charts/kube-starrocks/charts/operator/Chart.yaml b/helm-charts/charts/kube-starrocks/charts/operator/Chart.yaml index 348d65cb..c672e25d 100644 --- a/helm-charts/charts/kube-starrocks/charts/operator/Chart.yaml +++ b/helm-charts/charts/kube-starrocks/charts/operator/Chart.yaml @@ -25,13 +25,13 @@ maintainers: # 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.8.7 +version: 1.8.8 # 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.8.7 +appVersion: 1.8.8 kubeVersion: ">=1.18.3-0" diff --git a/helm-charts/charts/kube-starrocks/charts/operator/values.yaml b/helm-charts/charts/kube-starrocks/charts/operator/values.yaml index 9aa0b226..d5e4a23a 100644 --- a/helm-charts/charts/kube-starrocks/charts/operator/values.yaml +++ b/helm-charts/charts/kube-starrocks/charts/operator/values.yaml @@ -32,7 +32,7 @@ starrocksOperator: image: # image sliced by "repository:tag" repository: starrocks/operator - tag: v1.8.7 + tag: v1.8.8 imagePullPolicy: Always replicaCount: 1 resources: diff --git a/helm-charts/charts/kube-starrocks/charts/starrocks/Chart.yaml b/helm-charts/charts/kube-starrocks/charts/starrocks/Chart.yaml index b58a2170..9df9a42c 100644 --- a/helm-charts/charts/kube-starrocks/charts/starrocks/Chart.yaml +++ b/helm-charts/charts/kube-starrocks/charts/starrocks/Chart.yaml @@ -25,7 +25,7 @@ maintainers: # 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.8.7 +version: 1.8.8 # 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 diff --git a/helm-charts/charts/kube-starrocks/values.yaml b/helm-charts/charts/kube-starrocks/values.yaml index eaf3985d..83fd861d 100644 --- a/helm-charts/charts/kube-starrocks/values.yaml +++ b/helm-charts/charts/kube-starrocks/values.yaml @@ -39,7 +39,7 @@ operator: image: # image sliced by "repository:tag" repository: starrocks/operator - tag: v1.8.7 + tag: v1.8.8 imagePullPolicy: Always replicaCount: 1 resources: diff --git a/index.yaml b/index.yaml index 6bbcbbbf..e7461ece 100644 --- a/index.yaml +++ b/index.yaml @@ -1,6 +1,33 @@ apiVersion: v1 entries: kube-starrocks: + - apiVersion: v2 + appVersion: 3.1-latest + created: "2023-12-19T14:04:37.124666+08:00" + description: kube-starrocks includes two subcharts, operator and starrocks + digest: d128668f16ae3a6202fee0619e6c03ca631a38e3bb50b784d6d5b1c143ac8657 + home: https://github.com/StarRocks/starrocks-kubernetes-operator + icon: https://avatars.githubusercontent.com/u/88238841 + keywords: + - operator + - starrocks + - database + - olap + kubeVersion: '>=1.18.3-0' + maintainers: + - email: caixiaohua@starrocks.com + name: Kevin Cai + - email: shensida@starrocks.com + name: SidaShen + - email: yandongxiao@starrocks.com + name: Dongxiao Yan + name: kube-starrocks + sources: + - https://github.com/StarRocks/starrocks + type: application + urls: + - https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.8/kube-starrocks-1.8.8.tgz + version: 1.8.8 - apiVersion: v2 appVersion: 3.1-latest created: "2023-11-20T19:35:23.793957+08:00" @@ -306,6 +333,33 @@ entries: - https://github.com/StarRocks/helm-charts/releases/download/kube-starrocks-1.6.1/kube-starrocks-1.6.1.tgz version: 1.6.1 operator: + - apiVersion: v2 + appVersion: 1.8.8 + created: "2023-12-19T14:04:39.39445+08:00" + description: A Helm chart for StarRocks operator + digest: 5b0d57f73a63f3ba07d74579783a925934cf90e79d4758297cc0ff454b6c5d28 + home: https://github.com/StarRocks/starrocks-kubernetes-operator + icon: https://avatars.githubusercontent.com/u/88238841 + keywords: + - operator + - starrocks + - database + - olap + kubeVersion: '>=1.18.3-0' + maintainers: + - email: caixiaohua@starrocks.com + name: Kevin Cai + - email: shensida@starrocks.com + name: SidaShen + - email: yandongxiao@starrocks.com + name: Dongxiao Yan + name: operator + sources: + - https://github.com/StarRocks/starrocks + type: application + urls: + - https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.8/operator-1.8.8.tgz + version: 1.8.8 - apiVersion: v2 appVersion: 1.8.7 created: "2023-11-20T19:35:26.003284+08:00" @@ -523,6 +577,33 @@ entries: - https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.0/operator-1.8.0.tgz version: 1.8.0 starrocks: + - apiVersion: v2 + appVersion: 3.1-latest + created: "2023-12-19T14:04:41.634167+08:00" + description: A Helm chart for StarRocks cluster + digest: 8338731dd3a4c2e24964f560cae7ff8f8ea8e03b847cd888af7061baf2f90ed0 + home: https://github.com/StarRocks/starrocks-kubernetes-operator + icon: https://avatars.githubusercontent.com/u/88238841 + keywords: + - operator + - starrocks + - database + - olap + kubeVersion: '>=1.18.3-0' + maintainers: + - email: caixiaohua@starrocks.com + name: Kevin Cai + - email: shensida@starrocks.com + name: SidaShen + - email: yandongxiao@starrocks.com + name: Dongxiao Yan + name: starrocks + sources: + - https://github.com/StarRocks/starrocks + type: application + urls: + - https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.8/starrocks-1.8.8.tgz + version: 1.8.8 - apiVersion: v2 appVersion: 3.1-latest created: "2023-11-20T19:35:28.278734+08:00" @@ -739,4 +820,4 @@ entries: urls: - https://github.com/StarRocks/starrocks-kubernetes-operator/releases/download/v1.8.0/starrocks-1.8.0.tgz version: 1.8.0 -generated: "2023-11-20T19:35:28.27701+08:00" +generated: "2023-12-19T14:04:41.633353+08:00"