Skip to content

Commit

Permalink
Merge pull request #452 from anarkiwi/rel
Browse files Browse the repository at this point in the history
0.22.4
  • Loading branch information
cglewis authored Aug 11, 2021
2 parents 64ed2cf + ff8a20f commit a1e95ce
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 a1e95ce

Please sign in to comment.