Skip to content

Commit

Permalink
chore: update actions and add more user cases. (#1478)
Browse files Browse the repository at this point in the history
* Node.js 12 actions are deprecated. For more information see:
  https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

* The `set-output` command is deprecated and will be disabled soon.
  Please upgrade to using Environment Files. For more information see:
  https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Nov 29, 2022
1 parent 136d40d commit 7471e64
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/markdown-link-check
2 changes: 1 addition & 1 deletion .github/actions/paths-filter
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci-v2-cron.yml
Expand Up @@ -139,7 +139,7 @@ jobs:
run: |
SUITES=($(find test/e2e -type d -iname 'suite-*' | grep -E -o '(\w|\-)*' | grep -v 'test' | grep -v 'e2e' | sort | uniq -u))
echo $SUITES
echo "::set-output name=matrix::$(jq --compact-output --null-input '$ARGS.positional' --args "${SUITES[@]}")"
echo "name=matrix::$(jq --compact-output --null-input '$ARGS.positional' --args "${SUITES[@]}")" >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci.yml
Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
SUITES=($(find test/e2e -type d -iname 'suite-*' | grep -E -o '(\w|\-)*' | grep -v 'test' | grep -v 'e2e' | sort | uniq -u))
echo $SUITES
echo "::set-output name=matrix::$(jq --compact-output --null-input '$ARGS.positional' --args "${SUITES[@]}")"
echo "name=matrix::$(jq --compact-output --null-input '$ARGS.positional' --args "${SUITES[@]}")" >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down
21 changes: 19 additions & 2 deletions README.md
Expand Up @@ -120,18 +120,35 @@ for us to fix.

## User stories

- [How Does Zoom Use APISIX Ingress in Its Continuous Delivery Pipeline? - API7.ai](https://api7.ai/blog/zoom-uses-apisix-ingress)
- [Copernicus Reference System Software](https://github.com/COPRS/infrastructure/wiki/Networking-trade-off)
- [From Traefik to APISIX, Horizon Robotics's Exploration in Ingress Controller - API7.ai](https://api7.ai/blog/why-horizon-robotics-migrated-from-traefik-to-apche-apisix)
- [Why Jiakaobaodian Chooses APISIX Ingress Controller - API7.ai](https://api7.ai/blog/why-jiakaobaodian-chooses-apisix-ingress-controller)
- [Why AISpeech Chooses Apache APISIX Instead of NGINX as k8s Ingress Controller - API7.ai](https://api7.ai/blog/why-aispeech-chooses-apache-apisix-instead-of-nginx-as-k8s-ingress-controller)
- [Tencent Cloud: Why choose Apache APISIX to implement the k8s ingress controller?(Chinese)](https://cloud.tencent.com/developer/article/1592281)
- [aispeech: Why we create a new k8s ingress controller?(Chinese)](https://mp.weixin.qq.com/s/bmm2ibk2V7-XYneLo9XAPQ)
- [Tencent Cloud: Why choose Apache APISIX to implement the k8s ingress controller?(Chinese)](https://www.upyun.com/opentalk/448.html)

If you are willing to share with us some scenarios and use cases when you use APISIX Ingress,
please reply to the [issue](https://github.com/apache/apisix-ingress-controller/issues/501),
or submit PR to update [Powered-BY](./powered-by.md) file

## Who Uses APISIX Ingress?

A wide variety of companies and organizations use APISIX Ingress for research, production and commercial product, below are some of them:

- AISpeech
- European Copernicus Reference System
- Jiakaobaodian(驾考宝典)
- Horizon Robotics(地平线)
- Tencent Cloud
- UPYUN
- Zoom

## Milestone

* [Milestone](https://github.com/apache/apisix-ingress-controller/milestones)

## Terminology

* Ingress APISIX: the whole service that contains the proxy ([Apache APISIX](https://apisix.apache.org)) and ingress controller (apisix ingress controller).
* APISIX Ingress: the whole service that contains the proxy ([Apache APISIX](https://apisix.apache.org)) and ingress controller (apisix-ingress-controller).
* apisix-ingress-controller: the ingress controller component.
4 changes: 4 additions & 0 deletions powered-by.md
Expand Up @@ -33,3 +33,7 @@ Users are encouraged to add themselves to this page, [issue](https://github.com/
1. <a href="https://www.igetcool.com/" rel="nofollow">少年得到</a>
1. <a href="https://www.niimbot.com/" rel="nofollow">NIIMBOT 武汉精臣智慧标识科技有限公司</a>
1. <a href="https://www.xmfunny.com/" rel="nofollow">SoFunny 厦门真有趣</a>
1. <a href="https://zoom.us/" rel="nofollow">Zoom</a>
1. <a href="https://referencesystem.copernicus.eu/" rel="nofollow">European Copernicus Reference System Software</a>
1. <a href="https://www.jiakaobaodian.com/" rel="nofollow">Jiakaobaodian(驾考宝典)</a>
1. <a href="https://www.horizon.ai/" rel="nofollow">Horizon Robotics(地平线)</a>

0 comments on commit 7471e64

Please sign in to comment.