Skip to content

Commit

Permalink
Bump dcos-vagrant-box to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Isenberg committed May 12, 2016
1 parent 4bf7344 commit c5dd24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ For version compatibility, see [Supported DC/OS Versions](#supported-dcos-versio
1. Change into the repo directory (e.g. `cd ~/workspace/dcos-vagrant`)
1. Fetch the new code (e.g. `git fetch`)
1. Check out the new desired version (e.g. `git checkout v0.6.0` or `git checkout master`)
1. Check out the new desired version (e.g. `git checkout v0.7.0` or `git checkout master`)
**Upgrade to a new version of DC/OS**:
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class UserConfig
c = new
c.box = ENV.fetch('DCOS_BOX', 'mesosphere/dcos-centos-virtualbox')
c.box_url = ENV.fetch('DCOS_BOX_URL', 'https://downloads.dcos.io/dcos-vagrant/metadata.json')
c.box_version = ENV.fetch('DCOS_BOX_VERSION', '~> 0.5.0')
c.box_version = ENV.fetch('DCOS_BOX_VERSION', '~> 0.6.0')
c.machine_config_path = ENV.fetch('DCOS_MACHINE_CONFIG_PATH', 'VagrantConfig.yaml')
c.config_path = ENV.fetch('DCOS_CONFIG_PATH', 'etc/config.yaml')
c.generate_config_path = ENV.fetch('DCOS_GENERATE_CONFIG_PATH', 'dcos_generate_config.sh')
Expand Down

0 comments on commit c5dd24b

Please sign in to comment.