Skip to content

Commit

Permalink
Merge pull request #731 from anarkiwi/v10
Browse files Browse the repository at this point in the history
V10
  • Loading branch information
cglewis authored Jun 10, 2022
2 parents 2d2e5f8 + 6252eeb commit 6c581a4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.0.10

- faucetconfrpc 0.22.35

# v1.0.9

- OVS 2.17.1
- c65sdn/faucet to 1.0.35
- golang 1.18
- libyaml 3.0
- grpc 1.46.2
- faucetconfrpc 0.22.34
- pylint, pytype, grafana, prometheus

# v1.0.8

- Update c65faucet to 1.0.29
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
plugin:
restart: always
image: iqtlabs/dovesnap:v1.0.9
image: iqtlabs/dovesnap:v1.0.10
volumes:
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
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 = "1.0.9"
version = "1.0.10"
)

func main() {
Expand Down

0 comments on commit 6c581a4

Please sign in to comment.