We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad1a1c commit 3ab162bCopy full SHA for 3ab162b
2 files changed
Makefile
@@ -16,7 +16,7 @@
16
#
17
default: help
18
19
-VERSION ?= 1.1.0
+VERSION ?= 1.2.0
20
RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
21
LOCAL_REGISTRY="localhost:5000"
22
IMAGE_TAG ?= dev
docs/en/latest/getting-started.md
@@ -76,7 +76,9 @@ The following table describes the compatibility between apisix-ingress-controlle
76
77
| apisix-ingress-controller | Apache APISIX |
78
| ----:| ---:|
79
-| `master` | `>= 2.7`, `2.7` is recommended. |
+| `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. |
82
| `1.1.0` | `>= 2.7`, `2.7` is recommended. |
83
| `1.0.0` | `>= 2.7`, `2.7` is recommended. |
84
| `0.6` | `>= 2.6`, `2.6` is recommended. |
0 commit comments