Skip to content

Commit 3ab162b

Browse files
chore: bump version v1.2.0
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
1 parent 3ad1a1c commit 3ab162b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
default: help
1818

19-
VERSION ?= 1.1.0
19+
VERSION ?= 1.2.0
2020
RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
2121
LOCAL_REGISTRY="localhost:5000"
2222
IMAGE_TAG ?= dev

docs/en/latest/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ The following table describes the compatibility between apisix-ingress-controlle
7676

7777
| apisix-ingress-controller | Apache APISIX |
7878
| ----:| ---:|
79-
| `master` | `>= 2.7`, `2.7` is recommended. |
79+
| `master` | `>= 2.7`, `2.8` is recommended. |
80+
| `1.2.0` | `>= 2.7`, `2.8` is recommended. |
81+
| `1.1.0` | `>= 2.7`, `2.7` is recommended. |
8082
| `1.1.0` | `>= 2.7`, `2.7` is recommended. |
8183
| `1.0.0` | `>= 2.7`, `2.7` is recommended. |
8284
| `0.6` | `>= 2.6`, `2.6` is recommended. |

0 commit comments

Comments
 (0)