Skip to content

Commit 6ce1153

Browse files
authored
Merge pull request #1114 from anarkiwi/rel
release 1.1.16
2 parents ec53ec7 + 72751ac commit 6ce1153

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22
services:
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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
version = "1.1.16.dev"
15+
version = "1.1.16"
1616
)
1717

1818
func main() {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dovesnap"
3-
version = "1.1.16.dev"
3+
version = "1.1.16"
44
description = "graphviz generator of dovesnap networks"
55
authors = ["Charlie Lewis <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)