Skip to content

Commit

Permalink
0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Aug 11, 2021
1 parent 64ed2cf commit ff8a20f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.22.4 (2021-08-11)

- immediately allocate OVS port at container Join (faster networking setup)
- upgrade faucet, gauge, pytype, docker, grafana, grpc

# v0.22.3 (2021-07-28)

- reduce size of OVS and dovesnap containers (builders)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "0.22.3"
version = "0.22.4"
)

func main() {
Expand Down

0 comments on commit ff8a20f

Please sign in to comment.