Skip to content

Commit

Permalink
prepare for the next release
Browse files Browse the repository at this point in the history
Signed-off-by: 张祖建 <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian committed Sep 27, 2023
1 parent 9b03b4a commit e7a91d0
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.12.1
v1.12.2
4 changes: 2 additions & 2 deletions test/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ make kind-init kind-install

# Build and deploy test-server
make image-test
kind load docker-image --name kube-ovn kubeovn/test:v1.12.0
kind load docker-image --name kube-ovn kubeovn/test:v1.12.1
kubectl apply -f test/server/test-server.yaml
docker run --name kube-ovn-test -d --net=kind kubeovn/test:v1.12.0
docker run --name kube-ovn-test -d --net=kind kubeovn/test:v1.12.1
docker inspect kube-ovn-test -f '{{.NetworkSettings.Networks.kind.IPAddress}}'

# Run test-server analysis tool in one terminal and reload kube-ovn in another terminal
Expand Down
4 changes: 2 additions & 2 deletions test/server/test-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: test-server
image: kubeovn/test:v1.12.0
image: kubeovn/test:v1.12.1
imagePullPolicy: IfNotPresent
nodeSelector:
kubernetes.io/hostname: kube-ovn-control-plane
Expand All @@ -23,7 +23,7 @@ metadata:
spec:
containers:
- name: test-client
image: kubeovn/test:v1.12.0
image: kubeovn/test:v1.12.1
imagePullPolicy: IfNotPresent
nodeSelector:
kubernetes.io/hostname: kube-ovn-worker
Expand Down
10 changes: 5 additions & 5 deletions yamls/kube-ovn-dual-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
args:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/install-cni.sh"]
securityContext:
Expand All @@ -182,7 +182,7 @@ spec:
name: local-bin
containers:
- name: cni-server
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down Expand Up @@ -358,7 +358,7 @@ spec:
hostPID: true
containers:
- name: pinger
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
command:
- /kube-ovn/kube-ovn-pinger
args:
Expand Down Expand Up @@ -489,7 +489,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-monitor
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovn-monitor.sh"]
args:
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 @@ -40,7 +40,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
args:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/install-cni.sh"]
securityContext:
Expand All @@ -182,7 +182,7 @@ spec:
name: local-bin
containers:
- name: cni-server
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down Expand Up @@ -358,7 +358,7 @@ spec:
hostPID: true
containers:
- name: pinger
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
command:
- /kube-ovn/kube-ovn-pinger
args:
Expand Down Expand Up @@ -489,7 +489,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-monitor
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovn-monitor.sh"]
args:
Expand Down
2 changes: 1 addition & 1 deletion yamls/ovn-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ spec:
hostNetwork: true
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-db.sh
Expand Down
4 changes: 2 additions & 2 deletions yamls/ovn-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
hostNetwork: true
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-db.sh
Expand Down Expand Up @@ -243,7 +243,7 @@ spec:
hostPID: true
containers:
- name: openvswitch
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-ovs.sh
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: kube-ovn-speaker
image: "kubeovn/kube-ovn:v1.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/kube-ovn-speaker
Expand Down
2 changes: 1 addition & 1 deletion yamls/vpc-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubernetes.io/description: |
kube-ovn vpc-nat common config
data:
image: kubeovn/vpc-nat-gateway:v1.12.0
image: kubeovn/vpc-nat-gateway:v1.12.1
---
kind: ConfigMap
apiVersion: v1
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.12.0"
image: "kubeovn/kube-ovn:v1.12.1"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/kube-ovn-webhook
Expand Down

0 comments on commit e7a91d0

Please sign in to comment.