Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' for release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalger committed Sep 19, 2019
2 parents eb30638 + 102b740 commit 7897d86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.9
===============

* Pinned image for Traefik to use `traefik:v1.7` imgae vs `traefik:latest` to resolve issues caused by Traefik 2.0 having breaking changes in the configuration API

0.1.8
===============

Expand Down
2 changes: 1 addition & 1 deletion commands/usage.help
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WARDEN_HEADER='

WARDEN_USAGE=$(cat <<EOF
${WARDEN_HEADER:1}
Warden version 0.1.8
Warden version 0.1.9
\033[33mUsage:\033[0m
command [options] [arguments]
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"
services:
traefik:
container_name: traefik
image: traefik
image: traefik:v1.7
command: |
--api
--docker
Expand Down

0 comments on commit 7897d86

Please sign in to comment.