Skip to content

Commit

Permalink
Merge pull request #461 from anarkiwi/225
Browse files Browse the repository at this point in the history
0.22.5.
  • Loading branch information
cglewis authored Aug 16, 2021
2 parents 660902d + cb54879 commit 4053c65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.22.5 (2021-08-16)

- allocate OVS ports when endpoint is created, before container Join.
- allow preallocation of N FAUCET ports.
- trigger state reconcilation on webserver request for status
- upgrade pytype, prometheus, grpc

# v0.22.4 (2021-08-11)

- immediately allocate OVS port at container Join (faster networking setup)
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.4"
version = "0.22.5"
)

func main() {
Expand Down

0 comments on commit 4053c65

Please sign in to comment.