Skip to content

Commit

Permalink
release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 18, 2021
1 parent 23c9240 commit 2f42118
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 20 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 1.6.2 -- 2021/04/16
This release mainly fix bugs found in 1.6.1

### Bugfix
* udp checksum offload error
* restart ovn-controller to force ovn-ic flows update
* update usingips check when update finalizer for subnet
* add node address allocate check when init
* livenessprobe fail if ovn nb/ovn sb not running
* ignore ip6tabels check for v4 hostIP
* release norhtd lock when power off
* fix chassis check for node
* configure nic failed when ifname empty

## 1.6.1 -- 2021/03/09

This release mainly fix bugs found in 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.1
v1.6.2
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 can be a nic name or a group of regex separated by comma, if empty will use the nic that the default route use

REGISTRY="kubeovn"
VERSION="v1.6.1"
VERSION="v1.6.2"
IMAGE_PULL_POLICY="IfNotPresent"
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
SVC_CIDR="10.96.0.0/12" # Do NOT overlap with NODE/POD/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 @@ -9,7 +9,7 @@ HW_OFFLOAD=${HW_OFFLOAD:-false}
IFACE="" # The nic to support container network can be a nic name or a group of regex separated by comma, if empty will use the nic that the default route use

REGISTRY="kubeovn"
VERSION="v1.6.1"
VERSION="v1.6.2"
IMAGE_PULL_POLICY="IfNotPresent"
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
SVC_CIDR="10.96.0.0/12" # Do NOT overlap with NODE/POD/JOIN CIDR
Expand Down
2 changes: 1 addition & 1 deletion docs/high-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Change the replicas to 3, and add NODE_IPS environment var points to node that h
replicas: 3
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: Always
env:
- name: POD_IP
Expand Down
8 changes: 4 additions & 4 deletions yamls/kube-ovn-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/install-cni.sh"]
securityContext:
Expand All @@ -128,7 +128,7 @@ spec:
name: cni-bin
containers:
- name: cni-server
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
hostPID: true
containers:
- name: pinger
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
command: ["/kube-ovn/kube-ovn-pinger", "--external-address=114.114.114.114", "--external-dns=alauda.cn"]
imagePullPolicy: IfNotPresent
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions yamls/kube-ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/install-cni.sh"]
securityContext:
Expand All @@ -137,7 +137,7 @@ spec:
name: cni-bin
containers:
- name: cni-server
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down Expand Up @@ -247,7 +247,7 @@ spec:
hostPID: true
containers:
- name: pinger
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
command: ["/kube-ovn/kube-ovn-pinger", "--external-address=114.114.114.114", "--external-dns=alauda.cn"]
imagePullPolicy: IfNotPresent
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions yamls/ovn-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
shareProcessNamespace: true
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-db.sh"]
securityContext:
Expand Down Expand Up @@ -269,7 +269,7 @@ spec:
failureThreshold: 5
timeoutSeconds: 45
- name: ovn-monitor
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovn-monitor.sh"]
env:
Expand Down
4 changes: 2 additions & 2 deletions yamls/ovn-ha.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.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-db.sh"]
securityContext:
Expand Down Expand Up @@ -327,7 +327,7 @@ spec:
hostPID: true
containers:
- name: openvswitch
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovs.sh"]
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions yamls/ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
shareProcessNamespace: true
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-db.sh"]
securityContext:
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
failureThreshold: 5
timeoutSeconds: 45
- name: ovn-monitor
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovn-monitor.sh"]
env:
Expand Down Expand Up @@ -408,7 +408,7 @@ spec:
hostPID: true
containers:
- name: openvswitch
image: "kubeovn/kube-ovn:v1.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
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.6.1"
image: "kubeovn/kube-ovn:v1.6.2"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/kube-ovn-speaker
Expand Down

0 comments on commit 2f42118

Please sign in to comment.