This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/apache/skywalking-eyes-0.8.0
in repository https://gitbox.apache.org/repos/asf/apisix.git
omit 18b921f66 chore(deps): bump apache/skywalking-eyes from 0.6.0 to 0.8.0
add 06ee142b2 chore(cli/test_admin_ui): use a real built dashboard (#12683)
add 8722d9944 chore(deps): bump actions/setup-node from 4.4.0 to 6.0.0
(#12669)
add 73618d48f refactor(improvement): use secret URI as key for cache and
refactor lrucache (#12682)
add d58681967 feat(kafka-logger): add support for scram for authentication
(#12693)
add 0c794a049 feat: relax resource name length restriction to 256 (#11822)
add 7b1e78a39 docs: update mqtt-proxy doc to enable stream mode (#12712)
add 2c041a39b feat: add max pending entries to all logger plugins (#12709)
add 774ae2cdc docs(inspect): fix typo (#12715)
add cfb9a64ce fix(performance): move the ipv6 check to schema validation
(#12714)
add e196dcfdf correct kafka logger sasl mechanism docs (#12725)
add 797e4792f fix(plugin_metadata): ensure enable_data_encryption
initialization & querying issue (#12624)
add 3c79831cd chore: remove fast return to flush current queue log data
during shutdown (#12711)
add 5226aa662 docs: Add Chinese docs for AI plugin docs (#12724)
add 00f18aa1d docs(zh): add missing tutorials (manage-api-consumers,
cache-api-response) for current version (#12727)
add f995b57df fix: mcp-bridge test cases (#12761)
add 31aa48f18 chore(deps): bump actions/checkout from 4 to 5 (#12513)
add ef3f5244b chore(deps): bump apache/skywalking-eyes from 0.6.0 to 0.8.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (18b921f66)
\
N -- N -- N
refs/heads/dependabot/github_actions/apache/skywalking-eyes-0.8.0 (ef3f5244b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 2 +-
.github/workflows/check-changelog.yml | 2 +-
.github/workflows/cli.yml | 2 +-
.github/workflows/code-lint.yml | 4 +-
.github/workflows/doc-lint.yml | 6 +-
.github/workflows/kubernetes-ci.yml | 2 +-
.github/workflows/license-checker.yml | 2 +-
.github/workflows/link-check.yml | 2 +-
.github/workflows/lint.yml | 6 +-
.github/workflows/push-dev-image-on-commit.yml | 4 +-
.github/workflows/redhat-ci.yaml | 2 +-
.github/workflows/semantic.yml | 2 +-
.github/workflows/source-install.yml | 2 +-
.github/workflows/tars-ci.yml | 2 +-
apisix/admin/init.lua | 2 +-
apisix/admin/utils.lua | 5 +-
apisix/balancer.lua | 7 -
apisix/cli/config.lua | 4 +-
apisix/core/lrucache.lua | 20 ++
apisix/plugin.lua | 1 +
apisix/plugins/ai-aws-content-moderation.lua | 2 +-
apisix/plugins/authz-keycloak.lua | 2 +-
apisix/plugins/clickhouse-logger.lua | 15 +-
apisix/plugins/elasticsearch-logger.lua | 17 +-
apisix/plugins/google-cloud-logging.lua | 16 +-
apisix/plugins/http-logger.lua | 15 +-
apisix/plugins/kafka-logger.lua | 2 +-
apisix/plugins/limit-count.lua | 2 +-
apisix/plugins/loki-logger.lua | 15 +-
apisix/plugins/openid-connect.lua | 2 +-
apisix/plugins/rocketmq-logger.lua | 15 +-
apisix/plugins/skywalking-logger.lua | 15 +-
apisix/plugins/splunk-hec-logging.lua | 14 +-
apisix/plugins/tcp-logger.lua | 15 +-
apisix/plugins/tencent-cloud-cls.lua | 16 +-
apisix/plugins/udp-logger.lua | 15 +-
apisix/schema_def.lua | 2 +-
apisix/secret.lua | 120 +++++----
apisix/ssl/router/radixtree_sni.lua | 2 +-
apisix/upstream.lua | 17 +-
apisix/utils/batch-processor.lua | 26 +-
ci/init-plugin-test-service.sh | 10 +-
ci/pod/docker-compose.plugin.yml | 30 +++
ci/pod/kafka/kafka-server/env/common3-scram.env | 20 ++
.../{kafka_jaas.conf => kafka_scram_jaas.conf} | 3 +
conf/config.yaml.example | 6 +-
.../latest/plugins/ai-aliyun-content-moderation.md | 6 +-
docs/en/latest/plugins/ai-proxy-multi.md | 2 +-
docs/en/latest/plugins/clickhouse-logger.md | 1 +
docs/en/latest/plugins/elasticsearch-logger.md | 1 +
docs/en/latest/plugins/google-cloud-logging.md | 1 +
docs/en/latest/plugins/http-logger.md | 1 +
docs/en/latest/plugins/inspect.md | 4 +-
docs/en/latest/plugins/kafka-logger.md | 3 +-
docs/en/latest/plugins/loki-logger.md | 1 +
docs/en/latest/plugins/mqtt-proxy.md | 1 +
docs/en/latest/plugins/rocketmq-logger.md | 1 +
docs/en/latest/plugins/skywalking-logger.md | 1 +
docs/en/latest/plugins/splunk-hec-logging.md | 1 +
docs/en/latest/plugins/tcp-logger.md | 1 +
docs/en/latest/plugins/tencent-cloud-cls.md | 1 +
docs/en/latest/plugins/udp-logger.md | 1 +
docs/zh/latest/config.json | 20 +-
.../latest/plugins/ai-aliyun-content-moderation.md | 129 ++++++++++
.../latest/plugins/ai-aws-content-moderation.md | 56 +++--
.../latest/plugins/ai-prompt-decorator.md | 48 ++--
docs/zh/latest/plugins/ai-prompt-guard.md | 89 +++++++
docs/zh/latest/plugins/ai-prompt-template.md | 101 ++++++++
docs/{en => zh}/latest/plugins/ai-proxy-multi.md | 241 +++++++++---------
docs/{en => zh}/latest/plugins/ai-proxy.md | 142 +++++------
docs/{en => zh}/latest/plugins/ai-rag.md | 94 +++----
docs/{en => zh}/latest/plugins/ai-rate-limiting.md | 150 +++++------
.../latest/plugins/ai-request-rewrite.md | 60 ++---
docs/zh/latest/plugins/clickhouse-logger.md | 1 +
docs/zh/latest/plugins/elasticsearch-logger.md | 1 +
docs/zh/latest/plugins/error-log-logger.md | 2 +-
docs/zh/latest/plugins/google-cloud-logging.md | 1 +
docs/zh/latest/plugins/http-logger.md | 1 +
docs/zh/latest/plugins/kafka-logger.md | 3 +-
docs/zh/latest/plugins/loki-logger.md | 1 +
docs/zh/latest/plugins/mqtt-proxy.md | 1 +
docs/zh/latest/plugins/rocketmq-logger.md | 1 +
docs/zh/latest/plugins/skywalking-logger.md | 1 +
docs/zh/latest/plugins/splunk-hec-logging.md | 1 +
docs/zh/latest/plugins/tcp-logger.md | 1 +
docs/zh/latest/plugins/tencent-cloud-cls.md | 1 +
docs/zh/latest/plugins/udp-logger.md | 1 +
docs/zh/latest/tutorials/cache-api-responses.md | 223 +++++++++++++++++
docs/zh/latest/tutorials/manage-api-consumers.md | 276 +++++++++++++++++++++
t/admin/plugin-metadata3.t | 230 +++++++++++++++++
t/admin/services.t | 4 +-
t/admin/upstream.t | 30 +++
t/cli/test_admin_ui.sh | 44 +++-
t/config-center-json/secret.t | 11 +-
t/config-center-yaml/secret.t | 9 +-
t/core/lrucache2.t | 272 ++++++++++++++++++++
t/core/schema_def.t | 66 +++++
t/node/upstream-ipv6.t | 8 +-
t/plugin/clickhouse-logger.t | 87 +++++++
.../{kafka-logger3.t => elasticsearch-logger2.t} | 29 +--
.../{kafka-logger3.t => google-cloud-logging3.t} | 61 +++--
t/plugin/{kafka-logger3.t => http-logger3.t} | 27 +-
t/plugin/kafka-logger4.t | 275 ++++++++++++++++++++
t/plugin/{kafka-logger3.t => loki-logger2.t} | 24 +-
t/plugin/mcp-bridge.t | 4 +-
t/plugin/{kafka-logger3.t => skywalking-logger2.t} | 22 +-
.../{kafka-logger3.t => splunk-hec-logging2.t} | 27 +-
107 files changed, 2735 insertions(+), 661 deletions(-)
create mode 100644 ci/pod/kafka/kafka-server/env/common3-scram.env
copy ci/pod/kafka/kafka-server/{kafka_jaas.conf => kafka_scram_jaas.conf} (89%)
create mode 100644 docs/zh/latest/plugins/ai-aliyun-content-moderation.md
copy docs/{en => zh}/latest/plugins/ai-aws-content-moderation.md (65%)
copy docs/{en => zh}/latest/plugins/ai-prompt-decorator.md (51%)
create mode 100644 docs/zh/latest/plugins/ai-prompt-guard.md
create mode 100644 docs/zh/latest/plugins/ai-prompt-template.md
copy docs/{en => zh}/latest/plugins/ai-proxy-multi.md (58%)
copy docs/{en => zh}/latest/plugins/ai-proxy.md (50%)
copy docs/{en => zh}/latest/plugins/ai-rag.md (54%)
copy docs/{en => zh}/latest/plugins/ai-rate-limiting.md (67%)
copy docs/{en => zh}/latest/plugins/ai-request-rewrite.md (52%)
create mode 100644 docs/zh/latest/tutorials/cache-api-responses.md
create mode 100644 docs/zh/latest/tutorials/manage-api-consumers.md
create mode 100644 t/admin/plugin-metadata3.t
create mode 100644 t/core/lrucache2.t
copy t/plugin/{kafka-logger3.t => elasticsearch-logger2.t} (83%)
copy t/plugin/{kafka-logger3.t => google-cloud-logging3.t} (53%)
copy t/plugin/{kafka-logger3.t => http-logger3.t} (83%)
create mode 100644 t/plugin/kafka-logger4.t
copy t/plugin/{kafka-logger3.t => loki-logger2.t} (82%)
copy t/plugin/{kafka-logger3.t => skywalking-logger2.t} (83%)
copy t/plugin/{kafka-logger3.t => splunk-hec-logging2.t} (83%)