Skip to content

Commit

Permalink
prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Sep 30, 2020
1 parent ef547bc commit 20e82c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.0
v1.6.0
4 changes: 2 additions & 2 deletions dist/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:experimental
FROM centos:8 as ovs-rpm
ENV BUILD_DATE 20200824
ENV BUILD_DATE 20200930
ARG RPM_ARCH
ARG ARCH

Expand All @@ -20,7 +20,7 @@ RUN bash /root/build.sh && \


FROM centos:8
ENV BUILD_DATE 20200824
ENV BUILD_DATE 20200930
RUN sed -i s/\$releasever/8-stream/g /etc/yum.repos.d/CentOS-Base.repo && \
sed -i s/\$releasever/8-stream/g /etc/yum.repos.d/CentOS-AppStream.repo
RUN yum remove -y bind-export-libs && yum update -y && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install-pre-1.16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HW_OFFLOAD=${HW_OFFLOAD:-false}
IFACE="" # The nic to support container network, if empty will use the nic that the default route use

REGISTRY="kubeovn"
VERSION="v1.5.0"
VERSION="v1.6.0"
IMAGE_PULL_POLICY="IfNotPresent"
NAMESPACE="kube-system" # The ns to deploy kube-ovn
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HW_OFFLOAD=${HW_OFFLOAD:-false}
IFACE="" # The nic to support container network, if empty will use the nic that the default route use

REGISTRY="kubeovn"
VERSION="v1.5.0"
VERSION="v1.6.0"
IMAGE_PULL_POLICY="IfNotPresent"
NAMESPACE="kube-system" # The ns to deploy kube-ovn
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
Expand Down

0 comments on commit 20e82c3

Please sign in to comment.