Skip to content

Commit

Permalink
bump version to v1.11.0 (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian authored May 19, 2022
1 parent 24791f4 commit f6b2444
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.10.0
v1.11.0
2 changes: 1 addition & 1 deletion dist/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.10.0
FROM kubeovn/kube-ovn-base:v1.11.0

ARG ARCH
ENV DUMB_INIT_VERSION="1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.dpdk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.10.0-dpdk
FROM kubeovn/kube-ovn-base:v1.11.0-dpdk

COPY *.sh /kube-ovn/
COPY kubectl-ko /kube-ovn/kubectl-ko
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
CNI_BIN_DIR="/opt/cni/bin"

REGISTRY="kubeovn"
VERSION="v1.10.0"
VERSION="v1.11.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"
Expand Down

0 comments on commit f6b2444

Please sign in to comment.