You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update version in Chart.yaml and values.yaml
* Update ShardingSphere version in docs
* Fix missed block mapping in index doc
* Update operator version in docs
* Recover _index.en.md
* Update release notes for 0.1.2
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## 0.1.2
2
+
3
+
### New Feature
4
+
5
+
1. Provide Grafana dashboard template for ShardingSphere-Operator metrics.
6
+
1. Updating and renaming renaming apache-shardingsphere-operator-cluster-charts to apache-shardingsphere-operator-charts, which supports deploying operator and cluster at the same time.
7
+
8
+
### Enhancement
9
+
10
+
1. Support monitoring metrics for ShardingSphere-Operator.
11
+
1. Support more parameters about health check, CloudWatch and alerts when deploying ShardingSphere clusters with Terraform and AWS CloudFormation.
Copy file name to clipboardExpand all lines: charts/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Helm Charts
3
3
4
4
## Current Status
5
5
6
-
Currently, either the [ShardingSphere Helm Charts](https://github.com/apache/shardingsphere-on-cloud/tree/main/charts/apache-shardingsphere-proxy-charts) and the [ShardingSphere Operator](https://github.com/apache/shardingsphere-on-cloud/tree/main/shardingsphere-operator) make up the latest version as (5.3.0) of ShardingSphere Proxy.
6
+
Currently, either the [ShardingSphere Helm Charts](https://github.com/apache/shardingsphere-on-cloud/tree/main/charts/apache-shardingsphere-proxy-charts) and the [ShardingSphere Operator](https://github.com/apache/shardingsphere-on-cloud/tree/main/shardingsphere-operator) make up the latest version as (5.3.1) of ShardingSphere Proxy.
7
7
8
8
### Requirements
9
9
@@ -19,7 +19,7 @@ ShardingSphere Helm Charts uses [Helm](https://helm.sh/) to provide guidance for
19
19
20
20
### Quick Start
21
21
22
-
Please follow these [instructions](./apache-shardingsphere-proxy-charts/README.md) to deploy a ShardingSphere cluster with version 5.3.0.
22
+
Please follow these [instructions](./apache-shardingsphere-proxy-charts/README.md) to deploy a ShardingSphere cluster with version 5.3.1.
|`proxyCluster.replicaCount`| ShardingSphere-Proxy cluster starts the number of replicas, Note: After you enable automaticScaling, this parameter will no longer take effect |`3`|
41
-
|`proxyCluster.proxyVersion`| ShardingSphere-Proxy cluster version |`5.3.0`|
41
+
|`proxyCluster.proxyVersion`| ShardingSphere-Proxy cluster version |`5.3.1`|
42
42
|`proxyCluster.automaticScaling.enable`| ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled |`false`|
43
43
|`proxyCluster.automaticScaling.scaleUpWindows`| ShardingSphere-Proxy automatically scales the stable window |`30`|
44
44
|`proxyCluster.automaticScaling.scaleDownWindows`| ShardingSphere-Proxy automatically shrinks the stabilized window |`30`|
|`proxyCluster.replicaCount`| ShardingSphere-Proxy cluster starts the number of replicas, Note: After you enable automaticScaling, this parameter will no longer take effect |`3`|
55
-
|`proxyCluster.proxyVersion`| ShardingSphere-Proxy cluster version |`5.3.0`|
55
+
|`proxyCluster.proxyVersion`| ShardingSphere-Proxy cluster version |`5.3.1`|
56
56
|`proxyCluster.automaticScaling.enable`| ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled |`false`|
57
57
|`proxyCluster.automaticScaling.scaleUpWindows`| ShardingSphere-Proxy automatically scales the stable window |`30`|
58
58
|`proxyCluster.automaticScaling.scaleDownWindows`| ShardingSphere-Proxy automatically shrinks the stabilized window |`30`|
@@ -123,7 +123,7 @@ operator:
123
123
pullPolicy: IfNotPresent
124
124
## @param image.tag image tag
125
125
##
126
-
tag: "0.1.1"
126
+
tag: "0.1.2"
127
127
## @param imagePullSecrets image pull secret of private repository
128
128
## e.g:
129
129
## imagePullSecrets:
@@ -152,7 +152,7 @@ proxyCluster:
152
152
## @param proxyVersion ShardingSphere-Proxy cluster version
153
153
##
154
154
replicaCount: "3"
155
-
proxyVersion: "5.3.0"
155
+
proxyVersion: "5.3.1"
156
156
## @param automaticScaling.enable ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled
157
157
## @param automaticScaling.scaleUpWindows ShardingSphere-Proxy automatically scales the stable window
158
158
## @param automaticScaling.scaleDownWindows ShardingSphere-Proxy automatically shrinks the stabilized window
0 commit comments