Skip to content

Commit

Permalink
Merge pull request #2082 from anarkiwi/rel
Browse files Browse the repository at this point in the history
v0.16.0
  • Loading branch information
cglewis authored Dec 16, 2020
2 parents 93643fa + 8ef8d0f commit a4f76f7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.16.0 (2020-12-17)

* Remove Redis storage, move to Prometheus
* Remove active/inactive endpoint states (endpoints now will expire over time if not observed)
* Updated NetworkML, faucet, gauge, event-adapter-rabbitmq, faucetconfrpc, certstrap, prometheus, grafana, requests, pytype, mock, pytest

# v0.15.9 (2020-11-25)

* Refactored RabbitMQ connections, processing Faucet events, and cleanly exiting.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.10.dev
0.16.0
17 changes: 4 additions & 13 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.16.0'
ports:
- '127.0.0.1:15672:15672'
- '5672:5672'
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
- poseidon
poseidon_api:
restart: always
image: 'iqtlabs/poseidon-api:latest'
image: 'iqtlabs/poseidon-api:v0.16.0'
ports:
- '5000:8000'
environment:
Expand All @@ -47,12 +47,9 @@ services:
- poseidon-api
depends_on:
- poseidon
build:
context: api
dockerfile: Dockerfile
poseidon:
restart: always
image: 'iqtlabs/poseidon:latest'
image: 'iqtlabs/poseidon:v0.16.0'
ports:
- '9304:9304'
environment:
Expand All @@ -65,12 +62,9 @@ services:
- poseidon
depends_on:
- rabbit
build:
context: .
dockerfile: Dockerfile
workers:
restart: always
image: 'iqtlabs/poseidon-workers:latest'
image: 'iqtlabs/poseidon-workers:v0.16.0'
environment:
PYTHONUNBUFFERED: '1'
KEEPIMAGES: '0'
Expand All @@ -82,9 +76,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.5",
"version": "v0.6.6",
"viewableOutput": true
},
{
Expand Down

0 comments on commit a4f76f7

Please sign in to comment.