From 74762b9f1c3bd9525d1014bcd7594eceae38109b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E6=B4=AA=E8=B4=9E?= Date: Fri, 14 Jul 2023 13:18:41 +0800 Subject: [PATCH] prepare for 1.8.18 release --- VERSION | 2 +- dist/images/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6d68f77e139..cdc4b60a76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.8.17 +v1.8.18 diff --git a/dist/images/install.sh b/dist/images/install.sh index 8881be724dc..a98684328ca 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -19,7 +19,7 @@ CNI_CONF_DIR="/etc/cni/net.d" CNI_BIN_DIR="/opt/cni/bin" REGISTRY="kubeovn" -VERSION="v1.8.16" +VERSION="v1.8.17" IMAGE_PULL_POLICY="IfNotPresent" POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR POD_GATEWAY="10.16.0.1"