Skip to content

Commit 082f3f4

Browse files
authored
Merge pull request #167 from anarkiwi/rel
0.6.0.
2 parents 83d5506 + 5985cb7 commit 082f3f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# v0.5.0 (2020-09-04)
211

312
- update faucetconfrpc, certstrap

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
version = "0.5.0"
12+
version = "0.6.0"
1313
)
1414

1515
func main() {

0 commit comments

Comments
 (0)