Skip to content

Commit

Permalink
Merge pull request #1114 from anarkiwi/rel
Browse files Browse the repository at this point in the history
release 1.1.16
  • Loading branch information
anarkiwi authored Oct 9, 2023
2 parents ec53ec7 + 72751ac commit 6ce1153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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.1.16
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:v3.2.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.1.16.dev"
version = "1.1.16"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dovesnap"
version = "1.1.16.dev"
version = "1.1.16"
description = "graphviz generator of dovesnap networks"
authors = ["Charlie Lewis <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6ce1153

Please sign in to comment.