Skip to content

Commit 0edb868

Browse files
authored
Merge pull request #1142 from anarkiwi/rel2
1.1.18
2 parents 9df33e9 + 2e61f78 commit 0edb868

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.18
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.1

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.18.dev"
15+
version = "1.1.18"
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.18.dev"
3+
version = "1.1.18"
44
description = "graphviz generator of dovesnap networks"
55
authors = ["Charlie Lewis <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)