Skip to content

Commit d2b9c39

Browse files
author
Matthew Fisher
committed
Merge pull request #1977 from bacongobbler/bump-vagrant
docs(vagrant): bump version to v1.6.5
2 parents 8c1e9bd + 6f096af commit d2b9c39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Trying out Deis? Continue following these instructions for a local installation
1818

1919
* Due to its nature as a distributed system, we strongly recommend using Deis with a minimum of 3 nodes even for local development and testing
2020
* The Deis "control plane" containers will consume approximately 2 GB of RAM across the cluster. Please be sure you have sufficient free memory before proceeding.
21-
* Install [Vagrant v1.6+](http://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
21+
* Install [Vagrant v1.6.5+](http://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
2222

2323
Note for Ubuntu users: the VirtualBox package in Ubuntu (as of the last known release for 14.04) has some issues when running in RAM-constrained environments. Please install the latest version of VirtualBox from Oracle's website.
2424

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
require 'fileutils'
55

6-
Vagrant.require_version ">= 1.6.0"
6+
Vagrant.require_version ">= 1.6.5"
77

88
CLOUD_CONFIG_PATH = File.join(File.dirname(__FILE__), "contrib", "coreos", "user-data")
99
CONFIG = File.join(File.dirname(__FILE__), "config.rb")

0 commit comments

Comments
 (0)