Skip to content

Commit

Permalink
Merge pull request #278 from anarkiwi/rel
Browse files Browse the repository at this point in the history
'15.
  • Loading branch information
cglewis authored Jan 20, 2021
2 parents 3bf32be + c3fc40e commit 0235332
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# v0.15.0 (2021-01-21)

- Add ovs.bridge.add_copro_ports
- Upgrade faucetconfrpc, certstrap, prometheus, grafana, grpc

# v0.14.0 (2021-01-14)

* Handle empty FAUCET config at startup
* Handle cold start of host with existing docker networks
* Handle ovs-ofctl returning an error temporarily, reconciling networks
* Upgrade prometheus, grpc, faucet, gauge, faucetconfrpc, certstrap, grafana
- Handle empty FAUCET config at startup
- Handle cold start of host with existing docker networks
- Handle ovs-ofctl returning an error temporarily, reconciling networks
- Upgrade prometheus, grpc, faucet, gauge, faucetconfrpc, certstrap, grafana

# v0.13.0 (2020-11-25)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = "0.14.0"
version = "0.15.0"
)

func main() {
Expand Down

0 comments on commit 0235332

Please sign in to comment.