Skip to content

Commit

Permalink
prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Aug 11, 2023
1 parent b01d68e commit 098ae5a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.28
v1.9.29
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.9.26
FROM kubeovn/kube-ovn-base:v1.9.29

ARG ARCH
ENV DUMB_INIT_VERSION="1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion dist/images/ovn-ic-db-docker.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run -d --network=host -v /etc/ovn/:/etc/ovn -v /var/run/ovn:/var/run/ovn -v /var/log/ovn:/var/log/ovn kubeovn/kube-ovn:v1.9.3 bash start-ic-db.sh
docker run -d --network=host -v /etc/ovn/:/etc/ovn -v /var/run/ovn:/var/run/ovn -v /var/log/ovn:/var/log/ovn kubeovn/kube-ovn:v1.9.28 bash start-ic-db.sh
10 changes: 5 additions & 5 deletions yamls/kube-ovn-dual-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
args:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -150,7 +150,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/install-cni.sh"]
securityContext:
Expand All @@ -161,7 +161,7 @@ spec:
name: cni-bin
containers:
- name: cni-server
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down Expand Up @@ -285,7 +285,7 @@ spec:
hostPID: true
containers:
- name: pinger
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
command:
- /kube-ovn/kube-ovn-pinger
- --external-address=114.114.114.114,2400:3200::1
Expand Down Expand Up @@ -417,7 +417,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-monitor
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovn-monitor.sh"]
securityContext:
Expand Down
10 changes: 5 additions & 5 deletions yamls/kube-ovn-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
args:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/install-cni.sh"]
securityContext:
Expand All @@ -147,7 +147,7 @@ spec:
name: cni-bin
containers:
- name: cni-server
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down Expand Up @@ -259,7 +259,7 @@ spec:
hostPID: true
containers:
- name: pinger
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
command:
- /kube-ovn/kube-ovn-pinger
- --external-address=2400:3200::1
Expand Down Expand Up @@ -386,7 +386,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-monitor
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovn-monitor.sh"]
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions yamls/ovn-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ spec:
hostNetwork: true
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-db.sh"]
securityContext:
Expand Down Expand Up @@ -372,7 +372,7 @@ spec:
hostPID: true
containers:
- name: openvswitch
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovs.sh"]
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion yamls/speaker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
hostNetwork: true
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/kube-ovn-speaker
Expand Down
2 changes: 1 addition & 1 deletion yamls/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-webhook
image: "kubeovn/kube-ovn:v1.9.3"
image: "kubeovn/kube-ovn:v1.9.28"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/kube-ovn-webhook
Expand Down

0 comments on commit 098ae5a

Please sign in to comment.