You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/12/08 10:17:11 UTC

[apisix-ingress-controller] branch master updated (051fc48d -> 768a35f6)

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

zhangjintao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    from 051fc48d e2e: support docker hub as registry (#1489)
     add 768a35f6 feat: add Ingress annotation to support response-rewrite (#1487)

No new revisions were added by this update.

Summary of changes:
 docs/en/latest/concepts/annotations.md             |  40 +++++
 .../translation/annotations/plugins/plugins.go     |   1 +
 .../plugins/{cors.go => response_rewrite.go}       |  31 ++--
 .../{cors_test.go => response_rewrite_test.go}     |  27 ++-
 .../ingress/translation/annotations/types.go       |   6 +
 .../{redirect.go => response_rewrite.go}           | 194 +++++++++++----------
 6 files changed, 180 insertions(+), 119 deletions(-)
 copy pkg/providers/ingress/translation/annotations/plugins/{cors.go => response_rewrite.go} (53%)
 copy pkg/providers/ingress/translation/annotations/plugins/{cors_test.go => response_rewrite_test.go} (68%)
 copy test/e2e/suite-annotations/{redirect.go => response_rewrite.go} (60%)