We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83d5506 + 5985cb7 commit 082f3f4Copy full SHA for 082f3f4
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# v0.6.0 (2020-09-22)
2
+
3
+- fix race condition that could lead to multiple containers with same OFPort
4
+- add NAT port mapping (-p) support via network gateway IP
5
+- Remove OVS privilege when in userspace mode
6
+- Move to go mod from dep ensure
7
+- Viz script timeout/missing IP fixes
8
+- update faucetconfrpc, OVS
9
10
# v0.5.0 (2020-09-04)
11
12
- update faucetconfrpc, certstrap
main.go
@@ -9,7 +9,7 @@ import (
)
const (
- version = "0.5.0"
+ version = "0.6.0"
13
14
15
func main() {
0 commit comments