2013-12-09 08:17:20 +00:00
|
|
|
---
|
|
|
|
layout: "inner"
|
|
|
|
sidebar_current: "downloads-archive"
|
|
|
|
sidebar_template: "downloads"
|
|
|
|
sidebar_title: "Download"
|
|
|
|
page_title: "Download Old Versions of Vagrant"
|
|
|
|
---
|
|
|
|
|
|
|
|
<h2>Old Versions</h2>
|
|
|
|
|
|
|
|
<p>
|
2014-01-10 17:42:05 +00:00
|
|
|
This webpage lists the older versions of Vagrant that are available for
|
|
|
|
download. Some even older versions are available from the
|
|
|
|
<a href="http://downloads.vagrantup.com/">legacy downloads page</a>.
|
2013-12-09 08:17:20 +00:00
|
|
|
</p>
|
|
|
|
|
2014-01-10 17:45:49 +00:00
|
|
|
<p>
|
|
|
|
The latest version of Vagrant can be found on the
|
|
|
|
<a href="/downloads.html">main downloads page</a>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<% if $vagrant_versions.length > 1 %>
|
2014-01-10 17:42:05 +00:00
|
|
|
<ul>
|
2014-01-10 17:45:49 +00:00
|
|
|
<% $vagrant_versions[1..-1].each do |version| %>
|
2014-01-10 17:48:44 +00:00
|
|
|
<li><p><a href="/download-archive/v<%= version.to_s %>.html"><%= version.to_s %></a></p></li>
|
2014-01-10 17:42:05 +00:00
|
|
|
<% end %>
|
|
|
|
</ul>
|
2014-01-10 17:45:49 +00:00
|
|
|
<% else %>
|
|
|
|
<p>
|
|
|
|
No old Vagrant versions could be found.
|
|
|
|
</p>
|
|
|
|
<% end %>
|