Skip to content

Commit

Permalink
Merge pull request #1607 from anarkiwi/rel
Browse files Browse the repository at this point in the history
Release v0.11.1
  • Loading branch information
cglewis authored Mar 26, 2020
2 parents fdcd063 + 96361bd commit d0ae06c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.11.1 (2020-03-26)

- crviz to v0.3.21
- Update faucet, gauge, event-adapater-rabbit-mq, pytest, prometheus, transitions, grafana, pyyaml, cmd2, mock
- refactor for future FAUCET tunneling support


# v0.11.0 (2020-02-28)

- Update faucet, gauge, event-adapater-rabbit-mq
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1.dev
0.11.1
19 changes: 5 additions & 14 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: '3.7'
services:
redis:
restart: always
image: 'cyberreboot/redis:latest'
image: 'cyberreboot/redis:v0.11.1'
volumes:
- '${POSEIDON_PREFIX}/opt/redis:/data'
networks:
poseidon:
rabbit:
restart: always
image: 'cyberreboot/rabbitmq:latest'
image: 'cyberreboot/rabbitmq:v0.11.1'
ports:
- '127.0.0.1:15672:15672'
- '5672:5672'
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
poseidon:
poseidon_api:
restart: always
image: 'cyberreboot/poseidon-api:latest'
image: 'cyberreboot/poseidon-api:v0.11.1'
ports:
- '5000:8000'
environment:
Expand All @@ -48,12 +48,9 @@ services:
poseidon:
aliases:
- poseidon-api
build:
context: api
dockerfile: Dockerfile
poseidon:
restart: always
image: 'cyberreboot/poseidon:latest'
image: 'cyberreboot/poseidon:v0.11.1'
environment:
PYTHONUNBUFFERED: '1'
volumes:
Expand All @@ -63,12 +60,9 @@ services:
- '${POSEIDON_PREFIX}/var/log/poseidon:/var/log/poseidon'
networks:
- poseidon
build:
context: .
dockerfile: Dockerfile
workers:
restart: always
image: 'cyberreboot/poseidon-workers:latest'
image: 'cyberreboot/poseidon-workers:v0.11.1'
environment:
PYTHONUNBUFFERED: '1'
KEEPIMAGES: '0'
Expand All @@ -78,8 +72,5 @@ services:
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'

build:
context: workers
dockerfile: Dockerfile
networks:
poseidon:

0 comments on commit d0ae06c

Please sign in to comment.