Skip to content

Commit

Permalink
Merge pull request #615 from anarkiwi/rel
Browse files Browse the repository at this point in the history
1.0.5
  • Loading branch information
cglewis authored Jan 11, 2022
2 parents 05b4402 + 45d2e54 commit acadf67
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.0.5

- Update c65faucet to 1.0.23
- Update faucetconfrpc to 0.22.30
- Update containerd to 1.5.9
- Update OVS to 2.16.2
- Update grpc to 1.43.0
- Update docker to 2.3.2
- Update pylint, pytype, grafana

# v1.0.3

- Update to debian bullseye
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.4
image: iqtlabs/dovesnap:v1.0.5
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.4"
version = "1.0.5"
)

func main() {
Expand Down

0 comments on commit acadf67

Please sign in to comment.