Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Releases: articulate/tugboat

Work around volumes regression on Docker for Windows

16 May 17:38
Compare
Choose a tag to compare

Set the COMPOSE_CONVERT_WINDOWS_PATHS environment variable when running on Windows to make the /var/run/docker.sock volume mount correctly on Docker 18.03.0+.

Upgrade consul

31 Jan 20:44
298d280
Compare
Choose a tag to compare

Upgrades consul to use the latest official consul image.

Change IP subnet completely

22 Jan 23:53
b9b14c9
Compare
Choose a tag to compare

Docker for Mac/Windows keeps changing how their internal IPs work, and this ends up breaking tugboat.

This PR moves us completely away from the docker IP ranges, and binds a specific IP 10.156.156.1 on all platforms.

Support VMWare on windows by binding to a specific IP.

19 Jan 15:57
fffe608
Compare
Choose a tag to compare
1.1.1

Bind on specific IP to support VMWare (#18)

Support new IP in Docker for Mac/Windows

09 Jan 23:14
6798396
Compare
Choose a tag to compare

This fixes an issue with the latest docker for mac/windows. This changes the IP to be 192.168.65.2 which is the new default.

Support docker-compose 1.17.x

21 Nov 17:33
01f9c74
Compare
Choose a tag to compare

docker-compose 1.17.x has troubles with labels/environment configuration specified as a list as opposed to a map in docker-compose.yml, the tugboat docker-compose.yml has been converted to use maps for those options.

Bugfix: Escape link properly

23 Oct 15:25
Compare
Choose a tag to compare

Quick bugfix to escape a # in our makefile

Remove direct link interfaces

23 Oct 15:18
Compare
Choose a tag to compare

Fix a bug related to a direct link interface being added after you connect to a IPSec VPN on OSX.

Allow the dev.* hostname to show fabio

19 Sep 17:21
Compare
Choose a tag to compare

Our last release removed the ability to go to the base dev domain and see fabio, this adds that back.

Official Release - Linux Support and More!

19 Sep 17:11
Compare
Choose a tag to compare

Tugboat has been in use at Articulate for well over a year by every engineer, so its time to make it official!

With this release we add Linux support. Tugboat now supports Linux, Mac and OSX. Using docker native or using docker toolbox.

Enjoy!