Skip to content

Commit

Permalink
Merge pull request #493 from anarkiwi/rel
Browse files Browse the repository at this point in the history
1.0.2
  • Loading branch information
cglewis authored Sep 2, 2021
2 parents 63a6aef + 269c569 commit 73e9a0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.0.2

- Upgrade docker, ruamel.yaml, prometheus

# v1.0.1

- Fix packaging.

# v1.0.0

- Driver name has changed from ovs to dovesnap
Expand Down
4 changes: 1 addition & 3 deletions 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:latest
image: iqtlabs/dovesnap:v1.0.2
volumes:
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
Expand Down Expand Up @@ -34,8 +34,6 @@ services:
- '--default_ofcontrollers=${STACK_OFCONTROLLERS}'
labels:
- "dovesnap.namespace=primary"
build:
context: .
ovs:
restart: always
image: iqtlabs/openvswitch:v2.16.0
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.2.dev"
version = "1.0.2"
)

func main() {
Expand Down

0 comments on commit 73e9a0a

Please sign in to comment.