Skip to content

Commit

Permalink
docs: add v0.9.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Dec 2, 2019
1 parent 8830c9c commit 5904433
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v0.9.1 -- 2019/12/02

This release fix bugs found in v0.9.0

## Bugfix
* When all ip in subnet is used create lsp will panic with index out of range err
* Mount /var/run/netns into kube-ovn-cniserver for kind
* Use ep.subset.port.name to infer target port number
* Typo in start-ovs.sh
* When delete node recycle related ip/route resource
* Nbctl need timeout to avoid hang infinitely
* Block subnet deletion when there any ip in use

## v0.9.0 -- 2019/11/21

This release is mainly about controller performance, stability and bugfix
Expand Down
1 change: 1 addition & 0 deletions docs/kubectl-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ kubectl ko {subcommand} [option...]
Available Subcommands:
nbctl [ovn-nbctl options ...] invoke ovn-nbctl
sbctl [ovn-sbctl options ...] invoke ovn-sbctl
vsctl {nodeName} [ovs-vsctl options ...] invoke ovs-vsctl on selected node
tcpdump {namespace/podname} [tcpdump options ...] capture pod traffic
trace {namespace/podname} {target ip address} {icmp|tcp|udp} [target tcp or udp port]
diagnose {all|node} [nodename] diagnose connectivity of all nodes or a specific node
Expand Down

0 comments on commit 5904433

Please sign in to comment.