Skip to content

Commit

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

* Fixed issue breaking SSH tunnel as used for port-forwards.

0.1.11
===============

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.11
Warden version 0.1.12
\033[33mUsage:\033[0m
command [options] [arguments]
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ services:
- >-
MOTD=Welcome to the Warden SSH tunnel!
- SSH_USERS=user:2000:2000
- TCP_FORWARDING=true
restart: always

volumes:
Expand Down

0 comments on commit 29259f6

Please sign in to comment.