Skip to content

Commit

Permalink
chore: bump version v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Aug 14, 2021
1 parent 3ad1a1c commit 3ab162b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/en/latest/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 3ab162b

Please sign in to comment.