File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.7'
22services :
33 plugin :
44 restart : always
5- image : iqtlabs/dovesnap:latest
5+ image : iqtlabs/dovesnap:v1.1.16
66 volumes :
77 - /run/docker/plugins:/run/docker/plugins
88 - /var/run/docker.sock:/var/run/docker.sock
@@ -34,8 +34,6 @@ services:
3434 - ' --default_ofcontrollers=${STACK_OFCONTROLLERS}'
3535 labels :
3636 - " dovesnap.namespace=primary"
37- build :
38- context : .
3937 ovs :
4038 restart : always
4139 image : iqtlabs/openvswitch:v3.2.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414const (
15- version = "1.1.16.dev "
15+ version = "1.1.16"
1616)
1717
1818func main () {
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dovesnap"
3- version = " 1.1.16.dev "
3+ version = " 1.1.16"
44description = " graphviz generator of dovesnap networks"
55authors = [
" Charlie Lewis <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments