Skip to content

Commit

Permalink
Merge pull request #2397 from anarkiwi/rel
Browse files Browse the repository at this point in the history
'16.
  • Loading branch information
cglewis authored Nov 4, 2021
2 parents 35459a4 + e09fac5 commit ece1d74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.17.16 (2021-11-05)

* Upgrade c65sdn, prometheus, faucetconfrpc, docker, networkml, pylint, pytype, httpx, grafana, pbr

# v0.17.15 (2021-09-16)

* Use c65sdn
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.16.dev
0.17.16
20 changes: 4 additions & 16 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
rabbit:
restart: always
image: 'iqtlabs/rabbitmq:latest'
image: 'iqtlabs/rabbitmq:v0.17.16'
ports:
- '127.0.0.1:15672:15672'
- '5672:5672'
Expand All @@ -12,9 +12,6 @@ services:
- RABBIT_SERVER
- rabbitmq
- messenger
build:
context: helpers/rabbitmq
dockerfile: Dockerfile
network_tap:
restart: always
image: 'iqtlabs/network_tap:v0.11.29'
Expand All @@ -28,7 +25,7 @@ services:
poseidon:
poseidon_api:
restart: always
image: 'iqtlabs/poseidon-api:latest'
image: 'iqtlabs/poseidon-api:v0.17.16'
ports:
- '5000:8000'
environment:
Expand All @@ -41,12 +38,9 @@ services:
- poseidon-api
depends_on:
- poseidon
build:
context: helpers/api
dockerfile: Dockerfile
poseidon:
restart: always
image: 'iqtlabs/poseidon:latest'
image: 'iqtlabs/poseidon:v0.17.16'
ports:
- '9304:9304'
environment:
Expand All @@ -59,12 +53,9 @@ services:
- poseidon
depends_on:
- rabbit
build:
context: .
dockerfile: Dockerfile
workers:
restart: always
image: 'iqtlabs/poseidon-workers:latest'
image: 'iqtlabs/poseidon-workers:v0.17.16'
environment:
PYTHONUNBUFFERED: '1'
KEEPIMAGES: '0'
Expand All @@ -76,9 +67,6 @@ services:
- '/var/run/docker.sock:/var/run/docker.sock'
depends_on:
- poseidon
build:
context: workers
dockerfile: Dockerfile
networks:
poseidon:
driver: overlay
2 changes: 1 addition & 1 deletion workers/workers.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rabbitmq"
],
"stage": "poseidon_poseidon",
"version": "v0.6.16",
"version": "v0.6.17",
"viewableOutput": true
},
{
Expand Down

0 comments on commit ece1d74

Please sign in to comment.