This is an automated email from the ASF dual-hosted git repository. ashishtiwari pushed a change to branch release/3.13 in repository https://gitbox.apache.org/repos/asf/apisix.git
from c6bf922d0 fix lint add e2e6829cd feat: replace events library with shdict (#12353) add d37b01dde ci: remove redundant package steps (#12382) add b9d916b65 fix: deployment data plane with read-only etcd (#12375) add 78e8fc0de fix: support multiple versions of Elasticsearch logger (#12364) add 5e0970e7c fix: assign new_nodes of service discovery to upstream every time (#12358) add 935727526 Merge branch 'master' of github.com:apache/apisix into release/3.13 No new revisions were added by this update. Summary of changes: .github/workflows/build.yml | 19 -- apisix/cli/etcd.lua | 9 + apisix/cli/ngx_tpl.lua | 1 + apisix/discovery/nacos/init.lua | 118 ++++------ apisix/plugins/elasticsearch-logger.lua | 91 +++++++- apisix/upstream.lua | 30 ++- apisix/utils/upstream.lua | 16 +- ci/pod/docker-compose.plugin.yml | 38 ++++ docs/en/latest/plugins/elasticsearch-logger.md | 16 +- docs/zh/latest/plugins/elasticsearch-logger.md | 16 +- t/APISIX.pm | 1 + ...est_deployment_data_plane_with_readonly_etcd.sh | 178 +++++++++++++++ t/discovery/nacos.t | 243 ++++++++++++++++----- t/discovery/nacos2.t | 53 +++-- t/node/upstream-discovery.t | 56 +++++ t/plugin/elasticsearch-logger.t | 201 ++++++++++++++++- 16 files changed, 872 insertions(+), 214 deletions(-) create mode 100755 t/cli/test_deployment_data_plane_with_readonly_etcd.sh