Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Releases: lmakarov/boot2docker-vagrant

v1.2.1

28 Oct 20:12
Compare
Choose a tag to compare
  • Update path to shell scripts in README.md

v1.2.0

26 Oct 21:38
Compare
Choose a tag to compare
  • Switched to new base box version 1.8.3
    • Docker v1.8.3, Docker Compose v1.4.2
    • SFTP support (user: docker, password: tcuser or using vagrants insecure key)
  • Added nfs2 synced folders option with optimized NFS settings (experimental and default)
  • Switched to vhost-proxy v1.1.0 and dns-discovery v1.0.0 container images
  • Moved scripts to a subfolder
  • Fixed Version requirements for Vagrant and Virtual Box

Release v1.1.1

01 Oct 14:27
Compare
Choose a tag to compare
  • Fix path to VBoxManage on Windows

v1.1.0

30 Sep 16:12
Compare
Choose a tag to compare
  • Switch to blinkreaction/boot2docker base box v1.8.2
    • Docker v1.8.2
    • Docker Compose v1.4.2
  • DNS resolution and service discovery
    • Simple DNS based service discovery using dnsmasq and docker-gen
    • dns service container is required and cannot be disabled
  • Default box IP can be configured in vagrant.yml
  • vhost-proxy HTTPS support
  • Switch to the stable branch for dsh (master)
  • Docs updates
    • DNS resolution and service discovery
    • Bumped required/supported VirtualBox (5.0+) and Vagrant (1.7.3+) versions
  • Disable default DHCP server and network interface after VirtualBox installation

v1.0.2

22 Sep 21:04
Compare
Choose a tag to compare
  • Fix docker and docker-compose install on mac
  • README - mention that preset scripts can be used for updates as well.

v1.0.1

14 Sep 18:39
Compare
Choose a tag to compare
  • Host's home directory mapping

v1.0.0

14 Sep 18:21
Compare
Choose a tag to compare
  • SMB mounts on Windows
    • Added smb2_auto: true/false option to allow switching to manual provisioning of the smb user and share.
    • Fixed share permissions
  • Added Troubleshooting docs

v1.0.0-rc2

18 Aug 17:36
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
  • Upgrade to Docker 1.8.1 base box
  • Docker 1.8.1, Docker Compose 1.4.0
  • Switching to Babun shell on Windows
  • Now binding to the particular versions of Docker and Docker Compose on both Mac and Windows
  • Fully automated setup on Windows (once Babun is installed)
  • Minor fixes and cleanup, documentation updates

v1.0.0-rc1

02 Jul 17:46
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
  • Upgrade to Docker 1.7.0 base box
    • moved some provisioning scripts into the base box
  • vhost-proxy service is now enabled by default in vagrant.yml (vhost_proxy: true)
    • switched vhost-proxy container to a lightweight Alpine Linux base image
  • Added dns service to resolve *.drude to VM's primary IP address (192.168.10.10)
  • Some adjustments in the networking settings
  • presetup-mac: Install docker and docker-compose directly instead of brew to match the Docker server version
  • Added support to setup scripts to test different branches. E.g. BOOT2DOCKER_TEST_ENVIRONMENT=develop setup.sh
  • Updated documentation

v0.13.0

18 Jun 15:53
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release
  • Split install scripts into two pieces: prerequisites installation (optional) and actual box installation.
  • Automatic installation is now supported on Windows!
  • vhost-proxy service - adds ability to use a single shared IP address for multiple web projects running concurrently.
  • VirtualBox network adapters performance adjustments (using virtio on the NAT interface). Resolves #12.
  • Added bash to avoid shell script compatibility issues and updated all shell scripts to use #/bin/bash header. Resolves #17.
  • Documentation updates.