Skip to content

Releases: mesosphere-backup/dcos-vagrant

v0.4.0

13 Feb 10:39
Compare
Choose a tag to compare

For use with dcos-vagrant-box v0.4.0

Changes:

  • Add support for DCOS 1.6
  • Remove support for DCOS 1.4 (use dcos-vagrant v0.3.0)
  • Enable dcos-vagrant-box updates (vagrant box update boot)
  • Require VBGuest Vagrant Plugin to manage the VirtualBox Guest Additions (vagrant plugin install vagrant-vbguest)
  • Require Host Manager Vagrant Plugin to manage /etc/hosts (vagrant plugin install vagrant-hostmanager)
  • Auto-generate ip-detect using details from VagrantConfig.yaml
  • Show environment variable names in validation errors
  • Add support for optional insecure docker registry to run on the boot node (export DCOS_PRIVATE_REGISTRY=true)
  • Add Marathon Oinker Example
  • Fix README references to DCOS_CONFIG_PATH
  • Namespace VM type provision scripts to distinguish from scripts run on all nodes
  • Replace references of the Mesos Worker with Mesos Agent
  • Rename example private agent node names from w# to a#
  • Rename example public agent node names from lb to p#
  • Add support for multiple public agent nodes
  • Add README appendix about high level installation steps

v0.3.0

08 Feb 21:31
Compare
Choose a tag to compare

For use with dcos-vagrant-box v0.3.0

Changes: