Skip to content

Commit

Permalink
Merge pull request #2695 from anarkiwi/rel
Browse files Browse the repository at this point in the history
0.18.2
  • Loading branch information
cglewis authored Sep 13, 2022
2 parents d3d0b49 + f1a3605 commit d38f554
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.18.2

* Upgrade faucetconfrpc, faucet, gauge, grafana, pylint, pytype

# v0.18.1

* Remove build for arm v7 due to ninja not being able to compile anymore
Expand Down
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.18.2'
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.33'
Expand All @@ -28,7 +25,7 @@ services:
poseidon:
poseidon_api:
restart: always
image: 'iqtlabs/poseidon-api:latest'
image: 'iqtlabs/poseidon-api:v0.18.2'
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.18.2'
ports:
- '9304:9304'
environment:
Expand All @@ -62,12 +56,9 @@ services:
condition: service_healthy
rabbitmq_adapter:
condition: service_started
build:
context: .
dockerfile: Dockerfile
workers:
restart: always
image: 'iqtlabs/poseidon-workers:latest'
image: 'iqtlabs/poseidon-workers:v0.18.2'
environment:
PYTHONUNBUFFERED: '1'
KEEPIMAGES: '0'
Expand All @@ -79,9 +70,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 lib/poseidon_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poseidon-api"
version = "0.18.2.dev"
version = "0.18.2"
description = "RESTful API for querying Poseidon"
authors = ["cglewis <clewis@iqt.org>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/poseidon_cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poseidon-cli"
version = "0.18.2.dev"
version = "0.18.2"
description = "Commandline tool for querying Poseidon via Prometheus"
authors = ["cglewis <clewis@iqt.org>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/poseidon_core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poseidon-core"
version = "0.18.2.dev"
version = "0.18.2"
description = "Poseidon core package, an application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of analytic tools."
authors = ["cglewis <clewis@iqt.org>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d38f554

Please sign in to comment.