You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by mo...@apache.org on 2023/04/12 04:00:52 UTC

[apisix] branch master updated (95fc22579 -> ab0a8677f)

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

monkeydluffy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


    from 95fc22579 fix: upgrade lua-resty-ldap to 0.2.2 (#9254)
     add ab0a8677f feat: support store route's cert in secrets manager (#9247)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/fips.yml          |   1 +
 .github/workflows/gm.yml            |   1 +
 apisix/schema_def.lua               |  15 +-
 apisix/secret.lua                   |  21 ++-
 apisix/ssl.lua                      |  21 ++-
 apisix/ssl/router/radixtree_sni.lua |   5 +-
 docs/en/latest/admin-api.md         |   4 +-
 docs/zh/latest/admin-api.md         |   4 +-
 t/gm/gm.t                           |  87 +++++++++++
 t/router/radixtree-sni2.t           | 279 +++++++++++++++++++++++++++++++++++-
 10 files changed, 420 insertions(+), 18 deletions(-)