From aec40121369db2b29cf0549a632e3a61efb92800 Mon Sep 17 00:00:00 2001 From: duanzhengqiang Date: Thu, 27 Oct 2022 08:50:26 +0800 Subject: [PATCH] add release note --- RELEASE-NOTES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 RELEASE-NOTES.md diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md new file mode 100644 index 00000000..56ce29fd --- /dev/null +++ b/RELEASE-NOTES.md @@ -0,0 +1,18 @@ +## v0.1.0 + +### New Feature + +1. Supports the use of proxy to configure and describe the ShardingSphere Proxy cluster +1. Support native ShardingSphere Proxy server.yaml configuration +1. Support automatic creation of HPA based on CPU metrics +1. Support automatic download of MySQL driver +1. Support deploy ShardingSphere Operator +1. Support deploy ShardingSphere Proxy cluster +1. Support deploy Zookeeper by Bitnami +1. Support automatic configuration of the address of the governance center +1. Include ShardingSphere-Proxy charts into the on-cloud repository +1. Support deploying ShardingSphere-Proxy cluster on aws using cloudformation + +### Change Log + +1. [MILESTONE](https://github.com/apache/shardingsphere-on-cloud/milestone/3)