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

spacewander pushed a change to branch release/apisix-2.15.2
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


 discard 486321d  feat: bump APISIX to 2.15.2
    omit 61cc106  fix: replace wget with curl in apisix debian image(#419)
    omit 66b034f  feat: bump dashboard to 3.0.0 (#418)
    omit ef3ba15  chore: cleanup example documentation (#414)
    omit d5f4a6b  chore: change the user for all-in-one
    omit 994ccc7  fix: etcdctl missing due to PATH var is not set correctly 
(#402)
    omit 378b60d  feat: release APISIX 3.1.0 (#396)
    omit 880c245  chore: remove alpine image (#395)
    omit f38dd74  fix: granafa dashboard iframe policy (#357)
    omit e5b6bd7  feat: images with non-root user for debian (#394)
    omit e6cbbea  fix: wrong etcd advertise in release test (#393)
    omit b5ce8d3  fix: wrong env usage in docker compose (#392)
    omit c084d08  fix: makefile build-dashboard phony missing (#390)
    omit 8529dcc  feat: bump APISIX Dashboard to 2.15.0 (#389)
    omit aa29713  feat: bump APISIX Dashboard to 2.14.0 (#388)
    omit 8fb6768  fix: wrong etcd advertise url (#387)
    omit d37717f  fix: dashboard image push condition (#385)
    omit d2ea37a  feat: bump APISIX Dashboard to 2.13.1 (#384)
    omit 0d0c786  docs: update README (#380)
     add bd26754  feat: upgrade APISIX to 2.15.1
     add 43cd1aa  move the CI/example's configurations back to V2
     add 80636fa  make CI pass with V2 configuration
     add f6e9429  feat: bump APISIX to 2.15.2
     add dad8042  fix: replace wget with curl in apisix debian image(#419)
     add 610da04  just let CI pass

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   (486321d)
            \
             N -- N -- N   refs/heads/release/apisix-2.15.2 (610da04)

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/apisix-docker-example-test.yaml |   2 +-
 .github/workflows/apisix_all_in_one_ci.yaml       |   4 +-
 .github/workflows/apisix_dev_push_docker_hub.yaml |   2 +-
 .github/workflows/apisix_push_docker_hub.yaml     |   2 +-
 .github/workflows/dashboard_all_in_one_ci.yaml    |   6 +-
 .github/workflows/dashboard_push_docker_hub.yaml  |  14 +--
 Makefile                                          |  54 ++++++++---
 README.md                                         | 106 ++++++++++------------
 all-in-one/apisix-dashboard/Dockerfile            |   4 +-
 all-in-one/apisix/Dockerfile                      |   7 +-
 all-in-one/apisix/config.yaml                     |  12 +--
 {debian-dev => alpine-dev}/Dockerfile             |  57 +++++-------
 alpine/Dockerfile                                 |  65 +++++++++++++
 alpine/README.MD                                  |   7 ++
 {centos => alpine}/hooks/build                    |   0
 centos/Dockerfile                                 |   2 -
 compose/apisix_conf/master/config.yaml            |  24 +++--
 compose/apisix_conf/release/config.yaml           |  24 +++--
 compose/dashboard-compose.yaml                    |   4 +-
 compose/docker-compose-master.yaml                |   1 -
 compose/docker-compose-release.yaml               |   1 -
 dashboard/Dockerfile.alpine                       |   4 +-
 dashboard/Dockerfile.centos                       |   4 +-
 debian/Dockerfile                                 |   6 --
 docs/en/latest/build.md                           |   8 +-
 docs/en/latest/example.md                         |  20 ++--
 example/apisix_conf/config.yaml                   |  30 +++---
 example/dashboard_conf/conf.yaml                  |   8 --
 example/docker-compose-arm64.yml                  |   3 +-
 example/docker-compose.yml                        |   6 +-
 30 files changed, 266 insertions(+), 221 deletions(-)
 copy {debian-dev => alpine-dev}/Dockerfile (59%)
 create mode 100644 alpine/Dockerfile
 create mode 100644 alpine/README.MD
 copy {centos => alpine}/hooks/build (100%)

Reply via email to