Releases: articulate/tugboat
Work around volumes regression on Docker for Windows
Upgrade consul
Upgrades consul to use the latest official consul image.
Change IP subnet completely
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.
1.1.1 Bind on specific IP to support VMWare (#18)
Support new IP in Docker for Mac/Windows
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
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
Quick bugfix to escape a #
in our makefile
Remove direct link interfaces
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
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!
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!