This is an automated email from the ASF dual-hosted git repository.

zhonghongsheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new 36e9819  release 0.3.0 (#438)
36e9819 is described below

commit 36e9819957de8923cdd9d9bad388018cbc98e02a
Author: liyao <[email protected]>
AuthorDate: Sat Jul 15 23:14:24 2023 +0800

    release 0.3.0 (#438)
---
 .github/workflows/proxy-integration.yml            |  1 +
 RELEASE-NOTES.md                                   | 33 ++++++++++++++++++++++
 .../charts/governance/Chart.lock                   |  6 ++++
 .../user-manual/cn-sn-operator/_index.cn.md        |  4 +--
 .../user-manual/cn-sn-operator/_index.en.md        |  4 +--
 5 files changed, 44 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/proxy-integration.yml 
b/.github/workflows/proxy-integration.yml
index 1b4bdf6..5ffe9d9 100644
--- a/.github/workflows/proxy-integration.yml
+++ b/.github/workflows/proxy-integration.yml
@@ -52,6 +52,7 @@ jobs:
           set -x 
           export TEST_NAMESPACE="default"
           #kubectl create namespace ${TEST_NAMESPACE}
+          helm repo add bitnami https://charts.bitnami.com/bitnami
           cd charts/apache-shardingsphere-proxy-charts/charts/governance
           helm dependency build 
           cd ../..
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 4c59211..7a86e6c 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,36 @@
+## 0.3.0
+
+### New Feature
+
+1. Introduce new CRD StorageNode,to be activated at 
`--feature-gates=StorageNode=true`
+2. Introduce new CRD Chaos,to be activated at `--feature-gates=Chaos=true`
+3. Add Grafana dashboard template for ShardingSphere Proxy Grafana
+
+### Enhancement
+
+1. Update AgentConfig of ComputeNode
+2. Update the display of execute-latency in the Grafana panel
+3. Add some checks about zookeeper before install proxy with Helm 
+4. Add demo for sharding algorithm based on Wasm
+5. Support Agent in Proxy CHarts
+6. StorageNode suppors CloudNativePG cluster
+7. Optimize ComputeNode conditions in Pending phase
+8. Adjust default legents in Grafana template 
+9. Support operator docker image pushed to Apache Dockerhub repo
+10. Add golangci-lint action to Github Action 
+11. Upgrade Zookeeper config to support arm arch in Proxy Charts
+
+### Bug fix
+
+1. Fix Arm image build in Github Action 
+2. Fix Agent ConfigMap charts name template
+3. Fix Status reconciliation error which cause unexpected loop
+
+### Change Log
+
+1. [MILESTONE](https://github.com/apache/shardingsphere-on-cloud/milestone/7)
+
+
 ## 0.2.0
 
 ### New Feature
diff --git 
a/charts/apache-shardingsphere-proxy-charts/charts/governance/Chart.lock 
b/charts/apache-shardingsphere-proxy-charts/charts/governance/Chart.lock
new file mode 100644
index 0000000..0d28fd6
--- /dev/null
+++ b/charts/apache-shardingsphere-proxy-charts/charts/governance/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: zookeeper
+  repository: https://charts.bitnami.com/bitnami
+  version: 11.1.5
+digest: sha256:5ca761458b20b497b39d74236615bc87501f0e2eedeca1c237c122256d63ed84
+generated: "2023-03-24T16:09:37.523464+08:00"
diff --git a/docs/content/user-manual/cn-sn-operator/_index.cn.md 
b/docs/content/user-manual/cn-sn-operator/_index.cn.md
index de131e8..f21db41 100644
--- a/docs/content/user-manual/cn-sn-operator/_index.cn.md
+++ b/docs/content/user-manual/cn-sn-operator/_index.cn.md
@@ -23,7 +23,7 @@ Operator 目前支持 Helm Charts 快速部署,配置文件目录为:apache-
  kubectl create ns shardingsphere-operator
  helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
  helm repo update
- helm install shardingsphere-cluster 
shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator
+ helm install shardingsphere-cluster 
shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator 
--set zookeeper.persistence.enabled=false
 ```
 
 ### 源码安装
@@ -33,7 +33,7 @@ kubectl create ns shardingsphere-operator
 cd charts/apache-shardingsphere-operator-charts/
 helm dependency build
 cd ../
-helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n 
shardingsphere-operator
+helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n 
shardingsphere-operator --set zookeeper.persistence.enabled=false
 ```
 
 ### Charts 参数说明
diff --git a/docs/content/user-manual/cn-sn-operator/_index.en.md 
b/docs/content/user-manual/cn-sn-operator/_index.en.md
index 45b3f1f..cf51970 100644
--- a/docs/content/user-manual/cn-sn-operator/_index.en.md
+++ b/docs/content/user-manual/cn-sn-operator/_index.en.md
@@ -23,7 +23,7 @@ Operator currently supports Helm Charts rapid deployment, 
configuration content
  kubectl create ns shardingsphere-operator
  helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
  helm repo update
- helm install shardingsphere-cluster 
shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator
+ helm install shardingsphere-cluster 
shardingsphere/apache-shardingsphere-operator-charts -n shardingsphere-operator 
--set zookeeper.persistence.enabled=false
 ```
 
 ### Source Code Installation
@@ -33,7 +33,7 @@ kubectl create ns shardingsphere-operator
 cd charts/apache-shardingsphere-operator-charts/
 helm dependency build
 cd ../
-helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n 
shardingsphere-operator
+helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n 
shardingsphere-operator --set zookeeper.persistence.enabled=false
 ```
 
 ### Charts Parameters Instruction

Reply via email to