You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by mi...@apache.org on 2023/06/07 11:59:54 UTC

[shardingsphere-on-cloud] branch main updated (5b60f7a -> 9a7b47f)

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

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


    from 5b60f7a  Merge pull request #399 from moomman/add-chaos
     new 0211d30  fix: fix autoregister storage unit bug
     new 9a7b47f  Merge pull request #400 from Xu-Wentao/sn-aws-aurora

The 691 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../shardingsphere.apache.org_storagenodes.yaml    | 17 ++++-
 ...shardingsphere.apache.org_storageproviders.yaml | 81 ++++++++++++++++++++++
 .../templates/operator_rbac.yaml                   | 16 ++++-
 ...phereproxy-storagenode-aws-aurora-cluster.yaml} | 28 ++++----
 ...ngsphereproxy-storagenode-aws-rds-instance.yaml | 16 ++---
 shardingsphere-operator/go.mod                     |  2 +-
 shardingsphere-operator/go.sum                     |  4 ++
 .../controllers/storage_ndoe_controller_test.go    | 20 ++++--
 .../pkg/controllers/storage_node_controller.go     | 47 ++++++++-----
 .../pkg/reconcile/storagenode/aws/aurora.go        | 15 ++++
 .../pkg/reconcile/storagenode/aws/aurora_test.go   | 11 ++-
 .../reconcile/storagenode/aws/rdsinstance_test.go  | 22 ++++++
 12 files changed, 224 insertions(+), 55 deletions(-)
 create mode 100644 charts/apache-shardingsphere-operator-charts/crds/shardingsphere.apache.org_storageproviders.yaml
 copy examples/operator/{shardingsphereproxy-storagenode-aws-rds-instance.yaml => shardingsphereproxy-storagenode-aws-aurora-cluster.yaml} (60%)