Skip to content

Commit 3a4cd58

Browse files
authored
0.1.2 release (#171)
* 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
1 parent 1e91091 commit 3a4cd58

File tree

13 files changed

+43
-23
lines changed

13 files changed

+43
-23
lines changed

RELEASE-NOTES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
12+
1. Support HuaweiCloud with Terraform.
13+
14+
### Change Log
15+
16+
1. [MILESTONE](https://github.com/apache/shardingsphere-on-cloud/milestone/5)
17+
18+
119
## 0.1.1
220

321
### New Feature

charts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Helm Charts
33

44
## Current Status
55

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.
77

88
### Requirements
99

@@ -19,7 +19,7 @@ ShardingSphere Helm Charts uses [Helm](https://helm.sh/) to provide guidance for
1919

2020
### Quick Start
2121

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.
2323

2424

2525
## ShardingSphere-Cluster Operator Helm Charts
@@ -28,5 +28,5 @@ The ShardingSphere-Cluster Operator uses predefined CustomResourceDefinitions fo
2828

2929
### Quick Start
3030

31-
Please follows [instructions](apache-shardingsphere-operator-charts/README.md) to deploy a ShardingSphere cluster with version 5.3.0.
31+
Please follows [instructions](apache-shardingsphere-operator-charts/README.md) to deploy a ShardingSphere cluster with version 5.3.1.
3232

charts/apache-shardingsphere-operator-charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dependencies:
2929
- bitnami-common
3030
version: 1.16.1
3131
type: application
32-
version: 0.1.1
33-
appVersion: "5.3.0"
32+
version: 0.1.2
33+
appVersion: "5.3.1"

charts/apache-shardingsphere-operator-charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ helm unstall [RELEASE_NAME]
2828
| `operator.replicaCount` | operator replica count | `2` |
2929
| `operator.image.repository` | operator image name | `ghcr.io/apache/shardingsphere-on-cloud/apache-shardingsphere-operator` |
3030
| `operator.image.pullPolicy` | image pull policy | `IfNotPresent` |
31-
| `operator.image.tag` | image tag | `0.1.1` |
31+
| `operator.image.tag` | image tag | `0.1.2` |
3232
| `operator.imagePullSecrets` | image pull secret of private repository | `[]` |
3333
| `operator.resources` | operator Resources required by the operator | `{}` |
3434
| `operator.health.healthProbePort` | operator health check port | `8081` |
@@ -38,7 +38,7 @@ helm unstall [RELEASE_NAME]
3838
| Name | Description | Value |
3939
|--------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |-------------|
4040
| `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` |
4242
| `proxyCluster.automaticScaling.enable` | ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled | `false` |
4343
| `proxyCluster.automaticScaling.scaleUpWindows` | ShardingSphere-Proxy automatically scales the stable window | `30` |
4444
| `proxyCluster.automaticScaling.scaleDownWindows` | ShardingSphere-Proxy automatically shrinks the stabilized window | `30` |

charts/apache-shardingsphere-operator-charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ operator:
3434
pullPolicy: IfNotPresent
3535
## @param image.tag image tag
3636
##
37-
tag: "0.1.1"
37+
tag: "0.1.2"
3838
## @param imagePullSecrets image pull secret of private repository
3939
## e.g:
4040
## imagePullSecrets:
@@ -63,7 +63,7 @@ proxyCluster:
6363
## @param proxyVersion ShardingSphere-Proxy cluster version
6464
##
6565
replicaCount: "3"
66-
proxyVersion: "5.3.0"
66+
proxyVersion: "5.3.1"
6767
## @param automaticScaling.enable ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled
6868
## @param automaticScaling.scaleUpWindows ShardingSphere-Proxy automatically scales the stable window
6969
## @param automaticScaling.scaleDownWindows ShardingSphere-Proxy automatically shrinks the stabilized window

charts/apache-shardingsphere-proxy-charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#
1717

1818
apiVersion: v2
19-
appVersion: 5.3.0
19+
appVersion: 5.3.1
2020
name: apache-shardingsphere-proxy-charts
2121
description: A Helm chart for ShardingSphere-Proxy-Cluster
22-
version: 0.1.1
22+
version: 0.1.2
2323
maintainers:
2424
- name: dev@shardingsphere.apache.org
2525
dependencies:

charts/apache-shardingsphere-proxy-charts/charts/governance/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ version: 1.0.0
3838
# incremented each time you make changes to the application. Versions are not expected to
3939
# follow Semantic Versioning. They should reflect the version the application is using.
4040
# It is recommended to use it with quotes.
41-
appVersion: "5.1.2"
41+
appVersion: "5.3.1"
4242
maintainers:
4343
- name: dev@shardingsphere.apache.org
4444
dependencies:

charts/apache-shardingsphere-proxy-charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ compute:
6969
pullPolicy: IfNotPresent
7070
## Overrides the image tag whose default is the chart appVersion.
7171
##
72-
tag: "5.3.0"
72+
tag: "5.3.1"
7373
## @param compute.imagePullSecrets Specify docker-registry secret names as an array
7474
## e.g:
7575
## imagePullSecrets:

docs/content/operation-guide/operator/_index.cn.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n sha
4141
| `operator.replicaCount` | operator replica count | `2` |
4242
| `operator.image.repository` | operator image name | `ghcr.io/apache/shardingsphere-on-cloud/apache-shardingsphere-operator` |
4343
| `operator.image.pullPolicy` | image pull policy | `IfNotPresent` |
44-
| `operator.image.tag` | image tag | `0.1.1` |
44+
| `operator.image.tag` | image tag | `0.1.2` |
4545
| `operator.imagePullSecrets` | image pull secret of private repository | `[]` |
4646
| `operator.resources` | operator Resources required by the operator | `{}` |
4747
| `operator.health.healthProbePort` | operator health check port | `8081` |
@@ -122,7 +122,7 @@ operator:
122122
pullPolicy: IfNotPresent
123123
## @param image.tag image tag
124124
##
125-
tag: "0.1.1"
125+
tag: "0.1.2"
126126
## @param imagePullSecrets image pull secret of private repository
127127
## e.g:
128128
## imagePullSecrets:
@@ -151,7 +151,7 @@ proxyCluster:
151151
## @param proxyVersion ShardingSphere-Proxy cluster version
152152
##
153153
replicaCount: "3"
154-
proxyVersion: "5.3.0"
154+
proxyVersion: "5.3.1"
155155
## @param automaticScaling.enable ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled
156156
## @param automaticScaling.scaleUpWindows ShardingSphere-Proxy automatically scales the stable window
157157
## @param automaticScaling.scaleDownWindows ShardingSphere-Proxy automatically shrinks the stabilized window
@@ -266,6 +266,8 @@ zookeeper:
266266
- ReadWriteOnce
267267
size: 8Gi
268268

269+
```
270+
269271
## 清理
270272

271273
```shell

docs/content/operation-guide/operator/_index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n sha
4242
| `operator.replicaCount` | operator replica count | `2` |
4343
| `operator.image.repository` | operator image name | `ghcr.io/apache/shardingsphere-on-cloud/apache-shardingsphere-operator` |
4444
| `operator.image.pullPolicy` | image pull policy | `IfNotPresent` |
45-
| `operator.image.tag` | image tag | `0.1.1` |
45+
| `operator.image.tag` | image tag | `0.1.2` |
4646
| `operator.imagePullSecrets` | image pull secret of private repository | `[]` |
4747
| `operator.resources` | operator Resources required by the operator | `{}` |
4848
| `operator.health.healthProbePort` | operator health check port | `8081` |
@@ -52,7 +52,7 @@ helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n sha
5252
| Name | Description | Value |
5353
|--------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
5454
| `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` |
5656
| `proxyCluster.automaticScaling.enable` | ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled | `false` |
5757
| `proxyCluster.automaticScaling.scaleUpWindows` | ShardingSphere-Proxy automatically scales the stable window | `30` |
5858
| `proxyCluster.automaticScaling.scaleDownWindows` | ShardingSphere-Proxy automatically shrinks the stabilized window | `30` |
@@ -123,7 +123,7 @@ operator:
123123
pullPolicy: IfNotPresent
124124
## @param image.tag image tag
125125
##
126-
tag: "0.1.1"
126+
tag: "0.1.2"
127127
## @param imagePullSecrets image pull secret of private repository
128128
## e.g:
129129
## imagePullSecrets:
@@ -152,7 +152,7 @@ proxyCluster:
152152
## @param proxyVersion ShardingSphere-Proxy cluster version
153153
##
154154
replicaCount: "3"
155-
proxyVersion: "5.3.0"
155+
proxyVersion: "5.3.1"
156156
## @param automaticScaling.enable ShardingSphere-Proxy Whether the ShardingSphere-Proxy cluster has auto-scaling enabled
157157
## @param automaticScaling.scaleUpWindows ShardingSphere-Proxy automatically scales the stable window
158158
## @param automaticScaling.scaleDownWindows ShardingSphere-Proxy automatically shrinks the stabilized window

0 commit comments

Comments
 (0)