From 64938e1b6a822ff1d4a1c7184034688d6e45c4b5 Mon Sep 17 00:00:00 2001 From: mlycore Date: Tue, 11 Jul 2023 20:12:15 +0800 Subject: [PATCH] chore: update RELEASE NOTES Signed-off-by: mlycore --- .github/workflows/proxy-integration.yml | 1 + RELEASE-NOTES.md | 33 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/.github/workflows/proxy-integration.yml b/.github/workflows/proxy-integration.yml index 1b4bdf6e..611ec32e 100644 --- a/.github/workflows/proxy-integration.yml +++ b/.github/workflows/proxy-integration.yml @@ -53,6 +53,7 @@ jobs: export TEST_NAMESPACE="default" #kubectl create namespace ${TEST_NAMESPACE} cd charts/apache-shardingsphere-proxy-charts/charts/governance + helm repo add bitnami https://charts.bitnami.com/bitnami helm dependency build cd ../.. helm dependency build diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4c592112..7a86e6c3 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