Skip to content

Commit

Permalink
[Docs] change related fields to release v1.8.3 (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao authored Sep 18, 2023
1 parent 89e929c commit 1145019
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## [v1.8.3](https://github.com/StarRocks/starrocks-kubernetes-operator/releases/tag/v1.8.3)

This is a minor release of StarRocks Kubernetes Operator.

### What's New

1. **[operator] Set proxy_read_timeout 600s:** We have set proxy_read_timeout to 600s in nginx.conf, because the
default value is 60s, which may cause timeout.
2. **[chart] Add JAVA_OPTS_FOR_JDK_11 in FE config:** We have added JAVA_OPTS_FOR_JDK_11 in FE config, because the
default value is not suitable for JDK 11. **If you used the default config of FE in values.yaml, Upgrading to v1.8.3
will cause the pods of FE to restart.**
3. **[chart] Allow user to specify serviceAccount for operator:** By default the operator chart will create a
serviceAccount for the operator, named starrocks. But if you want to use an existing serviceAccount, you can specify
it in values.yaml.
4. **[operator] Support `Ports` for feProxy component:** We have supported `Ports` for feProxy component, allowing
users to specify the nodePort of feProxy service.
5. **[operator] Add namespace flag:** It makes operator watch resources in a single namespace instead of all namespaces
in the cluster. In most cases, you should not set this value. If your kubernetes cluster manages too many nodes, and
operator watching all namespaces use too many memory resources, you can set this value.

## [v1.8.2](https://github.com/StarRocks/starrocks-kubernetes-operator/releases/tag/v1.8.2)

This is a minor release of StarRocks Kubernetes Operator, a project that aims to provide a Kubernetes-native way to
Expand Down
4 changes: 2 additions & 2 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
kubectl.kubernetes.io/default-container: manager
labels:
app: kube-starrocks-operator
version: 1.8.2
version: 1.8.3
spec:
automountServiceAccountToken: true
containers:
Expand All @@ -182,7 +182,7 @@ spec:
env:
- name: TZ
value: Asia/Shanghai
image: "starrocks/operator:v1.8.2"
image: "starrocks/operator:v1.8.3"
imagePullPolicy: Always
name: manager
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/charts/kube-starrocks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 1.8.3

# 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
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/charts/kube-starrocks/charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 1.8.3

# 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.2
appVersion: 1.8.3

kubeVersion: ">=1.18.3-0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ starrocksOperator:
image:
# image sliced by "repository:tag"
repository: starrocks/operator
tag: v1.8.2
tag: v1.8.3
imagePullPolicy: Always
replicaCount: 1
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 1.8.3

# 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
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/charts/kube-starrocks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ operator:
image:
# image sliced by "repository:tag"
repository: starrocks/operator
tag: v1.8.2
tag: v1.8.3
imagePullPolicy: Always
replicaCount: 1
resources:
Expand Down
83 changes: 82 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
apiVersion: v1
entries:
kube-starrocks:
- apiVersion: v2
appVersion: 3.1-latest
created: "2023-09-18T10:42:37.983377+08:00"
description: kube-starrocks includes two subcharts, operator and starrocks
digest: 19eb3a3ce7e4fc4b70287eb5688f5bbc967505548407414584041aa062c0a153
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: [email protected]
name: Kevin Cai
- email: [email protected]
name: SidaShen
- email: [email protected]
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.3/kube-starrocks-1.8.3.tgz
version: 1.8.3
- apiVersion: v2
appVersion: 3.1-latest
created: "2023-09-07T11:04:45.002009+08:00"
Expand Down Expand Up @@ -171,6 +198,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.3
created: "2023-09-18T10:42:40.296718+08:00"
description: A Helm chart for StarRocks operator
digest: fcc7afc94169cc9e530c5f8d65a38630f38d50acc59a23fba2e9b1651e446248
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: [email protected]
name: Kevin Cai
- email: [email protected]
name: SidaShen
- email: [email protected]
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.3/operator-1.8.3.tgz
version: 1.8.3
- apiVersion: v2
appVersion: 1.8.2
created: "2023-09-07T11:04:47.396031+08:00"
Expand Down Expand Up @@ -253,6 +307,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-09-18T10:42:42.680705+08:00"
description: A Helm chart for StarRocks cluster
digest: ec3903a8c060db53f14d39a678b0a0c692ad1c311f074b59d27c33233b6ac8e9
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: [email protected]
name: Kevin Cai
- email: [email protected]
name: SidaShen
- email: [email protected]
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.3/starrocks-1.8.3.tgz
version: 1.8.3
- apiVersion: v2
appVersion: 3.1-latest
created: "2023-09-07T11:04:49.783934+08:00"
Expand Down Expand Up @@ -334,4 +415,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-09-07T11:04:49.782607+08:00"
generated: "2023-09-18T10:42:42.679933+08:00"

0 comments on commit 1145019

Please sign in to comment.