From 99f37b3989ad3ab0446db58c79d567d9a8e4d8ee Mon Sep 17 00:00:00 2001 From: oilbeater Date: Tue, 8 Aug 2023 05:42:06 +0000 Subject: [PATCH] prepare for next release --- VERSION | 2 +- charts/Chart.yaml | 2 +- charts/values.yaml | 2 +- dist/images/install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index a5effa30345..b281204620f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.12.0 +v1.13.0 diff --git a/charts/Chart.yaml b/charts/Chart.yaml index d8d7ec93ba9..1cb8212f346 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.12.0" +appVersion: "1.13.0" diff --git a/charts/values.yaml b/charts/values.yaml index dc88a8e52df..9b5a8f5fca2 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -10,7 +10,7 @@ global: repository: kube-ovn dpdkRepository: kube-ovn-dpdk vpcRepository: vpc-nat-gateway - tag: v1.12.0 + tag: v1.13.0 support_arm: true thirdparty: true diff --git a/dist/images/install.sh b/dist/images/install.sh index 0b7abed236c..ca582e94a94 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -44,7 +44,7 @@ CNI_BIN_DIR="/opt/cni/bin" REGISTRY="docker.io/kubeovn" VPC_NAT_IMAGE="vpc-nat-gateway" -VERSION="v1.12.0" +VERSION="v1.13.0" 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"