Skip to content

Commit

Permalink
Merge pull request #2323 from anarkiwi/rel
Browse files Browse the repository at this point in the history
release '14.
  • Loading branch information
cglewis authored Sep 3, 2021
2 parents 04512c6 + 7dd6607 commit c8755c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.17.14 (2021-09-04)

* upgrade network-tools, network_tap, faucetconfrpc, codecov-action, prometheus, docker, transitions

# v0.17.13 (2021-08-20)

* upgrade network-tools, network_tap, networkml, grafana, httpx, prometheus
Expand All @@ -13,7 +17,7 @@

# v0.17.11 (2021-07-16)

* Upgrade grafana, cm2, prometheus, urllib3, requests, httpx, texttable, network_tap, networkml, faucetconfrpc, .
* Upgrade grafana, cm2, prometheus, urllib3, requests, httpx, texttable, network_tap, networkml, faucetconfrpc

# v0.17.10 (2021-06-18)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.14.dev
0.17.14
8 changes: 4 additions & 4 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:v0.17.13'
image: 'iqtlabs/rabbitmq:v0.17.14'
ports:
- '127.0.0.1:15672:15672'
- '5672:5672'
Expand All @@ -25,7 +25,7 @@ services:
poseidon:
poseidon_api:
restart: always
image: 'iqtlabs/poseidon-api:v0.17.13'
image: 'iqtlabs/poseidon-api:v0.17.14'
ports:
- '5000:8000'
environment:
Expand All @@ -40,7 +40,7 @@ services:
- poseidon
poseidon:
restart: always
image: 'iqtlabs/poseidon:v0.17.13'
image: 'iqtlabs/poseidon:v0.17.14'
ports:
- '9304:9304'
environment:
Expand All @@ -55,7 +55,7 @@ services:
- rabbit
workers:
restart: always
image: 'iqtlabs/poseidon-workers:v0.17.13'
image: 'iqtlabs/poseidon-workers:v0.17.14'
environment:
PYTHONUNBUFFERED: '1'
KEEPIMAGES: '0'
Expand Down

0 comments on commit c8755c3

Please sign in to comment.