Skip to content

Commit

Permalink
Merge pull request #2239 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.17.7
  • Loading branch information
cglewis authored May 21, 2021
2 parents 95cc36b + 7597c68 commit 773fc8b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.17.7 (2021-05-21)

* IMPORTANT: Due to moving from a default branch name of 'master' to 'main', when upgrading you'll first need to do the following (then proceed with the normal upgrade process `poseidon update`):
```
curl -L https://raw.githubusercontent.com/IQTLabs/poseidon/main/bin/poseidon -o /usr/local/bin/poseidon
chmod +x /usr/local/bin/poseidon
```
* Updated codecov, pre-commit, reorder_python_imports, autopep8, pytype, network_tap, flask, faucet, gauge, prometheus, grafana, event_adapter_rabbitmq, faucet-certstrap, faucetconfrpc, falcon, greenlet, gunicorn, pbr, schedule, transitions, urllib3, python3.9, docker, six, network-tools, and networkml
* Removed CRviz

# v0.17.6 (2021-03-05)

* Upgrade transitions, docker, grafana, prometheus, crviz, eventlet, faucetconfrpc, network_tap.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.7.dev
0.17.8
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.8'
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.22'
Expand All @@ -28,7 +25,7 @@ services:
poseidon:
poseidon_api:
restart: always
image: 'iqtlabs/poseidon-api:latest'
image: 'iqtlabs/poseidon-api:v0.17.8'
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.8'
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.8'
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
10 changes: 5 additions & 5 deletions workers/workers.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pcap"
],
"stage": "poseidon_poseidon",
"version": "v0.11.21",
"version": "v0.11.22",
"viewableOutput": false
},
{
Expand All @@ -25,7 +25,7 @@
"pcap"
],
"stage": "poseidon_poseidon",
"version": "v0.11.21",
"version": "v0.11.22",
"viewableOutput": false
},
{
Expand All @@ -51,7 +51,7 @@
"rabbitmq"
],
"stage": "poseidon_poseidon",
"version": "v0.6.10",
"version": "v0.6.12",
"viewableOutput": true
},
{
Expand All @@ -74,7 +74,7 @@
"rabbitmq"
],
"stage": "poseidon_poseidon",
"version": "v0.11.21",
"version": "v0.11.22",
"viewableOutput": true
},
{
Expand All @@ -91,4 +91,4 @@
"viewableOutput": false
}
]
}
}

0 comments on commit 773fc8b

Please sign in to comment.