Skip to content

Commit

Permalink
Merge pull request #2297 from anarkiwi/rel
Browse files Browse the repository at this point in the history
0.17.12
  • Loading branch information
cglewis authored Aug 5, 2021
2 parents 3b6a575 + 7f30a5e commit 9984e62
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.17.12 (2021-08-05)

* tshark parsing/reliability fixes in dependencies
* replace eventlet/greenlet/unicorn with bjoern
* yaml cleanup
* precommits
* upgrade network-tools, network_tap, networkml, ovs, pytype, pep8, codecov, faucet, gauge, event_adapter_rabbitmq

# v0.17.11 (2021-07-16)

* Upgrade grafana, cm2, prometheus, urllib3, requests, httpx, texttable, network_tap, networkml, faucetconfrpc, .
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.12.dev
0.17.12
21 changes: 4 additions & 17 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
version: '3.7'
services:
rabbit:
restart: always
image: 'iqtlabs/rabbitmq:latest'
image: 'iqtlabs/rabbitmq:v0.17.12'
ports:
- '127.0.0.1:15672:15672'
- '5672:5672'
Expand All @@ -13,9 +12,6 @@ services:
- RABBIT_SERVER
- rabbitmq
- messenger
build:
context: helpers/rabbitmq
dockerfile: Dockerfile
network_tap:
restart: always
image: 'iqtlabs/network_tap:v0.11.27'
Expand All @@ -29,7 +25,7 @@ services:
poseidon:
poseidon_api:
restart: always
image: 'iqtlabs/poseidon-api:latest'
image: 'iqtlabs/poseidon-api:v0.17.12'
ports:
- '5000:8000'
environment:
Expand All @@ -42,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.12'
ports:
- '9304:9304'
environment:
Expand All @@ -60,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.12'
environment:
PYTHONUNBUFFERED: '1'
KEEPIMAGES: '0'
Expand All @@ -77,9 +67,6 @@ services:
- '/var/run/docker.sock:/var/run/docker.sock'
depends_on:
- poseidon
build:
context: workers
dockerfile: Dockerfile
networks:
poseidon:
driver: overlay

0 comments on commit 9984e62

Please sign in to comment.