This is an automated email from the ASF dual-hosted git repository. zhangjintao pushed a commit to branch v1.2.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 3ab162bfcaf82ecb50e67029990b97c98d0e18eb Author: Jintao Zhang <[email protected]> AuthorDate: Sat Aug 14 12:28:37 2021 +0800 chore: bump version v1.2.0 Signed-off-by: Jintao Zhang <[email protected]> --- Makefile | 2 +- docs/en/latest/getting-started.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c31886c..8b4b4a1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # default: help -VERSION ?= 1.1.0 +VERSION ?= 1.2.0 RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src LOCAL_REGISTRY="localhost:5000" IMAGE_TAG ?= dev diff --git a/docs/en/latest/getting-started.md b/docs/en/latest/getting-started.md index 85aacb7..911bef8 100644 --- a/docs/en/latest/getting-started.md +++ b/docs/en/latest/getting-started.md @@ -76,7 +76,9 @@ The following table describes the compatibility between apisix-ingress-controlle | apisix-ingress-controller | Apache APISIX | | ----:| ---:| -| `master` | `>= 2.7`, `2.7` is recommended. | +| `master` | `>= 2.7`, `2.8` is recommended. | +| `1.2.0` | `>= 2.7`, `2.8` is recommended. | +| `1.1.0` | `>= 2.7`, `2.7` is recommended. | | `1.1.0` | `>= 2.7`, `2.7` is recommended. | | `1.0.0` | `>= 2.7`, `2.7` is recommended. | | `0.6` | `>= 2.6`, `2.6` is recommended. |
