v1.2.0
For use with dcos-vagrant-box v0.9.1
Changes:
- Update default box version to 0.9.0+
- Disable VirtualBox NAT DNS Proxy (flakey)
- Allow capturing ssh output (ex:
DOCKER_VERSION="$(VAGANT_LOG=error vagrant ssh -c 'docker --version')"
) - Automate end to end testing: (ex:
ci/test-e2e.sh
) - Automate oinker example testing: (ex:
ci-test-oinker.sh
) - Automate DC/OS CLI installation: (ex:
ci/dcos-install-cli.sh
) - Automate DC/OS Version detection: (ex:
ci/dcos-version.sh
) - Automate application health polling: (ex:
ci/test-app-health.sh cassandra
) - Automate passwordless sudo setup (mac-only) (ex:
ci/passwordless.sh
) - Add support for public agents using ssh_push & web install methods (DC/OS 1.8+ only)
- Drop support for old DC/OS versions (1.5 & 1.6). Use an older dcos-vagrant release, if necessary.
- Bundle Semi-Semantic for version parsing
- Avoid red text output unless there is an error