2012-01-29 01:39:47 +00:00
|
|
|
## 0.9.5 (unreleased)
|
|
|
|
|
2012-01-29 05:48:12 +00:00
|
|
|
- Fix crashing case when all network options are `:auto_config false`.
|
|
|
|
[GH-689]
|
2012-01-29 05:50:57 +00:00
|
|
|
- Type of network adapter can be specified with `:nic_type`. [GH-690]
|
2012-01-29 21:36:13 +00:00
|
|
|
- The NFS version can be specified with the `:nfs_version` option
|
|
|
|
on shared folders. [GH-557]
|
2012-01-31 03:53:23 +00:00
|
|
|
- Greatly improved FreeBSD guest and host support. [GH-695]
|
2012-02-01 05:18:57 +00:00
|
|
|
- Fix instability with RedHat guests and host only and bridged networks.
|
|
|
|
[GH-698]
|
2012-01-29 01:39:47 +00:00
|
|
|
|
2012-01-29 01:38:53 +00:00
|
|
|
## 0.9.4 (January 28, 2012)
|
2012-01-24 08:19:04 +00:00
|
|
|
|
2012-01-29 01:12:30 +00:00
|
|
|
- Important internal changes to middlewares that make plugin developer's
|
|
|
|
lives much easier. [GH-684]
|
2012-01-25 01:03:55 +00:00
|
|
|
- Match VM names that have parens, brackets, etc.
|
2012-01-25 03:30:55 +00:00
|
|
|
- Detect when the VirtualBox kernel module is not loaded and error. [GH-677]
|
2012-01-25 05:29:26 +00:00
|
|
|
- Set `:auto_config` to false on any networking option to not automatically
|
|
|
|
configure it on the guest. [GH-663]
|
2012-01-25 05:37:02 +00:00
|
|
|
- NFS shared folder guest paths can now contain shell expansion characters
|
|
|
|
such as `~`.
|
2012-01-25 05:48:42 +00:00
|
|
|
- NFS shared folders with a `:create` flag will have their host folders
|
|
|
|
properly created if they don't exist. [GH-667]
|
2012-01-25 18:39:17 +00:00
|
|
|
- Fix the precedence for Arch, Ubuntu, and FreeBSD host classes so
|
|
|
|
they are properly detected. [GH-683]
|
2012-01-26 05:12:08 +00:00
|
|
|
- Fix issue where VM import sometimes made strange VirtualBox folder
|
|
|
|
layouts. [GH-669]
|
2012-01-26 17:56:06 +00:00
|
|
|
- Call proper `id` command on Solaris. [GH-679]
|
2012-01-27 20:40:42 +00:00
|
|
|
- More accurate VBoxManage error detection.
|
2012-01-29 00:51:18 +00:00
|
|
|
- Shared folders can now be marked as transient using the `:transient`
|
|
|
|
flag. [GH-688]
|
2012-01-24 08:19:04 +00:00
|
|
|
|
2012-01-24 08:18:10 +00:00
|
|
|
## 0.9.3 (January 24, 2012)
|
2012-01-20 19:41:12 +00:00
|
|
|
|
2012-01-20 23:23:33 +00:00
|
|
|
- Proper error handling for not enough arguments to `box` commands.
|
2012-01-23 18:04:36 +00:00
|
|
|
- Fix issue causing crashes with bridged networking. [GH-673]
|
2012-01-24 02:00:28 +00:00
|
|
|
- Ignore host only network interfaces that are "down." [GH-675]
|
2012-01-23 23:33:49 +00:00
|
|
|
- Use "printf" instead of "echo" to determine shell expanded files paths
|
|
|
|
which is more generally POSIX compliant. [GH-676]
|
2012-01-20 19:41:12 +00:00
|
|
|
|
2012-01-20 19:40:17 +00:00
|
|
|
## 0.9.2 (January 20, 2012)
|
2012-01-18 19:14:02 +00:00
|
|
|
|
2012-01-20 04:14:05 +00:00
|
|
|
- Support shell expansions in shared folder guest paths again. [GH-656]
|
2012-01-20 05:06:09 +00:00
|
|
|
- Fix issue where Chef solo always expected the host to have a
|
|
|
|
"cookbooks" folder in their directory. [GH-638]
|
2012-01-19 02:47:28 +00:00
|
|
|
- Fix `forward_agent` not working when outside of blocks. [GH-651]
|
2012-01-19 22:47:36 +00:00
|
|
|
- Fix issue causing custom guest implementations to not load properly.
|
2012-01-19 23:14:11 +00:00
|
|
|
- Filter clear screen character out of output on SSH.
|
2012-01-20 01:12:18 +00:00
|
|
|
- Log output now goes on `stderr`, since it is utility information.
|
2012-01-20 01:34:06 +00:00
|
|
|
- Get rid of case where a `NoMethodError` could be raised while
|
|
|
|
determining VirtualBox version. [GH-658]
|
2012-01-20 01:36:29 +00:00
|
|
|
- Debian/Ubuntu uses `ifdown` again, instead of `ifconfig xxx down`, since
|
|
|
|
the behavior seems different/wrong.
|
2012-01-20 03:48:57 +00:00
|
|
|
- Give a nice error if `:vagrant` is used as a JSON key, since Vagrant
|
|
|
|
uses this. [GH-661]
|
2012-01-20 05:09:51 +00:00
|
|
|
- If there is only one bridgable interface, use that without asking
|
|
|
|
the user. [GH-655]
|
2012-01-20 19:25:39 +00:00
|
|
|
- The shell will have color output if ANSICON is installed on Windows. [GH-666]
|
2012-01-20 19:31:03 +00:00
|
|
|
|
2012-01-18 19:12:53 +00:00
|
|
|
## 0.9.1 (January 18, 2012)
|
2012-01-17 21:37:36 +00:00
|
|
|
|
2012-01-18 19:05:34 +00:00
|
|
|
- Use `ifconfig device down` instead of `ifdown`. [GH-649]
|
2012-01-18 17:40:01 +00:00
|
|
|
- Clearer invalid log level error. [GH-645]
|
|
|
|
- Fix exception raised with NFS `recover` method.
|
|
|
|
- Fix `ui` `NoMethodError` exception in puppet server.
|
2012-01-18 17:41:50 +00:00
|
|
|
- Fix `vagrant box help` on Ruby 1.8.7. [GH-647]
|
2012-01-17 21:37:36 +00:00
|
|
|
|
2012-01-17 19:32:18 +00:00
|
|
|
## 0.9.0 (January 17, 2012)
|
2011-11-28 01:04:05 +00:00
|
|
|
|
2012-01-08 05:11:12 +00:00
|
|
|
- VirtualBox 4.0 support backported in addition to supporting VirtualBox 4.1.
|
2011-12-31 07:40:26 +00:00
|
|
|
- `config.vm.network` syntax changed so that the first argument is now the type
|
|
|
|
of argument. Previously where you had `config.vm.network "33.33.33.10"` you
|
|
|
|
should now put `config.vm.network :hostonly, "33.33.33.10"`. This is in order
|
|
|
|
to support bridged networking, as well.
|
2012-01-03 18:18:10 +00:00
|
|
|
- `config.vm.forward_port` no longer requires a name parameter.
|
2011-12-31 19:57:13 +00:00
|
|
|
- Bridged networking. `config.vm.network` with `:bridged` as the option will
|
|
|
|
setup a bridged network.
|
2012-01-09 03:52:24 +00:00
|
|
|
- Host only networks can be configured with DHCP now. Specify `:dhcp` as
|
|
|
|
the IP and it will be done.
|
2011-12-22 00:25:58 +00:00
|
|
|
- `config.vm.customize` now takes a command to send to `VBoxManage`, so any
|
|
|
|
arbitrary command can be sent. The older style of passing a block no longer
|
|
|
|
works and Vagrant will give a proper error message if it notices this old-style
|
|
|
|
being used.
|
2012-01-06 09:05:13 +00:00
|
|
|
- `config.ssh.forwarded_port_key` is gone. Vagrant no longer cares about
|
|
|
|
forwarded port names for any reason. Please use `config.ssh.guest_port`
|
|
|
|
(more below).
|
|
|
|
- `config.ssh.forwarded_port_destination` has been replaced by
|
|
|
|
`config.ssh.guest_port` which more accurately reflects what it is
|
|
|
|
used for. Vagrant will automatically scan forwarded ports that match the
|
|
|
|
guest port to find the SSH port.
|
2011-12-04 01:18:42 +00:00
|
|
|
- Logging. The entire Vagrant source has had logging sprinkled throughout
|
|
|
|
to make debugging issues easier. To enable logging, set the VAGRANT_LOG
|
|
|
|
environmental variable to the log level you wish to see. By default,
|
|
|
|
logging is silent.
|
2011-12-16 04:55:16 +00:00
|
|
|
- `system` renamed to `guest` throughout the source. Any `config.vm.system`
|
|
|
|
configurations must be changed to `config.vm.guest`
|
2012-01-11 17:57:07 +00:00
|
|
|
- Puppet provisioner no longer defaults manifest to "box.pp." Instead, it
|
|
|
|
is now "default.pp"
|
2011-12-27 02:12:02 +00:00
|
|
|
- All Vagrant commands that take a VM name in a Multi-VM environment
|
|
|
|
can now be given a regular expression. If the name starts and ends with a "/"
|
|
|
|
then it is assumed to be a regular expression. [GH-573]
|
2012-01-05 05:28:30 +00:00
|
|
|
- Added a "--plain" flag to `vagrant ssh` which will cause Vagrant to not
|
|
|
|
perform any authentication. It will simply `ssh` into the proper IP and
|
|
|
|
port of the virtual machine.
|
2012-01-08 19:23:43 +00:00
|
|
|
- If a shared folder now has a `:create` flag set to `true`, the path on the
|
|
|
|
host will be created if it doesn't exist.
|
2012-01-11 04:37:33 +00:00
|
|
|
- Added `--force` flag to `box add`, which will overwite any existing boxes
|
|
|
|
if they exist. [GH-631]
|
2012-01-11 06:03:22 +00:00
|
|
|
- Added `--provision-with` to `up` which configures what provisioners run,
|
|
|
|
by shortcut. [GH-367]
|
2012-01-12 07:20:12 +00:00
|
|
|
- Arbitrary mount options can be passed with `:extra` to any shared
|
|
|
|
folders. [GH-551]
|
2012-01-12 07:49:42 +00:00
|
|
|
- Options passed after a `--` to `vagrant ssh` are now passed directly to
|
|
|
|
`ssh`. [GH-554]
|
2012-01-13 06:57:32 +00:00
|
|
|
- Ubuntu guests will now emit a `vagrant-mounted` upstart event after shared
|
|
|
|
folders are mounted.
|
2012-01-13 07:07:18 +00:00
|
|
|
- `attempts` is a new option on chef client and chef solo provisioners. This
|
|
|
|
will run the provisioner multiple times until erroring about failing
|
|
|
|
convergence. [GH-282]
|
2011-12-18 03:56:14 +00:00
|
|
|
- Removed Thor as a dependency for the command line interfaces. This resulted
|
|
|
|
in general speed increases across all command line commands.
|
2011-12-11 04:29:16 +00:00
|
|
|
- Linux uses `shutdown -h` instead of `halt` to hopefully more consistently
|
|
|
|
power off the system. [GH-575]
|
2011-12-08 02:33:56 +00:00
|
|
|
- Tweaks to SSH to hopefully be more reliable in coming up.
|
2011-12-11 05:29:11 +00:00
|
|
|
- Helpful error message when SCP is unavailable in the guest. [GH-568]
|
2011-12-11 05:49:00 +00:00
|
|
|
- Error message for improperly packaged box files. [GH-198]
|
2011-12-12 00:31:25 +00:00
|
|
|
- Copy insecure private key to user-owned directory so even
|
|
|
|
`sudo` installed Vagrant installations work. [GH-580]
|
2011-12-17 01:55:12 +00:00
|
|
|
- Provisioner stdout/stderr is now color coded based on stdout/stderr.
|
|
|
|
stdout is green, stderr is red. [GH-595]
|
2012-01-11 06:36:39 +00:00
|
|
|
- Chef solo now prompts users to run a `reload` if shared folders
|
|
|
|
are not found on the VM. [GH-253]
|
2011-12-18 04:27:24 +00:00
|
|
|
- "--no-provision" once again works for certain commands. [GH-591]
|
2011-12-25 17:50:13 +00:00
|
|
|
- Resuming a VM from a saved state will show an error message if there
|
|
|
|
would be port collisions. [GH-602]
|
2011-12-26 17:58:10 +00:00
|
|
|
- `vagrant ssh -c` will now exit with the same exit code as the command
|
|
|
|
run. [GH-598]
|
2011-12-26 18:05:07 +00:00
|
|
|
- `vagrant ssh -c` will now send stderr to stderr and stdout to stdout
|
2011-12-26 18:03:12 +00:00
|
|
|
on the host machine, instead of all output to stdout.
|
2012-01-12 06:57:09 +00:00
|
|
|
- `vagrant box add` path now accepts unexpanded shell paths such as
|
|
|
|
`~/foo` and will properly expand them. [GH-633]
|
2011-12-27 01:00:41 +00:00
|
|
|
- Vagrant can now be interrupted during the "importing" step.
|
2012-01-08 06:01:06 +00:00
|
|
|
- NFS exports will no longer be cleared when an expected error occurs. [GH-577]
|
2011-11-28 01:04:05 +00:00
|
|
|
|
2011-12-11 05:08:13 +00:00
|
|
|
## 0.8.10 (December 10, 2011)
|
2011-12-11 04:43:20 +00:00
|
|
|
|
|
|
|
- Revert the SSH tweaks made in 0.8.8. It affected stability
|
|
|
|
|
2011-12-02 05:53:54 +00:00
|
|
|
## 0.8.8 (December 1, 2011)
|
2011-09-13 20:25:09 +00:00
|
|
|
|
2011-10-14 16:20:10 +00:00
|
|
|
- Mount shared folders shortest to longest to avoid mounting
|
|
|
|
subfolders first. [GH-525]
|
2011-10-14 16:37:59 +00:00
|
|
|
- Support for basic HTTP auth in the URL for boxes.
|
2011-10-31 05:40:38 +00:00
|
|
|
- Solaris support for host only networks. [GH-533]
|
2011-10-31 05:49:13 +00:00
|
|
|
- `vagrant init` respects `Vagrant::Environment` cwd. [GH-528]
|
2011-11-03 04:59:35 +00:00
|
|
|
- `vagrant` commands will not output color when stdout is
|
|
|
|
not a TTY.
|
2011-11-23 03:02:58 +00:00
|
|
|
- Fix issue where `box_url` set with multiple VMs could cause issues. [GH-564]
|
2011-11-23 03:05:44 +00:00
|
|
|
- Chef provisioners no longer depend on a "v-root" share being
|
|
|
|
available. [GH-556]
|
2011-11-25 04:45:58 +00:00
|
|
|
- NFS should work for FreeBSD hosts now. [GH-510]
|
2011-11-25 04:52:31 +00:00
|
|
|
- SSH executed methods respect `config.ssh.max_tries`. [GH-508]
|
2011-11-25 04:58:40 +00:00
|
|
|
- `vagrant box add` now respects the "no_proxy" environmental variable.
|
|
|
|
[GH-502]
|
2011-11-26 16:30:03 +00:00
|
|
|
- Tweaks that should make "Waiting for VM to boot" slightly more
|
|
|
|
reliable.
|
2011-11-27 18:11:50 +00:00
|
|
|
- Add comments to Vagrantfile to make it detected as Ruby file for
|
|
|
|
`vi` and `emacs`. [GH-515]
|
2011-11-30 20:46:56 +00:00
|
|
|
- More correct guest addition version checking. [GH-514]
|
2011-11-30 20:52:05 +00:00
|
|
|
- Chef solo support on Windows is improved. [GH-542]
|
2011-11-30 22:26:13 +00:00
|
|
|
- Put encrypted data bag secret into `/tmp` by default so that
|
|
|
|
permissions are almost certainly guaranteed. [GH-512]
|
2011-09-13 20:25:09 +00:00
|
|
|
|
2011-09-13 20:21:29 +00:00
|
|
|
## 0.8.7 (September 13, 2011)
|
2011-08-29 04:00:51 +00:00
|
|
|
|
2011-08-30 04:09:57 +00:00
|
|
|
- Fix regression with remote paths from chef-solo. [GH-431]
|
2011-09-12 06:23:17 +00:00
|
|
|
- Fix issue where Vagrant crashes if `.vagrant` file becomes invalid. [GH-496]
|
2011-09-12 06:56:02 +00:00
|
|
|
- Issue a warning instead of an error for attempting to forward a port
|
|
|
|
<= 1024. [GH-487]
|
2011-08-29 04:00:51 +00:00
|
|
|
|
2011-08-29 03:59:17 +00:00
|
|
|
## 0.8.6 (August 28, 2011)
|
2011-08-28 03:15:14 +00:00
|
|
|
|
2011-08-28 03:35:01 +00:00
|
|
|
- Fix issue with download progress not properly clearing the line. [GH-476]
|
2011-08-28 06:47:13 +00:00
|
|
|
- NFS should work properly on Fedora. [GH-450]
|
2011-08-28 07:01:23 +00:00
|
|
|
- Arguments can be specified to the `shell` provisioner via the `args` option. [GH-475]
|
2011-08-29 03:02:02 +00:00
|
|
|
- Vagrant behaves much better when there are "inaccessible" VMs. [GH-453]
|
2011-08-28 03:15:14 +00:00
|
|
|
|
2011-08-16 03:55:25 +00:00
|
|
|
## 0.8.5 (August 15, 2011)
|
2011-08-16 03:24:12 +00:00
|
|
|
|
2011-08-16 03:55:25 +00:00
|
|
|
Note: 0.8.3 and 0.8.4 was yanked due to RubyGems encoding issue.
|
2011-07-23 06:59:02 +00:00
|
|
|
|
2011-07-26 04:16:23 +00:00
|
|
|
- Fix SSH `exec!` to inherit proper `$PATH`. [GH-426]
|
2011-07-26 04:33:36 +00:00
|
|
|
- Chef client now accepts an empty (`nil`) run list again. [GH-429]
|
2011-07-30 16:58:29 +00:00
|
|
|
- Fix incorrect error message when running `provision` on halted VM. [GH-447]
|
2011-07-30 17:25:58 +00:00
|
|
|
- Checking guest addition versions now ignores OSE. [GH-438]
|
2011-07-30 17:55:48 +00:00
|
|
|
- Chef solo from a remote URL fixed. [GH-431]
|
2011-07-30 19:05:48 +00:00
|
|
|
- Arch linux support: host only networks and changing the host name. [GH-439] [GH-448]
|
2011-08-03 06:30:01 +00:00
|
|
|
- Chef solo `roles_path` and `data_bags_path` can only be be single paths. [GH-446]
|
2011-08-10 06:19:03 +00:00
|
|
|
- Fix `virtualbox_not_detected` error message to require 4.1.x. [GH-458]
|
2011-08-10 06:26:34 +00:00
|
|
|
- Add shortname (`hostname -s`) for hostname setting on RHEL systems. [GH-456]
|
2011-08-14 20:51:20 +00:00
|
|
|
- `vagrant ssh -c` output no longer has a prefix and respects newlines
|
|
|
|
from the output. [GH-462]
|
2011-07-23 06:59:02 +00:00
|
|
|
|
2011-07-23 06:57:12 +00:00
|
|
|
## 0.8.2 (July 22, 2011)
|
2011-07-21 01:41:59 +00:00
|
|
|
|
2011-07-21 17:53:01 +00:00
|
|
|
- Fix issue with SSH disconnects not reconnecting.
|
2011-07-23 06:10:11 +00:00
|
|
|
- Fix chef solo simply not working with roles/data bags. [GH-425]
|
|
|
|
- Multiple chef solo provisioners now work together.
|
2011-07-23 06:31:24 +00:00
|
|
|
- Update Puppet provisioner so no deprecation warning is shown. [GH-421]
|
2011-07-23 06:53:19 +00:00
|
|
|
- Removed error on "provisioner=" in config, as this has not existed
|
|
|
|
for some time now.
|
|
|
|
- Add better validation for networking.
|
2011-07-21 01:41:59 +00:00
|
|
|
|
|
|
|
## 0.8.1 (July 20, 2011)
|
2011-07-21 00:53:20 +00:00
|
|
|
|
2011-07-21 01:28:37 +00:00
|
|
|
- Repush of 0.8.0 to fix a Ruby 1.9.2 RubyGems issue.
|
2011-07-21 00:53:20 +00:00
|
|
|
|
2011-07-21 00:52:14 +00:00
|
|
|
## 0.8.0 (July 20, 2011)
|
2011-07-04 00:05:26 +00:00
|
|
|
|
2011-07-19 21:33:38 +00:00
|
|
|
- VirtualBox 4.1 support _only_. Previous versions of VirtualBox
|
|
|
|
are supported by earlier versions of Vagrant.
|
2011-07-04 00:19:09 +00:00
|
|
|
- Performance optimizations in `virtualbox` gem. Huge speed gains.
|
2011-07-04 00:19:28 +00:00
|
|
|
- `:chef_server` provisioner is now `:chef_client`. [GH-359]
|
2011-07-09 01:19:36 +00:00
|
|
|
- SSH connection is now cached after first access internally,
|
|
|
|
speeding up `vagrant up`, `reload`, etc. quite a bit.
|
|
|
|
- Actions which modify the VM now occur much more quickly,
|
|
|
|
greatly speeding up `vagrant up`, `reload`, etc.
|
2011-07-04 00:36:34 +00:00
|
|
|
- SUSE host only networking support. [GH-369]
|
2011-07-06 05:48:02 +00:00
|
|
|
- Show nice error message for invalid HTTP responses for HTTP
|
|
|
|
downloader. [GH-403]
|
2011-07-06 06:09:36 +00:00
|
|
|
- New `:inline` option for shell provisioner to provide inline
|
|
|
|
scripts as a string. [GH-395]
|
2011-07-06 06:35:15 +00:00
|
|
|
- Host only network now properly works on multiple adapters. [GH-365]
|
2011-07-06 06:53:15 +00:00
|
|
|
- Can now specify owner/group for regular shared folders. [GH-350]
|
2011-07-06 07:18:44 +00:00
|
|
|
- `ssh_config` host name will use VM name if given. [GH-332]
|
2011-07-06 07:29:09 +00:00
|
|
|
- `ssh` `-e` flag changed to `-c` to align with `ssh` standard
|
|
|
|
behavior. [GH-323]
|
2011-07-06 07:36:05 +00:00
|
|
|
- Forward agent and forward X11 settings properly appear in
|
|
|
|
`ssh_config` output. [GH-105]
|
2011-07-06 07:44:21 +00:00
|
|
|
- Chef JSON can now be set with `chef.json =` instead of the old
|
|
|
|
`merge` technique. [GH-314]
|
2011-07-07 05:08:37 +00:00
|
|
|
- Provisioner configuration is no longer cleared when the box
|
|
|
|
needs to be downloaded during an `up`. [GH-308]
|
2011-07-08 05:49:58 +00:00
|
|
|
- Multiple Chef provisioners no longer overwrite cookbook folders. [GH-407]
|
2011-07-09 01:19:36 +00:00
|
|
|
- `package` won't delete previously existing file. [GH-408]
|
2011-07-09 22:23:23 +00:00
|
|
|
- Vagrantfile can be lowercase now. [GH-399]
|
2011-07-09 22:57:24 +00:00
|
|
|
- Only one copy of Vagrant may be running at any given time. [GH-364]
|
2011-07-10 01:54:35 +00:00
|
|
|
- Default home directory for Vagrant moved to `~/.vagrant.d` [GH-333]
|
2011-07-11 05:41:35 +00:00
|
|
|
- Specify a `forwarded_port_destination` for SSH configuration and
|
|
|
|
SSH port searching will fall back to that if it can't find any
|
|
|
|
other port. [GH-375]
|
2011-07-04 00:05:26 +00:00
|
|
|
|
2011-07-19 21:39:49 +00:00
|
|
|
## 0.7.8 (July 19, 2011)
|
|
|
|
|
|
|
|
- Make sure VirtualBox version check verifies that it is 4.0.x.
|
|
|
|
|
2011-07-13 05:07:34 +00:00
|
|
|
## 0.7.7 (July 12, 2011)
|
|
|
|
|
|
|
|
- Fix crashing bug with Psych and Ruby 1.9.2. [GH-411]
|
|
|
|
|
2011-07-03 05:07:22 +00:00
|
|
|
## 0.7.6 (July 2, 2011)
|
2011-05-16 20:03:04 +00:00
|
|
|
|
2011-06-17 00:04:55 +00:00
|
|
|
- Run Chef commands in a single command. [GH-390]
|
2011-06-13 21:21:20 +00:00
|
|
|
- Add `nfs` option for Chef to mount Chef folders via NFS. [GH-378]
|
2011-06-13 21:16:44 +00:00
|
|
|
- Add translation for `aborted` state in VM. [GH-371]
|
2011-06-13 21:09:21 +00:00
|
|
|
- Use full paths with the Chef provisioner so that restart cookbook will
|
|
|
|
work. [GH-374]
|
2011-06-10 03:46:23 +00:00
|
|
|
- Add "--no-color" as an argument and no colorized output will be used. [GH-379]
|
2011-06-10 03:17:51 +00:00
|
|
|
- Added DEVICE option to the RedHat host only networking entry, which allows
|
|
|
|
host only networking to work even if the VM has multiple NICs. [GH-382]
|
2011-06-10 03:20:17 +00:00
|
|
|
- Touch the network configuration file for RedHat so that the `sed` works
|
|
|
|
with host only networking. [GH-381]
|
2011-07-02 16:23:43 +00:00
|
|
|
- Load prerelease versions of plugins if available.
|
2011-07-02 16:27:28 +00:00
|
|
|
- Do not load a plugin if it depends on an invalid version of Vagrant.
|
2011-07-03 04:20:55 +00:00
|
|
|
- Encrypted data bag support in Chef server provisioner. [GH-398]
|
2011-07-03 04:44:19 +00:00
|
|
|
- Use the `-H` flag to set the proper home directory for `sudo`. [GH-370]
|
2011-05-16 20:03:04 +00:00
|
|
|
|
2011-05-16 20:02:17 +00:00
|
|
|
## 0.7.5 (May 16, 2011)
|
2011-05-12 07:19:22 +00:00
|
|
|
|
2011-05-14 00:23:27 +00:00
|
|
|
- `config.ssh.port` can be specified and takes highest precedence if specified.
|
|
|
|
Otherwise, Vagrant will still attempt to auto-detect the port. [GH-363]
|
2011-05-16 19:32:33 +00:00
|
|
|
- Get rid of RubyGems deprecations introduced with RubyGems 1.8.x
|
2011-05-16 19:33:04 +00:00
|
|
|
- Search in pre-release gems for plugins as well as release gems.
|
2011-05-16 19:38:20 +00:00
|
|
|
- Support for Chef-solo `data_bags_path` [GH-362]
|
2011-05-16 19:49:05 +00:00
|
|
|
- Can specify path to Chef binary using `binary_path` [GH-342]
|
|
|
|
- Can specify additional environment data for Chef using `binary_env` [GH-342]
|
2011-05-12 07:19:22 +00:00
|
|
|
|
2011-05-12 07:18:40 +00:00
|
|
|
## 0.7.4 (May 12, 2011)
|
2011-04-20 05:45:43 +00:00
|
|
|
|
2011-05-12 06:32:37 +00:00
|
|
|
- Chef environments support (for Chef 0.10) [GH-358]
|
2011-05-12 06:38:58 +00:00
|
|
|
- Suppress the "added to known hosts" message for SSH [GH-354]
|
2011-05-12 07:04:37 +00:00
|
|
|
- Ruby 1.8.6 support [GH-352]
|
2011-05-12 07:12:39 +00:00
|
|
|
- Chef proxy settings now work for chef server [GH-335]
|
2011-04-20 05:45:43 +00:00
|
|
|
|
2011-04-20 05:44:44 +00:00
|
|
|
## 0.7.3 (April 19, 2011)
|
2011-02-09 07:12:03 +00:00
|
|
|
|
2011-04-20 05:25:56 +00:00
|
|
|
- Retry all SSH on Net::SSH::Disconnect in case SSH is just restarting. [GH-313]
|
2011-04-20 05:04:55 +00:00
|
|
|
- Add NFS shared folder support for Arch linux. [GH-346]
|
2011-02-17 00:23:08 +00:00
|
|
|
- Fix issue with unknown terminal type output for sudo commands.
|
2011-02-26 03:34:42 +00:00
|
|
|
- Forwarded port protocol can now be set as UDP. [GH-311]
|
|
|
|
- Chef server file cache path and file backup path can be configured. [GH-310]
|
2011-03-01 07:38:30 +00:00
|
|
|
- Setting hostname should work on Debian now. [GH-307]
|
2011-02-09 07:12:03 +00:00
|
|
|
|
2011-02-09 07:11:25 +00:00
|
|
|
## 0.7.2 (February 8, 2011)
|
2011-01-29 02:05:14 +00:00
|
|
|
|
2011-01-30 04:22:53 +00:00
|
|
|
- Update JSON dependency to 1.5.1, which works with Ruby 1.9 on
|
|
|
|
Windows.
|
2011-02-02 23:31:54 +00:00
|
|
|
- Fix sudo issues on sudo < 1.7.0 (again).
|
2011-02-06 07:11:31 +00:00
|
|
|
- Fix race condition in SSH, which specifically manifested itself in
|
|
|
|
the chef server provisioner. [GH-295]
|
2011-02-09 02:58:23 +00:00
|
|
|
- Change sudo shell to use `bash` (configurable). [GH-301]
|
2011-02-09 03:43:25 +00:00
|
|
|
- Can now set mac address of host only network. [GH-294]
|
2011-02-09 05:14:20 +00:00
|
|
|
- NFS shared folders with spaces now work properly. [GH-293]
|
2011-02-09 06:47:36 +00:00
|
|
|
- Failed SSH commands now show output in error message. [GH-285]
|
2011-01-29 02:05:14 +00:00
|
|
|
|
2011-01-29 02:04:16 +00:00
|
|
|
## 0.7.1 (January 28, 2011)
|
2011-01-20 00:02:14 +00:00
|
|
|
|
2011-01-20 00:42:19 +00:00
|
|
|
- Change error output with references to VirtualBox 3.2 to 4.0.
|
2011-01-20 06:00:38 +00:00
|
|
|
- Internal SSH through net-ssh now uses `IdentitiesOnly` thanks to
|
|
|
|
upstream net-ssh fix.
|
2011-01-21 22:00:50 +00:00
|
|
|
- Fix issue causing warnings to show with `forwardx11` enabled for SSH. [GH-279]
|
2011-01-22 00:02:12 +00:00
|
|
|
- FreeBSD support for host only networks, NFS, halting, etc. [GH-275]
|
2011-01-22 07:38:42 +00:00
|
|
|
- Make SSH commands which use sudo compatible with sudo < 1.7.0. [GH-278]
|
|
|
|
- Fix broken puppet server provisioner which called a nonexistent
|
|
|
|
method.
|
2011-01-23 06:51:29 +00:00
|
|
|
- Default SSH host changed from `localhost` to `127.0.0.1` since
|
|
|
|
`localhost` is not always loopback.
|
2011-01-23 19:52:24 +00:00
|
|
|
- New `shell` provisioner which simply uploads and executes a script as
|
|
|
|
root on the VM.
|
2011-01-26 22:31:59 +00:00
|
|
|
- Gentoo host only networking no longer fails if alrady setup. [GH-286]
|
2011-01-29 01:41:48 +00:00
|
|
|
- Set the host name of your guest OS with `config.vm.host_name` [GH-273]
|
2011-01-29 01:50:43 +00:00
|
|
|
- `vagrant ssh-config` now outputs the configured `config.ssh.host`
|
2011-01-20 00:02:14 +00:00
|
|
|
|
2011-01-19 23:49:36 +00:00
|
|
|
## 0.7.0 (January 19, 2011)
|
2011-01-14 01:40:07 +00:00
|
|
|
|
2011-01-14 05:02:26 +00:00
|
|
|
- VirtualBox 4.0 support. Support for VirtualBox 3.2 is _dropped_, since
|
|
|
|
the API is so different. Stay with the 0.6.x series if you have VirtualBox
|
|
|
|
3.2.x.
|
2011-01-07 03:00:29 +00:00
|
|
|
- Puppet server provisioner. [GH-262]
|
2010-12-31 03:06:21 +00:00
|
|
|
- Use numeric uid/gid in mounting shared folders to increase portability. [GH-252]
|
2010-12-31 07:40:30 +00:00
|
|
|
- HTTP downloading follows redirects. [GH-163]
|
2010-12-31 07:44:30 +00:00
|
|
|
- Downloaders have clearer output to note what they're doing.
|
2010-12-31 08:19:18 +00:00
|
|
|
- Shared folders with no guest path are not automounted. [GH-184]
|
2011-01-01 03:41:05 +00:00
|
|
|
- Boxes downloaded during `vagrant up` reload the Vagrantfile config, which
|
|
|
|
fixes a problem with box settings not being properly loaded. [GH-231]
|
2011-01-05 04:18:01 +00:00
|
|
|
- `config.ssh.forward_x11` to enable the ForwardX11 SSH option. [GH-255]
|
2011-01-06 01:06:58 +00:00
|
|
|
- Vagrant source now has a `contrib` directory where contributions of miscellaneous
|
|
|
|
addons for Vagrant will be added.
|
2011-01-07 03:00:29 +00:00
|
|
|
- Vagrantfiles are now loaded only once (instead of 4+ times) [GH-238]
|
2011-01-07 03:21:23 +00:00
|
|
|
- Ability to move home vagrant dir (~/.vagrant) by setting VAGRANT_HOME
|
|
|
|
environmental variable.
|
2011-01-07 09:32:21 +00:00
|
|
|
- Removed check and error for the "OSE" version of VirtualBox, since with
|
|
|
|
VirtualBox 4 this distinction no longer exists.
|
2011-01-09 07:30:07 +00:00
|
|
|
- Ability to specify proxy settings for chef. [GH-169]
|
2011-01-09 20:17:46 +00:00
|
|
|
- Helpful error message shown if NFS mounting fails. [GH-135]
|
2011-01-09 21:13:30 +00:00
|
|
|
- Gentoo guests now support host only networks. [GH-240]
|
2011-01-11 02:15:55 +00:00
|
|
|
- RedHat (CentOS included) guests now support host only networks. [GH-260]
|
2011-01-12 10:36:57 +00:00
|
|
|
- New Vagrantfile syntax for enabling and configuring provisioners. This
|
|
|
|
change is not backwards compatible. [GH-265]
|
2011-01-13 01:01:07 +00:00
|
|
|
- Provisioners are now RVM-friendly, meaning if you installed chef or puppet
|
|
|
|
with an RVM managed Ruby, Vagrant now finds then. [GH-254]
|
2010-12-25 02:57:44 +00:00
|
|
|
- Changed the unused host only network destroy mechanism to check for
|
|
|
|
uselessness after the VM is destroyed. This should result in more accurate
|
|
|
|
checks.
|
2010-12-25 03:01:36 +00:00
|
|
|
- Networks are no longer disabled upon halt/destroy. With the above
|
|
|
|
change, its unnecessary.
|
2011-01-14 05:02:26 +00:00
|
|
|
- Puppet supports `module_path` configuration to mount local modules directory
|
|
|
|
as a shared folder and configure puppet with it. [GH-270]
|
2011-01-19 23:48:49 +00:00
|
|
|
- `ssh-config` now outputs `127.0.0.1` as the host instead of `localhost`.
|
2010-12-22 04:10:44 +00:00
|
|
|
|
2010-12-22 04:08:29 +00:00
|
|
|
## 0.6.9 (December 21, 2010)
|
2010-12-01 04:37:02 +00:00
|
|
|
|
2010-12-08 00:58:22 +00:00
|
|
|
- Puppet provisioner. [GH-223]
|
2010-12-08 00:50:59 +00:00
|
|
|
- Solaris system configurable to use `sudo`.
|
|
|
|
- Solaris system registered, so it can be set with `:solaris`.
|
2010-12-15 05:52:22 +00:00
|
|
|
- `vagrant package` include can be a directory name, which will cause the
|
|
|
|
contents to be recursively copied into the package. [GH-241]
|
2010-12-15 05:57:12 +00:00
|
|
|
- Arbitrary options to puppet binary can be set with `config.puppet.options`. [GH-242]
|
2010-12-15 05:59:01 +00:00
|
|
|
- BSD hosts use proper GNU sed syntax for clearing NFS shares. [GH-243]
|
2010-12-15 06:24:42 +00:00
|
|
|
- Enumerate VMs in a multi-VM environment in order they were defined. [GH-244]
|
2010-12-19 02:50:59 +00:00
|
|
|
- Check for VM boot changed to use `timeout` library, which works better with Windows.
|
2010-12-19 04:50:32 +00:00
|
|
|
- Show special error if VirtualBox not detected on 64-bit Windows.
|
2010-12-22 03:52:41 +00:00
|
|
|
- Show error to Windows users attempting to use host only networking since
|
|
|
|
it doesn't work yet.
|
2010-12-01 04:37:02 +00:00
|
|
|
|
|
|
|
## 0.6.8 (November 30, 2010)
|
2010-11-09 02:17:14 +00:00
|
|
|
|
|
|
|
- Network interfaces are now up/down in distinct commands instead of just
|
|
|
|
restarting "networking." [GH-192]
|
2010-11-09 02:28:05 +00:00
|
|
|
- Add missing translation for chef binary missing. [GH-203]
|
2010-11-15 18:42:52 +00:00
|
|
|
- Fix default settings for Opscode platform and comments. [GH-213]
|
|
|
|
- Blank client name for chef server now uses FQDN by default, instead of "client" [GH-214]
|
|
|
|
- Run list can now be nil, which will cause it to sync with chef server (when
|
|
|
|
chef server is enabled). [GH-214]
|
2010-11-15 18:49:55 +00:00
|
|
|
- Multiple NFS folders now work on linux. [GH-215]
|
2010-11-21 08:14:13 +00:00
|
|
|
- Add translation for state "stuck" which is very rare. [GH-218]
|
2010-12-01 01:06:24 +00:00
|
|
|
- virtualbox gem dependency minimum raised to 0.7.6 to verify FFI < 1.0.0 is used.
|
2010-12-01 04:19:24 +00:00
|
|
|
- Fix issue where box downloading from `vagrant up` didn't reload the box collection. [GH-229]
|
2010-11-09 02:17:14 +00:00
|
|
|
|
2010-11-04 04:40:24 +00:00
|
|
|
## 0.6.7 (November 3, 2010)
|
2010-10-14 21:14:05 +00:00
|
|
|
|
2010-10-22 00:58:17 +00:00
|
|
|
- Added validation to verify that a box is specified.
|
2010-10-22 00:50:41 +00:00
|
|
|
- Proper error message when box is not found for `config.vm.box`. [GH-195]
|
2010-10-22 00:15:02 +00:00
|
|
|
- Fix output of `vagrant status` with multi-vm to be correct. [GH-196]
|
2010-10-14 21:14:05 +00:00
|
|
|
|
2010-10-14 21:13:24 +00:00
|
|
|
## 0.6.6 (October 14, 2010)
|
2010-10-08 17:57:38 +00:00
|
|
|
|
2010-10-14 21:00:48 +00:00
|
|
|
- `vagrant status NAME` works once again. [GH-191]
|
2010-10-14 01:59:25 +00:00
|
|
|
- Conditional validation of Vagrantfile so that some commands don't validate. [GH-188]
|
2010-10-14 01:36:13 +00:00
|
|
|
- Fix "junk" output for ssh-config. [GH-189]
|
2010-10-09 08:21:52 +00:00
|
|
|
- Fix port collision handling with greater than two VMs. [GH-185]
|
2010-10-09 01:23:38 +00:00
|
|
|
- Fix potential infinite loop with root path if bad CWD is given to environment.
|
2010-10-08 17:57:38 +00:00
|
|
|
|
2010-10-08 17:56:42 +00:00
|
|
|
## 0.6.5 (October 8, 2010)
|
2010-10-05 05:39:55 +00:00
|
|
|
|
2010-10-08 17:44:19 +00:00
|
|
|
- Validations on base MAC address to avoid situation described in GH-166, GH-181
|
|
|
|
from ever happening again.
|
2010-10-08 17:34:33 +00:00
|
|
|
- Properly load sub-VM configuration on first-pass of config loading. Solves
|
|
|
|
a LOT of problems with multi-VM. [GH-166] [GH-181]
|
2010-10-08 16:44:17 +00:00
|
|
|
- Configuration now only validates on final Vagrantfile proc, so multi-VM
|
|
|
|
validates correctly.
|
2010-10-07 01:57:39 +00:00
|
|
|
- A nice error message is given if ".vagrant" is a directory and therefore
|
|
|
|
can't be accessed. [GH-172]
|
2010-10-05 20:40:09 +00:00
|
|
|
- Fix plugin loading in a Rails 2.3.x project. [GH-176]
|
2010-10-05 05:39:55 +00:00
|
|
|
|
2010-10-05 05:38:21 +00:00
|
|
|
## 0.6.4 (October 4, 2010)
|
2010-09-28 00:14:15 +00:00
|
|
|
|
2010-10-05 05:37:38 +00:00
|
|
|
- Default VM name is now properly the parent folder of the working directory
|
|
|
|
of the environment.
|
2010-10-04 01:48:41 +00:00
|
|
|
- Added method to `TestHelpers` to assist with testing new downloaders.
|
2010-10-04 01:34:33 +00:00
|
|
|
- `up --no-provision` works again. This disables provisioning during the
|
|
|
|
boot process.
|
2010-10-01 17:08:38 +00:00
|
|
|
- Action warden doesn't do recovery process on `SystemExit` exceptions,
|
|
|
|
allowing the double ctrl-C to work properly again. [related to GH-166]
|
2010-10-01 16:46:37 +00:00
|
|
|
- Initial Vagrantfile is now heavily commented with various available
|
|
|
|
options. [GH-171]
|
2010-10-01 16:24:58 +00:00
|
|
|
- Box add checks if a box already exists before the download. [GH-170]
|
2010-09-30 08:16:45 +00:00
|
|
|
- NFS no longer attempts to clean exports file if VM is not created,
|
|
|
|
which was causing a stack trace during recovery. [related to GH-166]
|
2010-09-30 08:09:36 +00:00
|
|
|
- Basic validation added for Chef configuration (both solo and server).
|
2010-09-30 07:50:17 +00:00
|
|
|
- Top config class is now available in all `Vagrant::Config::Base`
|
|
|
|
subclasses, which is useful for config validation.
|
2010-09-30 07:07:01 +00:00
|
|
|
- Subcommand help shows proper full command in task listing. [GH-168]
|
2010-09-30 06:47:17 +00:00
|
|
|
- SSH gives error message if `ssh` binary is not found. [GH-161]
|
2010-09-30 06:37:24 +00:00
|
|
|
- SSH gives proper error message if VM is not running. [GH-167]
|
2010-09-30 06:31:21 +00:00
|
|
|
- Fix some issues with undefined constants in command errors.
|
2010-09-28 00:14:15 +00:00
|
|
|
|
2010-09-28 00:13:47 +00:00
|
|
|
## 0.6.1, 0.6.2, 0.6.3 (September 27, 2010)
|
2010-09-27 18:23:16 +00:00
|
|
|
|
2010-09-28 00:13:47 +00:00
|
|
|
A lot of quick releases which all were to fix issues with Ruby 1.8.7
|
|
|
|
compatibility.
|
2010-09-27 18:23:16 +00:00
|
|
|
|
|
|
|
## 0.6.0 (September 27, 2010)
|
2010-08-24 04:18:01 +00:00
|
|
|
|
2010-09-20 14:55:13 +00:00
|
|
|
- VM name now defaults to the name of the containing folder, plus a timestamp.
|
|
|
|
This should make it easier to identify VMs in the VirtualBox GUI.
|
2010-09-15 15:19:38 +00:00
|
|
|
- Exposed Vagrant test helpers in `Vagrant::TestHelpers` for plugins to easily
|
|
|
|
test themselves against Vagrant environments.
|
2010-09-15 05:10:51 +00:00
|
|
|
- **Plugins** have landed. Plugins are simply gems which have a `vagrant_init.rb`
|
|
|
|
file somewhere in their load path. Please read the documentation on
|
|
|
|
vagrantup.com before attempting to create a plugin (which is very easy)
|
|
|
|
for more information on how it all works and also some guidelines.
|
2010-09-13 05:01:55 +00:00
|
|
|
- `vagrant package` now takes a `--vagrantfile` option to specify a
|
|
|
|
Vagrantfile to package. The `--include` approach for including a Vagrantfile
|
|
|
|
no longer works (previously built boxes will continue to work).
|
|
|
|
- `vagrant package` has new logic with regards to the `--include` option
|
|
|
|
depending on if the file path is relative or absolute (they can be
|
|
|
|
intermixed):
|
|
|
|
* _Relative_ paths are copied directly into the box, preserving
|
|
|
|
their path. So `--include lib/foo` would be in the box as "lib/foo"
|
|
|
|
* _Absolute_ paths are simply copied files into the root of the
|
|
|
|
box. So `--include /lib/foo` would be in the box as "foo"
|
2010-09-12 23:10:09 +00:00
|
|
|
- "vagrant_main" is no longer the default run list. Instead, chef
|
|
|
|
run list starts empty. It is up to you to specify all recipes in
|
|
|
|
the Vagrantfile now.
|
2010-09-12 22:38:54 +00:00
|
|
|
- Fixed various issues with certain action middleware not working if
|
|
|
|
the VM was not created.
|
2010-09-09 07:28:21 +00:00
|
|
|
- SSH connection is retried 5 times if there is a connection refused.
|
|
|
|
Related to GH-140.
|
2010-09-09 03:59:22 +00:00
|
|
|
- If `http_proxy` environmental variable is set, it will be used as the proxy
|
|
|
|
box adding via http.
|
2010-09-05 18:26:38 +00:00
|
|
|
- Remove `config.ssh.password`. It hasn't been used for a few versions
|
|
|
|
now and was only kept around to avoid exceptions in Vagrantfiles.
|
2010-09-05 17:57:33 +00:00
|
|
|
- Configuration is now validated so improper input can be found in
|
|
|
|
Vagrantfiles.
|
2010-09-03 21:58:27 +00:00
|
|
|
- Fixed issue with not detecting Vagrantfile at root directory ("/").
|
2010-09-03 21:22:34 +00:00
|
|
|
- Vagrant now gives a nice error message if there is a syntax error
|
|
|
|
in any Vagrantfile. [GH-154]
|
2010-09-03 04:20:47 +00:00
|
|
|
- The format of the ".vagrant" file which stores persisted VMs has
|
|
|
|
changed. This is **backwards incompatible**. Will provide an upgrade
|
|
|
|
utility prior to 0.6 launch.
|
2010-08-27 07:08:00 +00:00
|
|
|
- Every [expected] Vagrant error now exits with a clean error message
|
|
|
|
and a unique exit status, and raises a unique exception (if you're
|
|
|
|
scripting Vagrant).
|
|
|
|
- Added I18n gem dependency for pulling strings into clean YML files.
|
|
|
|
Vagrant is now localizable as a side effect! Translations welcome.
|
2010-08-26 05:51:35 +00:00
|
|
|
- Fixed issue with "Waiting for cleanup" message appearing twice in
|
|
|
|
some cases. [GH-145]
|
2010-08-25 06:46:10 +00:00
|
|
|
- Converted CLI to use Thor. As a tradeoff, there are some backwards
|
|
|
|
incompatibilities:
|
|
|
|
* `vagrant package` - The `--include` flag now separates filenames
|
|
|
|
by spaces, instead of by commas. e.g. `vagrant package --include x y z`
|
|
|
|
* `vagrant ssh` - If you specify a command to execute using the `--execute`
|
|
|
|
flag, you may now only specify one command (before you were able to
|
|
|
|
specify an arbitrary amount). e.g. `vagrant ssh -e "echo hello"`
|
2010-08-25 06:55:53 +00:00
|
|
|
* `vagrant ssh-config` has become `vagrant ssh_config` due to a limitation
|
|
|
|
in Thor.
|
2010-08-24 04:18:01 +00:00
|
|
|
|
2010-09-07 21:19:06 +00:00
|
|
|
## 0.5.4 (September 7, 2010)
|
|
|
|
|
|
|
|
- Fix issue with the "exec failed" by running on Tiger as well.
|
2010-09-07 21:31:36 +00:00
|
|
|
- Give an error when downloading a box which already exists prior
|
|
|
|
to actually downloading the box.
|
2010-09-07 21:19:06 +00:00
|
|
|
|
2010-08-24 04:16:54 +00:00
|
|
|
## 0.5.3 (August 23, 2010)
|
2010-08-04 03:11:33 +00:00
|
|
|
|
2010-08-20 05:15:47 +00:00
|
|
|
- Add erubis as a dependency since its rendering of `erb` is sane.
|
|
|
|
- Fixed poorly formatted Vagrantfile after `vagrant init`. [GH-142]
|
2010-08-18 20:34:48 +00:00
|
|
|
- Fixed NFS not working properly with multiple NFS folders.
|
2010-08-18 18:40:49 +00:00
|
|
|
- Fixed chef solo provision to work on Windows. It was expanding a linux
|
|
|
|
path which prepended a drive letter onto it.
|
2010-08-04 03:11:33 +00:00
|
|
|
|
2010-08-04 03:10:25 +00:00
|
|
|
## 0.5.2 (August 3, 2010)
|
2010-07-31 18:28:55 +00:00
|
|
|
|
2010-08-04 02:43:39 +00:00
|
|
|
- `vagrant up` can be used as a way to resume the VM as well (same as
|
|
|
|
`vagrant resume`). [GH-134]
|
2010-08-03 16:14:35 +00:00
|
|
|
- Sudo uses "-E" flag to preserve environment for chef provisioners.
|
|
|
|
This fixes issues with CentOS. [GH-133]
|
2010-08-03 02:52:11 +00:00
|
|
|
- Added "IdentitiesOnly yes" to options when `vagrant ssh` is run to
|
|
|
|
avoid "Too Many Authentication Failures" error. [GH-131]
|
2010-08-03 02:44:15 +00:00
|
|
|
- Fix regression with `package` not working. [GH-132]
|
2010-08-02 00:18:17 +00:00
|
|
|
- Added ability to specify box url in `init`, which populates the
|
|
|
|
Vagrantfile with the proper `config.vm.box_url`.
|
2010-07-31 18:28:55 +00:00
|
|
|
|
|
|
|
## 0.5.1 (July 31, 2010)
|
2010-07-29 03:34:29 +00:00
|
|
|
|
2010-07-31 17:46:22 +00:00
|
|
|
- Allow specifying cookbook paths which exist only on the VM in `config.chef.cookbooks_path`.
|
|
|
|
This is used for specifying cookbook paths when `config.chef.recipe_url` is used. [GH-130]
|
|
|
|
See updated chef solo documentation for more information on this.
|
2010-07-31 15:36:33 +00:00
|
|
|
- No longer show "Disabling host only networks..." if no host only networks
|
|
|
|
are destroyed. Quiets `destroy`, `halt`, etc output a bit.
|
2010-07-31 15:03:11 +00:00
|
|
|
- Updated getting started guide to be more up to date and generic. [GH-125]
|
2010-07-31 01:01:12 +00:00
|
|
|
- Fixed error with doing a `vagrant up` when no Vagrantfile existed. [GH-128]
|
2010-07-30 16:38:45 +00:00
|
|
|
- Fixed NFS erroring when NFS wasn't even enabled if `/etc/exports` doesn't
|
|
|
|
exist. [GH-126]
|
2010-07-30 03:26:02 +00:00
|
|
|
- Fixed `vagrant resume` to properly resume a suspended VM. [GH-122]
|
2010-07-30 03:15:38 +00:00
|
|
|
- Fixed `halt`, `destroy`, `reload` to where they failed if the VM was
|
|
|
|
in a saved state. [GH-123]
|
2010-07-29 04:34:28 +00:00
|
|
|
- Added `config.chef.recipe_url` which allows you to specify a URL to
|
|
|
|
a gzipped tar file for chef solo to download cookbooks. See the
|
|
|
|
[chef-solo docs](http://wiki.opscode.com/display/chef/Chef+Solo#ChefSolo-RunningfromaURL) for more information.
|
2010-07-30 03:15:38 +00:00
|
|
|
[GH-121]
|
2010-07-29 03:34:29 +00:00
|
|
|
- Added `vagrant box repackage` which repackages boxes which have
|
|
|
|
been added. This is useful in case you want to redistribute a base
|
2010-07-30 03:15:38 +00:00
|
|
|
box you have but may have lost the actual "box" file. [GH-120]
|
2010-07-29 03:34:29 +00:00
|
|
|
|
|
|
|
## Previous
|
|
|
|
|
|
|
|
The changelog began with version 0.5.1 so any changes prior to that
|
|
|
|
can be seen by checking the tagged releases and reading git commit
|
|
|
|
messages.
|
|
|
|
|