2014-05-29 19:23:22 +00:00
|
|
|
## 1.6.4 (unreleased)
|
|
|
|
|
2014-08-06 17:28:10 +00:00
|
|
|
BACKWARDS INCOMPATIBILITIES:
|
|
|
|
|
|
|
|
- providers/virtualbox: Host IO cache is no longer enabled by default
|
|
|
|
since it causes stale file issues. Please enable manually if you
|
|
|
|
require this. [GH-3934]
|
|
|
|
|
2014-06-07 02:53:26 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2014-08-06 00:19:40 +00:00
|
|
|
- core: Added `config.vm.box_server_url` setting to point at a
|
|
|
|
Vagrant Cloud instance. [GH-4282]
|
2014-08-06 17:31:12 +00:00
|
|
|
- core: File checksumming performance has been improved by at least
|
|
|
|
100%. Memory requirements have gone down by half. [GH-4090]
|
2014-08-06 17:45:06 +00:00
|
|
|
- communicators/winrm: Show stdout/stderr if command fails. [GH-4094]
|
2014-06-07 02:53:26 +00:00
|
|
|
- guests/nixos: Added better NFS support. [GH-3983]
|
2014-08-06 00:51:35 +00:00
|
|
|
- providers/hyperv: Accept VHD disk format. [GH-4208]
|
2014-08-06 18:07:09 +00:00
|
|
|
- provisioners/salt: Get proper exit codes to detect failed runs. [GH-4304]
|
2014-06-07 02:53:26 +00:00
|
|
|
|
2014-06-03 05:07:11 +00:00
|
|
|
BUG FIXES:
|
2014-05-29 19:23:22 +00:00
|
|
|
|
2014-08-08 18:58:53 +00:00
|
|
|
- core: Guard against SSHing to localhost:22 [GH-4070]
|
2014-08-06 18:23:02 +00:00
|
|
|
- core: Downloading box files should resume in more cases since the
|
|
|
|
temporary file is preserved in more cases. [GH-4301]
|
2014-08-06 18:17:41 +00:00
|
|
|
- core: Windows is not detected as NixOS in some cases. [GH-4302]
|
2014-08-06 17:02:01 +00:00
|
|
|
- core: Fix encoding issues with Windows. There are still some outlying
|
|
|
|
but this fixes a few. [GH-4159]
|
2014-08-06 20:00:29 +00:00
|
|
|
- core: Fix crash case when destroying with an invalid provisioner. [GH-4281]
|
2014-08-08 21:47:17 +00:00
|
|
|
- core: Box names with colons work on Windows. [GH-4100]
|
2014-06-12 18:30:10 +00:00
|
|
|
- commands/package: base package won't crash with exception [GH-4017]
|
2014-08-06 23:56:09 +00:00
|
|
|
- commands/rsync-auto: Destroyed machines won't raise exceptions. [GH-4031]
|
2014-08-07 18:53:44 +00:00
|
|
|
- communicators/ssh: Nicer error if remote unexpectedly disconects. [GH-4038]
|
2014-08-08 16:11:25 +00:00
|
|
|
- communicators/ssh: Clean error when max sessions is hit. [GH-4044]
|
2014-08-06 00:22:45 +00:00
|
|
|
- communicators/winrm: Support `mkdir` [GH-4271]
|
2014-08-06 17:48:32 +00:00
|
|
|
- guests/centos: Fix issues when NFS client is installed by restarting
|
|
|
|
NFS [GH-4088]
|
2014-08-06 00:24:27 +00:00
|
|
|
- guests/debian: Deleting default route on DHCP networks can fail. [GH-4262]
|
2014-08-06 00:17:40 +00:00
|
|
|
- guests/fedora: Fix networks on Fedora 20 with libvirt. [GH-4104]
|
2014-06-12 18:38:03 +00:00
|
|
|
- guests/freebsd: Rsync install for rsync synced folders work on
|
|
|
|
FreeBSD 10. [GH-4008]
|
2014-08-06 00:45:40 +00:00
|
|
|
- guests/redhat: NFS setup should use systemd for RH7+ [GH-4228]
|
2014-08-06 00:20:56 +00:00
|
|
|
- guests/smartos: Use `pfexec` for rsync. [GH-4274]
|
2014-06-12 18:41:00 +00:00
|
|
|
- guests/windows: Reboot after hostname change. [GH-3987]
|
2014-08-06 00:47:10 +00:00
|
|
|
- hosts/arch: NFS works with latest versions. [GH-4224]
|
2014-06-03 05:08:43 +00:00
|
|
|
- hosts/windows: RDP command works without crash. [GH-3962]
|
2014-08-06 22:34:41 +00:00
|
|
|
- providers/docker: Port on its own will choose random host port. [GH-3991]
|
2014-08-08 18:39:49 +00:00
|
|
|
- providers/docker: The proxy VM Vagrantfile can be in the same directory
|
|
|
|
as the main Vagrantfile. [GH-4065]
|
2014-08-06 16:57:19 +00:00
|
|
|
- providers/virtualbox: Increase network device limit to 36. [GH-4206]
|
2014-08-08 17:49:07 +00:00
|
|
|
- providers/virtualbox: Error if can't detect VM name. [GH-4047]
|
2014-08-06 17:24:05 +00:00
|
|
|
- provisioners/chef: Chef client cleanup should work. [GH-4099]
|
2014-08-06 16:57:19 +00:00
|
|
|
- provisioners/puppet: Manifest file can be a directory. [GH-4169]
|
2014-06-03 05:07:11 +00:00
|
|
|
- provisioners/puppet: Properly escape facter variables for PowerShell
|
|
|
|
on Windows guests. [GH-3959]
|
2014-08-06 18:11:12 +00:00
|
|
|
- provisioners/puppet: When provisioning fails, don't repeat all of
|
|
|
|
stdout/stderr. [GH-4303]
|
2014-08-06 17:26:31 +00:00
|
|
|
- provisioners/salt: Update salt minion version on Windows. [GH-3932]
|
2014-08-06 00:31:12 +00:00
|
|
|
- provisioners/shell: If args is an array and contains numbers, it no
|
|
|
|
longer crashes. [GH-4234]
|
2014-08-06 17:33:06 +00:00
|
|
|
- provisioners/shell: If fails, the output/stderr isn't repeated
|
|
|
|
again. [GH-4087]
|
2014-05-29 19:23:22 +00:00
|
|
|
|
2014-05-29 17:36:00 +00:00
|
|
|
## 1.6.3 (May 29, 2014)
|
2014-05-13 16:51:10 +00:00
|
|
|
|
2014-05-18 09:22:59 +00:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- **New Guest:** NixOS - Supports changing host names and setting
|
|
|
|
networks. [GH-3830]
|
|
|
|
|
2014-05-14 15:28:47 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2014-05-21 03:51:21 +00:00
|
|
|
- core: A CA path can be specified in the Vagrantfile, not just
|
|
|
|
a file, when using a custom CA. [GH-3848]
|
|
|
|
- commands/box/add: `--capath` flag added for custom CA path. [GH-3848]
|
2014-05-14 15:28:47 +00:00
|
|
|
- commands/halt: Halt in reverse order of up, like destroy. [GH-3790]
|
2014-05-21 02:55:36 +00:00
|
|
|
- hosts/linux: Uses rdesktop to RDP into machines if available. [GH-3845]
|
2014-05-23 17:16:16 +00:00
|
|
|
- providers/docker: Support for UDP forwarded ports. [GH-3886]
|
2014-05-21 03:23:52 +00:00
|
|
|
- provisioners/salt: Works on Windows guests. [GH-3825]
|
2014-05-14 15:28:47 +00:00
|
|
|
|
2014-05-13 16:51:10 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
2014-05-17 18:55:12 +00:00
|
|
|
- core: Provider plugins more easily are compatible with global-status
|
|
|
|
and should show less stale data. [GH-3808]
|
2014-05-17 19:21:12 +00:00
|
|
|
- core: When setting a synced folder, it will assume it is not disabled
|
|
|
|
unless explicitly specified. [GH-3783]
|
2014-05-21 02:35:10 +00:00
|
|
|
- core: Ignore UDP forwarded ports for collision detection. [GH-3859]
|
2014-05-17 18:40:40 +00:00
|
|
|
- commands/package: Package with `--base` for VirtualBox doesn't
|
|
|
|
crash. [GH-3827]
|
2014-05-22 17:23:16 +00:00
|
|
|
- guests/solaris11: Fix issue with public network and DHCP on newer
|
|
|
|
Solaris releases. [GH-3874]
|
2014-05-19 09:14:53 +00:00
|
|
|
- guests/windows: Private networks with static IPs work when there
|
|
|
|
is more than one. [GH-3818]
|
2014-05-21 02:30:53 +00:00
|
|
|
- guests/windows: Don't look up a forwarded port for WinRM if we're
|
|
|
|
not accessing the local host. [GH-3861]
|
2014-05-21 02:39:35 +00:00
|
|
|
- guests/windows: Fix errors with arg lists that are too long over
|
|
|
|
WinRM in some cases. [GH-3816]
|
2014-05-28 20:07:06 +00:00
|
|
|
- guests/windows: Powershell exits with proper exit code, fixing
|
|
|
|
- issues where non-zero exit codes weren't properly detected. [GH-3922]
|
2014-05-21 03:47:32 +00:00
|
|
|
- hosts/windows: Don't execute mstsc using PowerShell since it doesn't
|
|
|
|
exit properly. [GH-3837]
|
2014-05-22 17:20:45 +00:00
|
|
|
- hosts/windows: For RDP, don't remove the Tempfile right away. [GH-3875]
|
2014-05-17 19:16:32 +00:00
|
|
|
- providers/docker: Never do graceful shutdown, always use
|
|
|
|
`docker stop`. [GH-3798]
|
2014-05-17 20:14:07 +00:00
|
|
|
- providers/docker: Better error messaging when SSH is not ready
|
|
|
|
direct to container. [GH-3763]
|
2014-05-21 02:47:21 +00:00
|
|
|
- providers/docker: Don't port map SSH port if container doesn't
|
|
|
|
support SSH. [GH-3857]
|
2014-05-21 03:32:57 +00:00
|
|
|
- providers/docker: Proper SSH info if using native driver. [GH-3799]
|
2014-05-21 03:41:48 +00:00
|
|
|
- providers/docker: Verify host VM has SSH ready. [GH-3838]
|
2014-05-21 02:37:18 +00:00
|
|
|
- providers/virtualbox: On Windows, check `VBOX_MSI_INSTALL_PATH`
|
|
|
|
for VBoxManage path as well. [GH-3852]
|
2014-05-13 16:51:10 +00:00
|
|
|
- provisioners/puppet: Fix setting facter vars with Windows
|
|
|
|
guests. [GH-3776]
|
2014-05-26 15:12:15 +00:00
|
|
|
- provisioners/puppet: On Windows, run in elevated prompt. [GH-3903]
|
2014-05-17 19:24:24 +00:00
|
|
|
- guests/darwin: Respect mount options for NFS. [GH-3791]
|
2014-05-14 01:10:58 +00:00
|
|
|
- guests/freebsd: Properly register the rsync_pre capability
|
2014-05-17 18:42:23 +00:00
|
|
|
- guests/windows: Certain executed provisioners won't leave output
|
|
|
|
and exit status behind. [GH-3729]
|
2014-05-17 19:01:50 +00:00
|
|
|
- synced\_folders/rsync: `rsync__chown` can be set to `false` to
|
|
|
|
disable recursive chown after sync. [GH-3810]
|
2014-05-17 19:07:43 +00:00
|
|
|
- synced\_folders/rsync: Use a proper msys path if not in
|
|
|
|
Cygwin. [GH-3804]
|
2014-05-21 02:23:39 +00:00
|
|
|
- synced\_folders/rsync: Don't append args infinitely, clear out
|
|
|
|
arg list on each run. [GH-3864]
|
2014-05-13 16:51:10 +00:00
|
|
|
|
2014-05-21 03:12:50 +00:00
|
|
|
PLUGIN AUTHOR CHANGES:
|
|
|
|
|
2014-05-21 03:17:21 +00:00
|
|
|
- Providers can now implement the `rdp_info` provider capability
|
2014-05-21 03:12:50 +00:00
|
|
|
to get proper info for `vagrant rdp` to function.
|
|
|
|
|
2014-05-12 15:36:05 +00:00
|
|
|
## 1.6.2 (May 12, 2014)
|
2014-05-08 00:28:25 +00:00
|
|
|
|
2014-05-08 01:32:20 +00:00
|
|
|
IMPROVEMENTS:
|
2014-05-08 00:28:25 +00:00
|
|
|
|
2014-05-09 00:00:55 +00:00
|
|
|
- core: Automatically forward WinRM port if communicator is
|
|
|
|
WinRM. [GH-3685]
|
2014-05-08 01:32:20 +00:00
|
|
|
- command/rdp: Args after "--" are passed directly through to the
|
|
|
|
RDP client. [GH-3686]
|
2014-05-08 01:41:24 +00:00
|
|
|
- providers/docker: `build_args` config to specify extra args for
|
|
|
|
`docker build`. [GH-3684]
|
2014-05-09 01:46:03 +00:00
|
|
|
- providers/docker: Can specify options for the build dir synced
|
|
|
|
folder when a host VM is in use. [GH-3727]
|
2014-05-09 00:10:38 +00:00
|
|
|
- synced\_folders/nfs: Can tell Vagrant not to handle exporting
|
|
|
|
by setting `nfs_export: false` [GH-3636]
|
2014-05-08 16:10:13 +00:00
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- core: Hostnames can be one character. [GH-3713]
|
2014-05-08 16:55:23 +00:00
|
|
|
- core: Don't lock machines on SSH actions. [GH-3664]
|
2014-05-09 16:24:29 +00:00
|
|
|
- core: Fixed crash when adding a box from Vagrant Cloud that was the
|
|
|
|
same name as a real directory. [GH-3732]
|
2014-05-09 17:28:37 +00:00
|
|
|
- core: Parallelization is more stable, doesn't crash due to to
|
|
|
|
bad locks. [GH-3735]
|
2014-05-10 17:36:38 +00:00
|
|
|
- commands/package: Don't double included files in package. [GH-3637]
|
2014-05-09 23:08:02 +00:00
|
|
|
- guests/linux: Rsync chown ignores symlinks. [GH-3744]
|
2014-05-08 21:51:10 +00:00
|
|
|
- provisioners/shell: Fix shell provisioner config validation when the
|
|
|
|
`binary` option is set to false [GH-3712]
|
2014-05-08 17:05:59 +00:00
|
|
|
- providers/docker: default proxy VM won't use HGFS [GH-3687]
|
2014-05-08 18:50:37 +00:00
|
|
|
- providers/docker: fix container linking [GH-3719]
|
2014-05-08 20:37:55 +00:00
|
|
|
- providers/docker: Port settings expose to host properly. [GH-3723]
|
2014-05-09 16:22:36 +00:00
|
|
|
- provisioners/puppet: Separate module paths with ';' on Windows. [GH-3731]
|
2014-05-09 16:31:31 +00:00
|
|
|
- synced\_folders\rsync: Copy symlinks as real files. [GH-3734]
|
2014-05-10 20:56:30 +00:00
|
|
|
- synced\_folders/rsync: Remove non-portable '-v' flag from chown. [GH-3743]
|
2014-05-08 00:28:25 +00:00
|
|
|
|
2014-05-07 22:34:44 +00:00
|
|
|
## 1.6.1 (May 7, 2014)
|
2014-05-06 19:46:26 +00:00
|
|
|
|
2014-05-06 19:51:02 +00:00
|
|
|
IMPROVEMENTS:
|
2014-05-06 19:46:26 +00:00
|
|
|
|
2014-05-06 19:51:02 +00:00
|
|
|
- **New guest: Linux Mint** is now properly detected. [GH-3648]
|
2014-05-06 19:46:26 +00:00
|
|
|
|
2014-05-06 20:10:22 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
2014-05-06 20:36:42 +00:00
|
|
|
- core: Global control works from directories that don't have a
|
|
|
|
Vagrantfile.
|
2014-05-07 16:41:54 +00:00
|
|
|
- core: Plugins that define config methods that collide with Ruby Kernel/Object
|
|
|
|
- methods are merged properly. [GH-3670]
|
2014-05-07 22:11:57 +00:00
|
|
|
- commands/docker-run: `--help` works. [GH-3698]
|
2014-05-06 20:10:22 +00:00
|
|
|
- commands/package: `--base` works without crashing for VirtualBox.
|
2014-05-06 23:27:48 +00:00
|
|
|
- commands/reload: If `--provision` is specified, force provisioning. [GH-3657]
|
2014-05-06 20:29:21 +00:00
|
|
|
- guests/redhat: Fix networking issues with CentOS. [GH-3649]
|
2014-05-07 02:00:58 +00:00
|
|
|
- guests/windows: Human error if WinRM not in use to configure networks. [GH-3651]
|
2014-05-07 16:47:47 +00:00
|
|
|
- guests/windows: Puppet exit code 2 doesn't cause Windows to raise
|
|
|
|
an error. [GH-3677]
|
2014-05-06 21:47:54 +00:00
|
|
|
- providers/docker: Show proper error message when on Linux. [GH-3654]
|
2014-05-07 04:49:49 +00:00
|
|
|
- providers/docker: Proxy VM works properly even if default provider
|
|
|
|
environmental variable set to "docker" [GH-3662]
|
2014-05-07 22:09:53 +00:00
|
|
|
- providers/docker: Put sync folders in `/var/lib/docker` because
|
|
|
|
it usually has disk space. [GH-3680]
|
2014-05-06 20:41:37 +00:00
|
|
|
- synced\_folders/rsync: Create the directory before syncing.
|
2014-05-06 20:10:22 +00:00
|
|
|
|
2014-05-06 15:51:11 +00:00
|
|
|
## 1.6.0 (May 6, 2014)
|
2014-04-09 21:57:16 +00:00
|
|
|
|
2014-04-16 17:12:59 +00:00
|
|
|
BACKWARDS INCOMPATIBILITIES:
|
|
|
|
|
2014-05-01 16:14:27 +00:00
|
|
|
- Deprecated: `halt_timeout` and `halt_check_interval` settings for
|
|
|
|
SmartOS, Solaris, and Solaris11 guests. These will be fully
|
|
|
|
removed in 1.7. A warning will be shown if they're in use in
|
|
|
|
1.6.
|
2014-04-16 17:12:59 +00:00
|
|
|
|
2014-04-09 21:57:16 +00:00
|
|
|
FEATURES:
|
|
|
|
|
2014-04-10 17:21:05 +00:00
|
|
|
- **New guest: Windows**. Vagrant now fully supports Windows as a guest
|
|
|
|
VM. WinRM can be used for communication (or SSH), and the shell
|
|
|
|
provisioner, Chef, and Puppet all work with Windows VMs.
|
|
|
|
- **New command: global-status**. This command shows the state of every
|
|
|
|
created Vagrant environment on the system for that logged in user.
|
2014-04-12 23:42:31 +00:00
|
|
|
- **New command: rdp**. This command connects to the running machine
|
|
|
|
via the Remote Desktop Protocol.
|
2014-04-25 03:10:49 +00:00
|
|
|
- **New command: version**. This outputs the currently installed version
|
|
|
|
as well as the latest version of Vagrant available.
|
2014-04-19 00:08:21 +00:00
|
|
|
- **New provider: Docker**. This provider will back your development
|
|
|
|
environments with Docker containers. If you're not on Linux, it will
|
|
|
|
automatically spin up a VM for you on any provider. You can even
|
|
|
|
specify a specific Vagrantfile to use as the Docker container host.
|
2014-04-10 17:21:05 +00:00
|
|
|
- Control Vagrant environments from any directory. Using the UUIDs given
|
|
|
|
in `vagrant global-status`, you can issue commands from anywhere on
|
|
|
|
your machine, not just that environment's directory. Example:
|
|
|
|
`vagrant destroy UUID` from anywhere.
|
2014-04-09 21:57:16 +00:00
|
|
|
- Can now specify a `post_up_message` in your Vagrantfile that is shown
|
2014-04-10 17:21:05 +00:00
|
|
|
after a `vagrant up`. This is useful for putting some instructions of how
|
|
|
|
to use the development environment.
|
2014-04-09 22:28:44 +00:00
|
|
|
- Can configure provisioners to run "once" or "always" (defaults to "once"),
|
2014-04-10 17:21:05 +00:00
|
|
|
so that subsequent `vagrant up` or `reload` calls will always run a
|
|
|
|
provisioner. [GH-2421]
|
2014-04-10 17:31:58 +00:00
|
|
|
- Multi-machine environments can specify an "autostart" option (default
|
|
|
|
to true). `vagrant up` starts all machines that have enabled autostart.
|
2014-05-01 17:19:51 +00:00
|
|
|
- Vagrant is smarter about choosing a default provider. If
|
|
|
|
`VAGRANT_DEFAULT_PROVIDER` is set, it still takes priority, but otherwise
|
|
|
|
Vagrant chooses a "best" provider.
|
2014-04-09 21:57:16 +00:00
|
|
|
|
2014-04-09 22:41:43 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2014-04-19 03:20:03 +00:00
|
|
|
- core: Vagrant locks machine access to one Vagrant process at a time.
|
|
|
|
This will protect against two simultaneous `up` actions happening
|
|
|
|
on the same environment.
|
2014-05-05 22:44:45 +00:00
|
|
|
- core: Boxes can be compressed with LZMA now as well.
|
2014-04-24 18:54:10 +00:00
|
|
|
- commands/box/remove: Warns if the box appears to be in use by an
|
|
|
|
environment. Can be forced with `--force`.
|
2014-04-16 04:29:12 +00:00
|
|
|
- commands/destroy: Exit codes changes. 0 means everything succeeded.
|
|
|
|
1 means everything was declined. 2 means some were declined. [GH-811]
|
2014-04-21 01:25:16 +00:00
|
|
|
- commands/destroy: Doesn't require box to exist anymore. [GH-1629]
|
2014-04-29 03:22:09 +00:00
|
|
|
- commands/init: force flag. [GH-3564]
|
2014-05-05 00:36:51 +00:00
|
|
|
- commands/init: flag for minimal Vagrantfile creation (no comments). [GH-3611]
|
2014-04-19 00:04:32 +00:00
|
|
|
- commands/rsync-auto: Picks up and syncs provisioner folders if
|
|
|
|
provisioners are backed by rsync.
|
|
|
|
- commands/rsync-auto: Detects when new synced folders were added and warns
|
|
|
|
user they won't be synced until `vagrant reload`.
|
2014-04-09 22:41:43 +00:00
|
|
|
- commands/ssh-config: Works without a target in multi-machine envs [GH-2844]
|
2014-04-11 23:39:58 +00:00
|
|
|
- guests/freebsd: Support for virtio interfaces. [GH-3082]
|
2014-04-11 23:37:26 +00:00
|
|
|
- guests/openbsd: Support for virtio interfaces. [GH-3082]
|
2014-05-06 15:43:59 +00:00
|
|
|
- guests/redhat: Networking works for upcoming RHEL7 release. [GH-3643]
|
2014-05-05 00:31:55 +00:00
|
|
|
- providers/hyperv: Implement `vagrant ssh -c` support. [GH-3615]
|
2014-04-19 03:50:22 +00:00
|
|
|
- provisioners/ansible: Support for Ansible Vault. [GH-3338]
|
2014-05-05 00:17:31 +00:00
|
|
|
- provisioners/ansible: Show Ansible command executed. [GH-3628]
|
2014-05-01 20:49:41 +00:00
|
|
|
- provisioners/salt: Colorize option. [GH-3603]
|
|
|
|
- provisioners/salt: Ability to specify log level. [GH-3603]
|
2014-05-06 15:48:22 +00:00
|
|
|
- synced\_folders: nfs: Improve sudo commands used to make them
|
|
|
|
sudoers friendly. Examples in docs. [GH-3638]
|
2014-04-09 22:41:43 +00:00
|
|
|
|
2014-04-16 16:58:26 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
2014-04-25 05:50:56 +00:00
|
|
|
- core: Adding a box from a network share on Windows works again. [GH-3279]
|
2014-04-29 23:53:12 +00:00
|
|
|
- commands/plugin/install: Specific versions are now locked in.
|
2014-05-02 04:14:26 +00:00
|
|
|
- commands/plugin/install: If insecure RubyGems.org is specified as a
|
|
|
|
source, use that. [GH-3610]
|
2014-04-27 22:54:56 +00:00
|
|
|
- commands/rsync-auto: Interrupt exits properly. [GH-3552]
|
2014-04-28 21:48:29 +00:00
|
|
|
- commands/rsync-auto: Run properly on Windows. [GH-3547]
|
2014-05-02 04:35:02 +00:00
|
|
|
- communicators/ssh: Detect if `config.ssh.shell` is invalid. [GH-3040]
|
2014-05-05 01:32:33 +00:00
|
|
|
- guests/debian: Can set hostname if hosts doesn't contain an entry
|
|
|
|
already for 127.0.1.1 [GH-3271]
|
2014-05-05 00:47:16 +00:00
|
|
|
- guests/linux: For `read_ip_address` capability, set `LANG=en` so
|
|
|
|
it works on international systems. [GH-3029]
|
2014-04-27 22:57:22 +00:00
|
|
|
- providers/virtualbox: VirtalBox detection works properly again on
|
|
|
|
Windows when the `VBOX_INSTALL_PATH` has multiple elements. [GH-3549]
|
2014-05-01 00:09:29 +00:00
|
|
|
- providers/virtualbox: Forcing MAC address on private network works
|
|
|
|
properly again. [GH-3588]
|
2014-05-01 22:50:20 +00:00
|
|
|
- provisioners/chef-solo: Fix Chef version checking to work with prerelease
|
|
|
|
versions. [GH-3604]
|
2014-04-25 02:16:07 +00:00
|
|
|
- provisioners/salt: Always copy keys and configs on provision. [GH-3536]
|
2014-04-27 22:50:38 +00:00
|
|
|
- provisioners/salt: Install args should always be present with bootstrap.
|
2014-04-29 16:46:11 +00:00
|
|
|
- provisioners/salt: Overwrite keys properly on subsequent provisions [GH-3575]
|
2014-04-30 22:32:20 +00:00
|
|
|
- provisioners/salt: Bootstrap uses raw GitHub URL rather than subdomain. [GH-3583]
|
2014-04-16 16:58:26 +00:00
|
|
|
- synced\_folders/nfs: Acquires a process-level lock so exports don't
|
|
|
|
collide with Vagrant running in parallel.
|
2014-05-05 00:33:53 +00:00
|
|
|
- synced\_folders/nfs: Implement usability check so that hosts that
|
|
|
|
don't support NFS get an error earlier. [GH-3625]
|
2014-04-22 03:39:48 +00:00
|
|
|
- synced\_folders/rsync: Add UserKnownHostsFile option to not complain. [GH-3511]
|
2014-04-27 22:53:31 +00:00
|
|
|
- synced\_folders/rsync: Proxy command is used properly if set. [GH-3553]
|
2014-04-27 23:00:19 +00:00
|
|
|
- synced\_folders/rsync: Owner/group settings are respected. [GH-3544]
|
2014-05-06 15:43:59 +00:00
|
|
|
- synced\_folders/smb: Passwords with symbols work. [GH-3642]
|
2014-04-16 16:58:26 +00:00
|
|
|
|
2014-04-10 17:17:15 +00:00
|
|
|
PLUGIN AUTHOR CHANGES:
|
|
|
|
|
2014-04-16 17:13:54 +00:00
|
|
|
- **New host capability:** "rdp\_client". This capability gets the RDP connection
|
|
|
|
info and must launch the RDP client on the system.
|
2014-04-24 13:21:07 +00:00
|
|
|
- core: The "Call" middleware now merges the resulting middleware stack
|
2014-04-16 17:12:59 +00:00
|
|
|
into the current stack, rather than running it as a separate stack.
|
|
|
|
The result is that ordering is preserved.
|
|
|
|
- core: The "Message" middleware now takes a "post" option that will
|
|
|
|
output the message on the return-side of the middleware stack.
|
2014-04-20 15:06:53 +00:00
|
|
|
- core: Forwarded port collision repair works when Vagrant is run in
|
|
|
|
parallel with other Vagrant processes. [GH-2966]
|
2014-04-10 17:17:15 +00:00
|
|
|
- provider: Providers can now specify that boxes are optional. This lets
|
|
|
|
you use the provider without a `config.vm.box`. Useful for providers like
|
|
|
|
AWS or Docker.
|
|
|
|
- provider: A new class-level `usable?` method can be implemented on the
|
|
|
|
provider implementation. This returns or raises an error when the
|
|
|
|
provider is not usable (i.e. VirtualBox isn't installed for VirtualBox)
|
2014-04-16 17:12:59 +00:00
|
|
|
- synced\_folders: New "disable" method for removing synced folders from
|
|
|
|
a running machine.
|
2014-04-10 17:17:15 +00:00
|
|
|
|
2014-04-21 18:50:01 +00:00
|
|
|
## 1.5.4 (April 21, 2014)
|
2014-04-14 05:28:55 +00:00
|
|
|
|
2014-04-17 20:59:13 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2014-04-19 03:46:02 +00:00
|
|
|
- commands/box/list: Doesn't parse Vagrantfile. [GH-3502]
|
2014-04-17 20:59:13 +00:00
|
|
|
- providers/hyperv: Implement the provision command. [GH-3494]
|
|
|
|
|
2014-04-14 17:18:17 +00:00
|
|
|
BUG FIXES:
|
2014-04-14 05:28:55 +00:00
|
|
|
|
2014-04-15 17:37:08 +00:00
|
|
|
- core: Allow overriding of the default SSH port. [GH-3474]
|
2014-04-15 00:02:51 +00:00
|
|
|
- commands/box/remove: Make output nicer. [GH-3470]
|
2014-04-15 01:55:22 +00:00
|
|
|
- commands/box/update: Show currently installed version. [GH-3467]
|
2014-04-14 17:18:17 +00:00
|
|
|
- command/rsync-auto: Works properly on Windows.
|
2014-04-15 00:01:00 +00:00
|
|
|
- guests/coreos: Fix test for Docker daemon running.
|
2014-04-15 00:00:12 +00:00
|
|
|
- guests/linux: Fix test for Docker provisioner whether Docker is
|
|
|
|
running.
|
2014-04-16 16:12:33 +00:00
|
|
|
- guests/linux: Fix regression where rsync owner/group stopped
|
|
|
|
working. [GH-3485]
|
2014-04-15 19:15:14 +00:00
|
|
|
- provisioners/docker: Fix issue where we weren't waiting for Docker
|
|
|
|
to properly start before issuing commands. [GH-3482]
|
2014-04-21 18:49:40 +00:00
|
|
|
- provisioners/shell: Better validation of master config path, results
|
|
|
|
in no more stack traces at runtime. [GH-3505]
|
2014-04-14 05:28:55 +00:00
|
|
|
|
2014-04-14 05:18:45 +00:00
|
|
|
## 1.5.3 (April 14, 2014)
|
2014-04-05 16:04:31 +00:00
|
|
|
|
2014-04-09 16:09:42 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2014-04-09 16:58:30 +00:00
|
|
|
- core: 1.5 upgrade code gives users a chance to quit. [GH-3212]
|
2014-04-09 16:09:42 +00:00
|
|
|
- commands/rsync-auto: An initial sync is done before watching folders. [GH-3327]
|
2014-04-11 21:57:50 +00:00
|
|
|
- commands/rsync-auto: Exit immediately if there are no paths to watch.
|
|
|
|
[GH-3446]
|
2014-04-17 21:29:21 +00:00
|
|
|
- provisioners/ansible: custom vars/hosts files can be added in
|
|
|
|
.vagrant/provisioners/ansible/inventory/ directory [GH-3436]
|
2014-04-09 16:09:42 +00:00
|
|
|
|
2014-04-05 16:05:05 +00:00
|
|
|
BUG FIXES:
|
2014-04-05 16:04:31 +00:00
|
|
|
|
2014-04-05 16:36:55 +00:00
|
|
|
- core: Randomize some filenames internally to improve the parallelism
|
|
|
|
of Vagrant. [GH-3386]
|
2014-04-05 16:25:03 +00:00
|
|
|
- core: Don't error if network problems cause box update check to
|
|
|
|
fail [GH-3391]
|
2014-04-09 16:15:43 +00:00
|
|
|
- core: `vagrant` on Windows cmd.exe doesn't always exit with exit
|
|
|
|
code zero. [GH-3420]
|
2014-04-09 21:15:26 +00:00
|
|
|
- core: Adding a box from a network share has nice error on Windows. [GH-3279]
|
2014-04-10 15:41:59 +00:00
|
|
|
- core: Setting an ID on a provisioner now works. [GH-3424]
|
2014-04-11 23:21:12 +00:00
|
|
|
- core: All synced folder paths containing symlinks are fully
|
|
|
|
expanded before sharing. [GH-3444]
|
2014-04-13 21:24:05 +00:00
|
|
|
- core: Windows no longer sees "process not started" errors rarely.
|
2014-04-13 00:58:29 +00:00
|
|
|
- commands/box/repackage: Works again. [GH-3372]
|
2014-04-12 22:25:51 +00:00
|
|
|
- commands/box/update: Update should check for updates from latest
|
|
|
|
version. [GH-3452]
|
2014-04-09 17:52:33 +00:00
|
|
|
- commands/package: Nice error if includes contain symlinks. [GH-3200]
|
2014-04-09 15:58:56 +00:00
|
|
|
- commands/rsync-auto: Don't crash if the machine can't be communicated
|
|
|
|
to. [GH-3419]
|
2014-04-11 23:17:02 +00:00
|
|
|
- communicators/ssh: Throttle connection attempt warnings if the warnings
|
|
|
|
are the same. [GH-3442]
|
2014-04-10 20:42:12 +00:00
|
|
|
- guests/coreos: Docker provisioner works. [GH-3425]
|
2014-04-05 16:09:56 +00:00
|
|
|
- guests/fedora: Fix hostname setting. [GH-3382]
|
2014-04-05 16:08:51 +00:00
|
|
|
- guests/fedora: Support predictable network interface names for
|
|
|
|
public/private networks. [GH-3207]
|
2014-04-09 18:03:24 +00:00
|
|
|
- guests/linux: Rsync folders have proper group if owner not set. [GH-3223]
|
2014-04-09 17:42:39 +00:00
|
|
|
- guests/linux: If SMB folder mounting fails, the password will no
|
|
|
|
longer be shown in plaintext in the output. [GH-3203]
|
2014-04-09 17:46:56 +00:00
|
|
|
- guests/linux: SMB mount works with passwords with symbols. [GH-3202]
|
2014-04-09 16:30:17 +00:00
|
|
|
- providers/hyperv: Check for PowerShell features. [GH-3398]
|
2014-04-12 01:50:02 +00:00
|
|
|
- provisioners/docker: Don't automatically generate container name with
|
|
|
|
a forward slash. [GH-3216]
|
2014-04-09 21:17:51 +00:00
|
|
|
- provisioners/shell: Empty shell scripts don't cause errors. [GH-3423]
|
2014-04-05 16:05:05 +00:00
|
|
|
- synced\_folders/smb: Only set the chmod properly by default on Windows
|
|
|
|
if it isn't already set. [GH-3394]
|
2014-04-09 15:44:49 +00:00
|
|
|
- synced\_folders/smb: Sharing folders with odd characters like parens
|
|
|
|
works properly now. [GH-3405]
|
2014-04-05 16:04:31 +00:00
|
|
|
|
2014-04-02 20:43:21 +00:00
|
|
|
## 1.5.2 (April 2, 2014)
|
2014-03-13 18:34:13 +00:00
|
|
|
|
2014-03-21 00:39:26 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2014-03-21 00:51:04 +00:00
|
|
|
- **New guest:** SmartOS
|
2014-03-22 00:48:03 +00:00
|
|
|
- core: Change wording from "error" to "warning" on SSH retry output
|
|
|
|
to convey actual meaning.
|
2014-04-02 05:29:44 +00:00
|
|
|
- commands/plugin: Listing plugins now has machine-readable output. [GH-3293]
|
2014-03-21 00:39:26 +00:00
|
|
|
- guests/omnios: Mount NFS capability [GH-3282]
|
2014-04-02 16:45:42 +00:00
|
|
|
- synced\_folders/smb: Verify PowerShell v3 or later is running. [GH-3257]
|
2014-03-21 00:39:26 +00:00
|
|
|
|
2014-03-13 21:19:02 +00:00
|
|
|
BUG FIXES:
|
2014-03-13 18:34:13 +00:00
|
|
|
|
2014-03-13 21:19:02 +00:00
|
|
|
- core: Vagrant won't collide with newer versions of Bundler [GH-3193]
|
2014-03-21 00:42:36 +00:00
|
|
|
- core: Allow provisioner plugins to not have a config class. [GH-3272]
|
2014-04-02 04:47:51 +00:00
|
|
|
- core: Removing a specific box version that doesn't exist doesn't
|
|
|
|
crash Vagrant. [GH-3364]
|
2014-04-02 04:53:02 +00:00
|
|
|
- core: SSH commands are forced to be ASCII.
|
2014-04-02 04:57:23 +00:00
|
|
|
- core: private networks with DHCP type work if type parameter is
|
|
|
|
a string and not a symbol. [GH-3349]
|
2014-04-02 05:03:35 +00:00
|
|
|
- core: Converting to cygwin path works for folders with spaces. [GH-3304]
|
2014-04-02 05:18:37 +00:00
|
|
|
- core: Can add boxes with spaces in their path. [GH-3306]
|
2014-04-02 05:28:33 +00:00
|
|
|
- core: Prerelease plugins installed are locked to that prerelease
|
|
|
|
version. [GH-3301]
|
2014-04-02 05:48:52 +00:00
|
|
|
- core: Better error message when adding a box with a malformed version. [GH-3332]
|
2014-04-02 15:24:14 +00:00
|
|
|
- core: Fix a rare issue where vagrant up would complain it couldn't
|
|
|
|
check version of a box that doesn't exist. [GH-3326]
|
2014-04-02 16:32:34 +00:00
|
|
|
- core: Box version constraint can't be specified with old-style box. [GH-3260]
|
2014-04-02 05:04:49 +00:00
|
|
|
- commands/box: Show versions when listing. [GH-3316]
|
2014-04-02 15:37:03 +00:00
|
|
|
- commands/box: Outdated check can list local boxes that are newer. [GH-3321]
|
2014-03-14 20:05:24 +00:00
|
|
|
- commands/status: Machine readable output contains the target. [GH-3218]
|
2014-04-02 05:01:45 +00:00
|
|
|
- guests/arch: Reload udev rules after network change. [GH-3322]
|
2014-03-21 00:52:31 +00:00
|
|
|
- guests/debian: Changing host name works properly. [GH-3283]
|
2014-04-02 04:50:32 +00:00
|
|
|
- guests/suse: Shutdown works correctly on SLES [GH-2775]
|
2014-04-02 05:32:55 +00:00
|
|
|
- hosts/linux: Don't hardcode `exportfs` path. Now searches the PATH. [GH-3292]
|
2014-04-02 04:59:10 +00:00
|
|
|
- providers/hyperv: Resume command works properly. [GH-3336]
|
2014-04-02 04:40:02 +00:00
|
|
|
- providers/virtualbox: Add missing translation for stopping status. [GH-3368]
|
2014-04-02 04:41:16 +00:00
|
|
|
- providers/virtualbox: Host-only networks set cableconnected property
|
|
|
|
to "yes" [GH-3365]
|
2014-04-02 04:51:42 +00:00
|
|
|
- provisioners/docker: Use proper flags for 0.9. [GH-3356]
|
2014-04-02 16:07:00 +00:00
|
|
|
- synced\_folders/rsync: Set chmod flag by default on Windows. [GH-3256]
|
2014-03-14 20:03:11 +00:00
|
|
|
- synced\_folders/smb: IDs of synced folders are hashed to work better
|
|
|
|
with VMware. [GH-3219]
|
2014-04-02 04:54:05 +00:00
|
|
|
- synced\_folders/smb: Properly remove existing folders with the
|
|
|
|
same name. [GH-3354]
|
2014-03-21 00:40:27 +00:00
|
|
|
- synced\_folders/smb: Passwords with symbols now work. [GH-3242]
|
|
|
|
- synced\_folders/smb: Exporting works for non-english locale Windows
|
|
|
|
machines. [GH-3251]
|
2014-03-13 18:34:13 +00:00
|
|
|
|
2014-03-13 16:49:39 +00:00
|
|
|
## 1.5.1 (March 13, 2014)
|
2014-03-10 05:51:31 +00:00
|
|
|
|
2014-03-13 01:28:03 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- guests/tinycore: Will now auto-install rsync.
|
2014-03-13 02:40:18 +00:00
|
|
|
- synced\_folders/rsync: rsync-auto will not watch filesystem for
|
|
|
|
excluded paths. [GH-3159]
|
2014-03-13 01:28:03 +00:00
|
|
|
|
2014-03-10 20:43:57 +00:00
|
|
|
BUG FIXES:
|
2014-03-10 05:51:31 +00:00
|
|
|
|
2014-03-10 20:43:57 +00:00
|
|
|
- core: V1 Vagrantfiles can upgrade provisioners properly. [GH-3092]
|
2014-03-10 21:33:30 +00:00
|
|
|
- core: Rare EINVAL errors on box adding are gone. [GH-3094]
|
2014-03-10 22:09:09 +00:00
|
|
|
- core: Upgrading the home directory for Vagrant 1.5 uses the Vagrant
|
|
|
|
temp dir. [GH-3095]
|
2014-03-11 15:44:05 +00:00
|
|
|
- core: Assume a box isn't metadata if it exceeds 20 MB. [GH-3107]
|
2014-03-11 16:58:19 +00:00
|
|
|
- core: Asking for input works even in consoles that don't support
|
|
|
|
hiding input. [GH-3119]
|
2014-03-11 18:29:03 +00:00
|
|
|
- core: Adding a box by path in Cygwin on Windos works. [GH-3132]
|
2014-03-13 02:49:45 +00:00
|
|
|
- core: PowerShell scripts work when they're in a directory with
|
|
|
|
spaces. [GH-3100]
|
2014-03-13 03:33:12 +00:00
|
|
|
- core: If you add a box path that doesn't exist, error earlier. [GH-3091]
|
2014-03-13 15:31:59 +00:00
|
|
|
- core: Validation on forwarded ports to make sure they're between
|
|
|
|
0 and 65535. [GH-3187]
|
2014-03-13 15:53:18 +00:00
|
|
|
- core: Downloads with user/password use the curl `-u` flag. [GH-3183]
|
2014-03-13 15:54:30 +00:00
|
|
|
- core: `vagrant help` no longer loads the Vagrantfile. [GH-3180]
|
2014-03-12 15:41:40 +00:00
|
|
|
- guests/darwin: Fix an exception when configuring networks. [GH-3143]
|
2014-03-13 16:47:34 +00:00
|
|
|
- guests/linux: Only chown folders/files in rsync if they don't
|
|
|
|
have the proper owner. [GH-3186]
|
2014-03-13 01:37:28 +00:00
|
|
|
- hosts/linux: Unusual sed delimiter to avoid conflicts. [GH-3167]
|
2014-03-12 15:45:35 +00:00
|
|
|
- providers/virtualbox: Make more internal interactions with VBoxManage
|
2014-03-12 15:15:53 +00:00
|
|
|
retryable to avoid spurious VirtualBox errors. [GH-2831]
|
2014-03-13 03:02:05 +00:00
|
|
|
- providers/virtualbox: Import progress works again on Windows.
|
2014-03-11 16:03:23 +00:00
|
|
|
- provisioners/ansible: Request SSH info within the provision method,
|
|
|
|
when we know its available. [GH-3111]
|
2014-03-13 01:43:59 +00:00
|
|
|
- synced\_folders/rsync: owner/group settings work. [GH-3163]
|
2014-03-10 05:51:31 +00:00
|
|
|
|
2014-03-10 05:51:16 +00:00
|
|
|
## 1.5.0 (March 10, 2014)
|
2013-12-31 22:19:34 +00:00
|
|
|
|
2014-03-10 21:35:52 +00:00
|
|
|
BREAKING CHANGES:
|
|
|
|
|
|
|
|
- provisioners/ansible: the machine name (taken from Vagrantfile) is now
|
|
|
|
set as default limit to ensure that vagrant provision steps only
|
|
|
|
affect the expected machine.
|
|
|
|
|
2014-01-02 22:37:47 +00:00
|
|
|
DEPRECATIONS:
|
|
|
|
|
2014-01-02 22:40:57 +00:00
|
|
|
- provisioners/chef-solo: The "nfs" setting has been replaced by
|
|
|
|
`synced_folder_type`. The "nfs" setting will be removed in the next
|
|
|
|
version.
|
2014-01-02 22:37:47 +00:00
|
|
|
- provisioners/puppet: The "nfs" setting has been replaced by
|
|
|
|
`synced_folder_type`. The "nfs" setting will be removed in the next
|
|
|
|
version.
|
|
|
|
|
2014-01-02 04:49:29 +00:00
|
|
|
FEATURES:
|
2013-12-31 22:19:34 +00:00
|
|
|
|
2014-02-28 20:38:11 +00:00
|
|
|
- **New provider:** Hyper-V. If you're on a Windows machine with Hyper-V
|
|
|
|
enabled, Vagrant can now manage Hyper-V virtual machines out of the box.
|
2014-01-02 04:49:29 +00:00
|
|
|
- **New guest:** Funtoo (change host name and networks supported)
|
2014-01-16 18:38:14 +00:00
|
|
|
- **New guest:** NetBSD
|
2014-01-17 01:18:54 +00:00
|
|
|
- **New guest:** TinyCore Linux. This allows features such as networking,
|
|
|
|
halting, rsync and more work with Boot2Docker.
|
2014-02-03 21:34:46 +00:00
|
|
|
- **New synced folder type:** rsync - Does a one-time one-directional sync
|
|
|
|
to the guest machine. New commands `vagrant rsync` and `vagrant rsync-auto`
|
|
|
|
can resync the folders.
|
2014-02-28 20:38:11 +00:00
|
|
|
- **New synced folder type:** SMB- Allows bi-directional folder syncing
|
|
|
|
using SMB on Windows hosts with any guest.
|
2014-01-03 19:36:59 +00:00
|
|
|
- Password-based SSH authentication. This lets you use almost any off-the-shelf
|
|
|
|
virtual machine image with Vagrant. Additionally, Vagrant will automatically
|
|
|
|
insert a keypair into the machine.
|
2014-01-07 21:59:51 +00:00
|
|
|
- Plugin versions can now be constrained to a range of versions. Example:
|
|
|
|
`vagrant plugin install foo --plugin-version "> 1.0, < 1.1"`
|
2014-01-08 16:56:36 +00:00
|
|
|
- Host-specific operations now use a "host capabilities" system much like
|
|
|
|
guests have used "guest capabilities" for a few releases now. This allows
|
|
|
|
plugin developers to create pluggable host-specific capabilities and makes
|
|
|
|
further integrating Vagrant with new operating systems even easier.
|
2014-02-03 21:34:46 +00:00
|
|
|
- You can now override provisioners within sub-VM configuration and
|
|
|
|
provider overrides. See documentation for more info. [GH-1113]
|
2014-01-10 22:46:59 +00:00
|
|
|
- providers/virtualbox: Provider-specific configuration `cpus` can be used
|
|
|
|
to set the number of CPUs on the VM [GH-2800]
|
2014-01-14 17:23:29 +00:00
|
|
|
- provisioners/docker: Can now build images using `docker build`. [GH-2615]
|
2013-12-31 22:19:34 +00:00
|
|
|
|
2014-01-02 22:37:47 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2014-02-24 06:40:45 +00:00
|
|
|
- core: Added "error-exit" type to machine-readable output which contains
|
|
|
|
error information that caused a non-zero exit status. [GH-2999]
|
2014-02-26 16:01:08 +00:00
|
|
|
- command/destroy: confirmation will re-ask question if bad input. [GH-3027]
|
2014-01-16 04:12:17 +00:00
|
|
|
- guests/solaris: More accurate Solaris >= 11, < 11 detection. [GH-2824]
|
2014-02-27 19:31:03 +00:00
|
|
|
- provisioners/ansible: Generates a single inventory file, rather than
|
|
|
|
one per machine. See docs for more info. [GH-2991]
|
2014-02-28 17:05:00 +00:00
|
|
|
- provisioners/ansible: SSH forwarding support. [GH-2952]
|
|
|
|
- provisioners/ansible: Multiple SSH keys can now be attempted [GH-2952]
|
2014-03-07 05:36:42 +00:00
|
|
|
- provisioners/ansible: Disable SSH host key checking by default,
|
|
|
|
which improves the experience. We believe this is a sane default
|
|
|
|
for ephemeral dev machines.
|
2014-01-02 22:40:57 +00:00
|
|
|
- provisioners/chef-solo: New config `synced_folder_type` replaces the
|
|
|
|
`nfs` option. This can be used to set the synced folders the provisioner
|
|
|
|
needs to any type. [GH-2709]
|
2014-02-22 02:10:24 +00:00
|
|
|
- provisioners/chef-solo: `roles_paths` can now be an array of paths in
|
|
|
|
Chef 11.8.0 and newer. [GH-2975]
|
2014-02-03 15:14:59 +00:00
|
|
|
- provisioners/docker: Can start a container without daemonization.
|
2014-03-04 15:27:53 +00:00
|
|
|
- provisioners/docker: Started containers are given names. [GH-3051]
|
2014-01-02 22:37:47 +00:00
|
|
|
- provisioners/puppet: New config `synced_folder_type` replaces the
|
|
|
|
`nfs` option. This can be used to set the synced folders the provisioner
|
|
|
|
needs to any type. [GH-2709]
|
2014-01-07 21:59:51 +00:00
|
|
|
- commands/plugin: `vagrant plugin update` will now update all installed
|
|
|
|
plugins, respecting any constraints set.
|
2014-01-07 22:11:33 +00:00
|
|
|
- commands/plugin: `vagrant plugin uninstall` can now uninstall multiple
|
|
|
|
plugins.
|
2014-01-07 22:17:48 +00:00
|
|
|
- commands/plugin: `vagrant plugin install` can now install multiple
|
|
|
|
plugins.
|
2014-01-21 17:50:20 +00:00
|
|
|
- hosts/redhat: Recognize Korora OS. [GH-2869]
|
2014-01-10 00:58:20 +00:00
|
|
|
- synced\_folders/nfs: If the guest supports it, NFS clients will be
|
|
|
|
automatically installed in the guest.
|
2014-01-02 22:37:47 +00:00
|
|
|
|
2014-01-03 16:30:17 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
2014-01-03 19:36:59 +00:00
|
|
|
- core: If an exception was raised while attempting to connect to SSH
|
|
|
|
for the first time, it would get swallowed. It is properly raised now.
|
2014-01-07 21:59:51 +00:00
|
|
|
- core: Plugin installation does not fail if your local gemrc file has
|
|
|
|
syntax errors.
|
2014-01-09 05:36:24 +00:00
|
|
|
- core: Plugins that fork within certain actions will no longer hang
|
|
|
|
indefinitely. [GH-2756]
|
2014-01-15 19:18:19 +00:00
|
|
|
- core: Windows checks home directory permissions more correctly to
|
|
|
|
warn of potential issues.
|
2014-01-22 04:13:08 +00:00
|
|
|
- core: Synced folders set to the default synced folder explicitly won't
|
|
|
|
be deleted. [GH-2873]
|
2014-02-03 11:02:14 +00:00
|
|
|
- core: Static IPs can end in ".1". A warning is now shown. [GH-2914]
|
2014-02-15 23:54:32 +00:00
|
|
|
- core: Adding boxes that have directories in them works on Windows.
|
2014-02-24 05:23:31 +00:00
|
|
|
- core: Vagrant will not think provisioning is already done if
|
|
|
|
the VM is manually deleted outside of Vagrant.
|
2014-03-02 06:15:03 +00:00
|
|
|
- core: Box file checksums of large files works properly on Windows.
|
|
|
|
[GH-3045]
|
2014-01-09 23:59:21 +00:00
|
|
|
- commands/box: Box add `--force` works with `--provider` flag. [GH-2757]
|
2014-01-20 07:36:49 +00:00
|
|
|
- commands/box: Listing boxes with machine-readable output crash is gone.
|
2014-01-07 21:59:51 +00:00
|
|
|
- commands/plugin: Plugin installation will fail if dependencies conflict,
|
|
|
|
rather than at runtime.
|
2014-01-17 06:31:35 +00:00
|
|
|
- commands/ssh: When using `-c` on Windows, no more TTY errors.
|
2014-02-10 16:58:42 +00:00
|
|
|
- commands/ssh-config: ProxyCommand is included in output if it is
|
|
|
|
set. [GH-2950]
|
2014-01-18 19:05:29 +00:00
|
|
|
- guests/coreos: Restart etcd after configuring networks. [GH-2852]
|
2014-02-04 15:01:14 +00:00
|
|
|
- guests/linux: Don't chown VirtualBox synced folders if mounting
|
|
|
|
as readonly. [GH-2442]
|
2014-01-09 05:00:24 +00:00
|
|
|
- guests/redhat: Set hostname to FQDN, per the documentation for RedHat.
|
|
|
|
[GH-2792]
|
2014-01-13 06:34:45 +00:00
|
|
|
- hosts/bsd: Don't invoke shell for NFS sudo calls. [GH-2808]
|
2014-02-22 02:52:22 +00:00
|
|
|
- hosts/bsd: Sort NFS exports to avoid false validation errors. [GH-2927]
|
2014-02-26 16:04:21 +00:00
|
|
|
- hosts/bsd: No more checkexports NFS errors if you're sharing the
|
|
|
|
same directory. [GH-3023]
|
2014-01-18 19:01:53 +00:00
|
|
|
- hosts/gentoo: Look for systemctl in `/usr/bin` [GH-2858]
|
2014-02-24 15:51:06 +00:00
|
|
|
- hosts/linux: Properly escape regular expression to prune NFS exports,
|
|
|
|
allowing VMware to work properly. [GH-2934]
|
2014-02-03 11:18:09 +00:00
|
|
|
- hosts/opensuse: Start NFS server properly. [GH-2923]
|
2014-01-03 16:30:17 +00:00
|
|
|
- providers/virtualbox: Enabling internal networks by just setting "true"
|
|
|
|
works properly. [GH-2751]
|
2014-01-16 03:55:07 +00:00
|
|
|
- providers/virtualbox: Make more internal interactions with VBoxManage
|
|
|
|
retryable to avoid spurious VirtualBox errors. [GH-2831]
|
2014-01-16 17:43:31 +00:00
|
|
|
- providers/virtualbox: Config validation catches invalid keys. [GH-2843]
|
2014-01-17 17:53:02 +00:00
|
|
|
- providers/virtualbox: Fix network adapter configuration issue if using
|
|
|
|
provider-specific config. [GH-2854]
|
2014-02-03 11:06:29 +00:00
|
|
|
- providers/virtualbox: Bridge network adapters always have their
|
|
|
|
"cable connected" properly. [GH-2906]
|
2014-01-11 16:02:59 +00:00
|
|
|
- provisioners/chef: When chowning folders, don't follow symlinks.
|
2014-02-19 02:56:39 +00:00
|
|
|
- provisioners/chef: Encrypted data bag secrets also in Chef solo are
|
|
|
|
now uploaded to the provisioning path to avoid perm issues. [GH-2845]
|
|
|
|
- provisioners/chef: Encrypted data bag secret is removed from the
|
|
|
|
machine before and after provisioning also with Chef client. [GH-2845]
|
|
|
|
- provisioners/chef: Set `encrypted_data_bag_secret` on the VM to `nil`
|
|
|
|
if the secret is not specified. [GH-2984]
|
2014-02-20 18:16:23 +00:00
|
|
|
- provisioners/chef: Fix loading of the custom configure file. [GH-876]
|
2014-01-16 18:34:08 +00:00
|
|
|
- provisioners/docker: Only add SSH user to docker group if the user
|
|
|
|
isn't already in it. [GH-2838]
|
2014-01-22 04:52:27 +00:00
|
|
|
- provisioners/docker: Configuring autostart works properly with
|
|
|
|
the newest versions of Docker. [GH-2874]
|
2014-02-24 16:09:24 +00:00
|
|
|
- provisioners/puppet: Append default module path to the module paths
|
|
|
|
always. [GH-2677]
|
2014-03-07 17:18:34 +00:00
|
|
|
- provisioners/salt: Setting pillar data doesn't require `deep_merge`
|
|
|
|
plugin anymore. [GH-2348]
|
2014-01-10 23:43:54 +00:00
|
|
|
- provisioners/salt: Options can now set install type and install args.
|
|
|
|
[GH-2766]
|
2014-02-24 05:26:27 +00:00
|
|
|
- provisioners/salt: Fix case when salt would say "options only allowed
|
|
|
|
before install arguments" [GH-3005]
|
2014-02-24 05:50:53 +00:00
|
|
|
- provisioners/shell: Error if script is encoded incorrectly. [GH-3000]
|
2014-01-10 23:41:57 +00:00
|
|
|
- synced\_folders/nfs: NFS entries are pruned on every `vagrant up`,
|
|
|
|
if there are any to prune. [GH-2738]
|
2014-01-03 16:30:17 +00:00
|
|
|
|
2014-01-02 18:10:07 +00:00
|
|
|
## 1.4.3 (January 2, 2014)
|
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- providers/virtualbox: `vagrant package` works properly again. [GH-2739]
|
|
|
|
|
2013-12-31 21:30:33 +00:00
|
|
|
## 1.4.2 (December 31, 2013)
|
2013-12-18 18:13:03 +00:00
|
|
|
|
2013-12-28 20:51:18 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- guests/linux: emit upstart event when NFS folders are mounted. [GH-2705]
|
2013-12-31 18:44:08 +00:00
|
|
|
- provisioners/chef-solo: Encrypted data bag secret is removed from the
|
|
|
|
machine after provisioning. [GH-2712]
|
2013-12-28 20:51:18 +00:00
|
|
|
|
2013-12-19 16:02:54 +00:00
|
|
|
BUG FIXES:
|
2013-12-18 18:13:03 +00:00
|
|
|
|
2013-12-30 20:42:21 +00:00
|
|
|
- core: Ctrl-C no longer raises "trap context" exception.
|
2013-12-19 16:02:54 +00:00
|
|
|
- core: The version for `Vagrant.configure` can now be an int. [GH-2689]
|
2013-12-20 21:22:12 +00:00
|
|
|
- core: `Vagrant.has_plugin?` tries to use plugin's gem name before
|
|
|
|
registered plugin name [GH-2617]
|
2013-12-28 20:45:36 +00:00
|
|
|
- core: Fix exception if an EOFError was somehow raised by Ruby while
|
|
|
|
checking a box checksum. [GH-2716]
|
2013-12-28 21:13:36 +00:00
|
|
|
- core: Better error message if your plugin state file becomes corrupt
|
|
|
|
somehow. [GH-2694]
|
2013-12-31 16:34:59 +00:00
|
|
|
- core: Box add will fail early if the box already exists. [GH-2621]
|
2013-12-28 20:48:00 +00:00
|
|
|
- hosts/bsd: Only run `nfsd checkexports` if there is an exports file.
|
|
|
|
[GH-2714]
|
2013-12-28 21:10:57 +00:00
|
|
|
- commands/plugin: Fix exception that could happen rarely when installing
|
|
|
|
a plugin.
|
2013-12-31 16:45:30 +00:00
|
|
|
- providers/virtualbox: Error when packaging if the package already exists
|
|
|
|
_before_ the export is done. [GH-2380]
|
2013-12-31 19:01:17 +00:00
|
|
|
- providers/virtualbox: NFS with static IP works even if VirtualBox
|
|
|
|
guest additions aren't installed (regression). [GH-2674]
|
2013-12-30 22:45:40 +00:00
|
|
|
- synced\_folders/nfs: sudo will only ask for password one at a time
|
|
|
|
when using a parallel provider [GH-2680]
|
2013-12-18 18:13:03 +00:00
|
|
|
|
2013-12-18 17:03:28 +00:00
|
|
|
## 1.4.1 (December 18, 2013)
|
2013-12-09 06:51:58 +00:00
|
|
|
|
2013-12-13 01:37:49 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2013-12-14 06:14:13 +00:00
|
|
|
- hosts/bsd: check NFS exports file for issues prior to exporting
|
2013-12-14 15:06:09 +00:00
|
|
|
- provisioners/ansible: Add ability to use Ansible groups in generated
|
|
|
|
inventory [GH-2606]
|
2013-12-14 01:02:22 +00:00
|
|
|
- provisioners/docker: Add support for using the provisioner with RedHat
|
|
|
|
based guests [GH-2649]
|
2013-12-13 01:37:49 +00:00
|
|
|
- provisioners/docker: Remove "Docker" prefix from Client and Installer
|
|
|
|
classes [GH-2641]
|
|
|
|
|
2013-12-10 03:15:14 +00:00
|
|
|
BUG FIXES:
|
2013-12-09 06:51:58 +00:00
|
|
|
|
2013-12-13 00:17:53 +00:00
|
|
|
- core: box removal of a V1 box works
|
2013-12-14 05:02:00 +00:00
|
|
|
- core: `vagrant ssh -c` commands are now executed in the context of
|
|
|
|
a login shell (regression). [GH-2636]
|
2013-12-14 05:07:54 +00:00
|
|
|
- core: specifying `-t` or `-T` to `vagrant ssh -c` as extra args
|
|
|
|
will properly enable/disable a TTY for OpenSSH. [GH-2618]
|
2013-12-15 19:28:51 +00:00
|
|
|
- commands/init: Error if can't write Vagrantfile to directory. [GH-2660]
|
2013-12-14 04:48:54 +00:00
|
|
|
- guests/debian: fix `use_dhcp_assigned_default_route` to work properly.
|
|
|
|
[GH-2648]
|
2013-12-10 16:52:13 +00:00
|
|
|
- guests/debian,ubuntu: fix change\_host\_name for FQDNs with trailing
|
|
|
|
dots [GH-2610]
|
2013-12-10 16:54:54 +00:00
|
|
|
- guests/freebsd: configuring networks in the guest works properly
|
|
|
|
[GH-2620]
|
2013-12-10 17:04:20 +00:00
|
|
|
- guests/redhat: fix configure networks bringing down interfaces that
|
|
|
|
don't exist. [GH-2614]
|
2013-12-18 18:32:50 +00:00
|
|
|
- providers/virtualbox: Don't override NFS exports for all VMs when
|
|
|
|
coming up. [GH-2645]
|
2013-12-16 21:16:00 +00:00
|
|
|
- provisioners/ansible: Array arguments work for raw options [GH-2667]
|
2013-12-18 18:32:50 +00:00
|
|
|
- provisioners/chef-client: Fix node/client deletion when node\_name is not
|
|
|
|
set. [GH-2345]
|
2013-12-18 00:30:19 +00:00
|
|
|
- provisioners/chef-solo: Force remove files to avoid cases where
|
|
|
|
a prompt would be shown to users. [GH-2669]
|
2013-12-18 16:31:53 +00:00
|
|
|
- provisioners/puppet: Don't prepend default module path for Puppet
|
|
|
|
in case Puppet is managing its own paths. [GH-2677]
|
2013-12-09 06:51:58 +00:00
|
|
|
|
2013-12-09 06:50:57 +00:00
|
|
|
## 1.4.0 (December 9, 2013)
|
2013-11-23 18:53:21 +00:00
|
|
|
|
|
|
|
FEATURES:
|
|
|
|
|
2013-12-04 01:51:55 +00:00
|
|
|
- New provisioner: Docker. Install Docker, pull containers, and run
|
|
|
|
containers easier than ever.
|
2013-11-24 19:46:09 +00:00
|
|
|
- Machine readable output. Vagrant now has machine-friendly output by
|
|
|
|
using the `--machine-readable` flag.
|
2013-11-23 18:53:21 +00:00
|
|
|
- New plugin type: synced folder implementation. This allows new ways of
|
|
|
|
syncing folders to be added as plugins to Vagrant.
|
2013-11-23 20:23:34 +00:00
|
|
|
- The `Vagrant.require_version` function can be used at the top of a Vagrantfile
|
|
|
|
to enforce a minimum/maximum Vagrant version.
|
2013-12-03 19:35:25 +00:00
|
|
|
- Adding boxes via `vagrant box add` and the Vagrantfile both support
|
|
|
|
providing checksums of the box files.
|
2013-11-23 19:42:04 +00:00
|
|
|
- The `--debug` flag can be specified on any command now to get debug-level
|
|
|
|
log output to ease reporting bugs.
|
2013-11-23 19:45:06 +00:00
|
|
|
- You can now specify a memory using `vb.memory` setting with VirtualBox.
|
2013-11-24 00:41:02 +00:00
|
|
|
- Plugin developers can now hook into `environment_plugins_loaded`, which is
|
|
|
|
executed after plugins are loaded but before Vagrantfiles are parsed.
|
2013-11-25 19:02:54 +00:00
|
|
|
- VirtualBox internal networks are now supported. [GH-2020]
|
2013-10-15 22:58:22 +00:00
|
|
|
|
2013-10-24 06:08:16 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2013-11-23 23:42:48 +00:00
|
|
|
- core: Support resumable downloads [GH-57]
|
2013-11-23 19:47:29 +00:00
|
|
|
- core: owner/group of shared folders can be specified by integers. [GH-2390]
|
2013-11-24 19:58:06 +00:00
|
|
|
- core: the VAGRANT\_NO\_COLOR environmental variable may be used to enable
|
|
|
|
`--no-color` mode globally. [GH-2261]
|
2013-11-25 21:26:46 +00:00
|
|
|
- core: box URL and add date is tracked and shown if `-i` flag is
|
|
|
|
specified for `vagrant box list` [GH-2327]
|
2013-11-25 23:45:39 +00:00
|
|
|
- core: Multiple SSH keys can be specified with `config.ssh.private_key_path`
|
|
|
|
[GH-907]
|
2013-11-26 05:57:20 +00:00
|
|
|
- core: `config.vm.box_url` can be an array of URLs. [GH-1958]
|
2013-11-27 03:32:56 +00:00
|
|
|
- commands/box/add: Can now specify a custom CA cert for verifying
|
|
|
|
certs from a custom CA. [GH-2337]
|
2013-11-26 00:51:59 +00:00
|
|
|
- commands/box/add: Can now specify a client cert when downloading a
|
|
|
|
box. [GH-1889]
|
2013-11-24 19:53:08 +00:00
|
|
|
- commands/init: Add `--output` option for specifing output path, or
|
|
|
|
"-" for stdin. [GH-1364]
|
2013-10-24 06:13:36 +00:00
|
|
|
- commands/provision: Add `--no-parallel` option to disable provider
|
|
|
|
parallelization if the provider supports it. [GH-2404]
|
2013-11-24 00:50:39 +00:00
|
|
|
- commands/ssh: SSH compression is enabled by default. [GH-2456]
|
2013-11-24 01:21:38 +00:00
|
|
|
- commands/ssh: Inline commands specified with "-c" are now executed
|
|
|
|
using OpenSSH rather than pure-Ruby SSH. It is MUCH faster, and
|
|
|
|
stdin works!
|
2013-11-25 05:29:04 +00:00
|
|
|
- communicators/ssh: new configuration `config.ssh.pty` is a boolean for
|
|
|
|
whether you want ot use a PTY for provisioning.
|
2013-11-25 19:31:15 +00:00
|
|
|
- guests/linux: emit upstart event `vagrant-mounted` if upstart is
|
|
|
|
available. [GH-2502]
|
2013-11-28 04:05:30 +00:00
|
|
|
- guests/pld: support changing hostname [GH-2543]
|
2013-10-24 06:08:16 +00:00
|
|
|
- providers/virtualbox: Enable symlinks for VirtualBox 4.1. [GH-2414]
|
2013-11-21 23:02:00 +00:00
|
|
|
- providers/virtualbox: default VM name now includes milliseconds with
|
|
|
|
a random number to try to avoid conflicts in CI environments. [GH-2482]
|
2013-11-24 00:17:36 +00:00
|
|
|
- providers/virtualbox: customizations via VBoxManage are retried, avoiding
|
|
|
|
VirtualBox flakiness [GH-2483]
|
2013-12-03 19:50:39 +00:00
|
|
|
- providers/virtualbox: NFS works with DHCP host-only networks now. [GH-2560]
|
2013-11-25 05:29:04 +00:00
|
|
|
- provisioners/ansible: allow files for extra vars [GH-2366]
|
2013-11-25 23:06:05 +00:00
|
|
|
- provisioners/puppet: client cert and private key can now be specified
|
|
|
|
for the puppet server provisioner. [GH-902]
|
2013-11-26 06:39:20 +00:00
|
|
|
- provisioners/puppet: the manifests path can be in the VM. [GH-1805]
|
2013-11-24 00:05:44 +00:00
|
|
|
- provisioners/shell: Added `keep_color` option to not automatically color
|
|
|
|
output based on stdout/stderr. [GH-2505]
|
2013-11-25 21:36:51 +00:00
|
|
|
- provisioners/shell: Arguments can now be an array of args. [GH-1949]
|
2013-11-23 21:43:48 +00:00
|
|
|
- synced\_folders/nfs: Specify `nfs_udp` to false to disable UDP based
|
|
|
|
NFS folders. [GH-2304]
|
2013-10-24 06:08:16 +00:00
|
|
|
|
2013-10-17 18:28:15 +00:00
|
|
|
BUG FIXES:
|
2013-10-15 22:58:22 +00:00
|
|
|
|
2013-10-28 23:57:27 +00:00
|
|
|
- core: Make sure machine IDs are always strings. [GH-2434]
|
2013-10-21 17:44:26 +00:00
|
|
|
- core: 100% CPU spike when waiting for SSH is fixed. [GH-2401]
|
2013-11-21 22:58:55 +00:00
|
|
|
- core: Command lookup works on systems where PATH is not valid UTF-8 [GH-2514]
|
2013-11-23 19:54:42 +00:00
|
|
|
- core: Human-friendly error if box metadata.json becomes corrupted. [GH-2305]
|
2013-11-23 21:25:33 +00:00
|
|
|
- core: Don't load Vagrantfile on `vagrant plugin` commands, allowing
|
|
|
|
Vagrantfiles that use plugins to work. [GH-2388]
|
2013-11-25 19:42:06 +00:00
|
|
|
- core: global flags are ignored past the "--" on the CLI. [GH-2491]
|
2013-11-25 19:52:48 +00:00
|
|
|
- core: provisoining will properly happen if `up` failed. [GH-2488]
|
2013-10-24 06:16:01 +00:00
|
|
|
- guests/freebsd: Mounting NFS folders works. [GH-2400]
|
2013-11-23 19:26:27 +00:00
|
|
|
- guests/freebsd: Uses `sh` by default for shell. [GH-2485]
|
2013-12-03 20:15:57 +00:00
|
|
|
- guests/linux: upstart events listening for `vagrant-mounted` won't
|
|
|
|
wait for jobs to complete, fixing issues with blocking during
|
|
|
|
vagrant up [GH-2564]
|
2013-11-26 19:28:47 +00:00
|
|
|
- guests/redhat: `DHCP_HOSTNAME` is set to the hostname, not the FQDN. [GH-2441]
|
2013-11-23 19:40:44 +00:00
|
|
|
- guests/redhat: Down interface before messing up configuration file
|
|
|
|
for networking. [GH-1577]
|
2013-10-17 18:28:15 +00:00
|
|
|
- guests/ubuntu: "localhost" is preserved when changing hostnames.
|
|
|
|
[GH-2383]
|
2013-11-23 19:36:20 +00:00
|
|
|
- hosts/bsd: Don't set mapall if maproot is set in NFS. [GH-2448]
|
2013-10-17 18:30:01 +00:00
|
|
|
- hosts/gentoo: Support systemd for NFS startup. [GH-2382]
|
2013-11-23 19:20:00 +00:00
|
|
|
- providers/virtualbox: Don't start new VM if VirtualBox has transient
|
|
|
|
failure during `up` from suspended. [GH-2479]
|
2013-11-25 23:53:25 +00:00
|
|
|
- provisioners/chef: Chef client encrypted data bag secrets are now
|
|
|
|
uploaded to the provisioning path to avoid perm issues. [GH-1246]
|
2013-12-04 19:51:05 +00:00
|
|
|
- provisioners/chef: Create/chown the cache and backup folders. [GH-2281]
|
2013-11-27 02:57:27 +00:00
|
|
|
- provisioners/chef: Verify environment paths exist in config
|
|
|
|
validation step. [GH-2381]
|
2013-12-06 20:39:50 +00:00
|
|
|
- provisioners/puppet: Multiple puppet definitions in a Vagrantfile
|
|
|
|
work correctly.
|
2013-11-21 22:57:10 +00:00
|
|
|
- provisioners/salt: Bootstrap on FreeBSD systems work. [GH-2525]
|
2013-11-30 16:36:42 +00:00
|
|
|
- provisioners/salt: Extra args for bootstrap are put in the proper
|
|
|
|
location. [GH-2558]
|
2013-10-15 22:58:22 +00:00
|
|
|
|
2013-10-15 21:55:44 +00:00
|
|
|
## 1.3.5 (October 15, 2013)
|
2013-10-02 18:17:27 +00:00
|
|
|
|
2013-10-15 03:10:02 +00:00
|
|
|
FEATURES:
|
|
|
|
|
2013-10-15 21:40:31 +00:00
|
|
|
- VirtualBox 4.3 is now supported. [GH-2374]
|
2013-10-15 03:10:02 +00:00
|
|
|
- ESXi is now a supported guest OS. [GH-2347]
|
|
|
|
|
2013-10-05 18:44:21 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- guests/redhat: Oracle Linux is now supported. [GH-2329]
|
2013-10-05 18:46:23 +00:00
|
|
|
- provisioners/salt: Support running overstate. [GH-2313]
|
2013-10-05 18:44:21 +00:00
|
|
|
|
2013-10-05 16:21:38 +00:00
|
|
|
BUG FIXES:
|
2013-10-02 18:17:27 +00:00
|
|
|
|
2013-10-05 16:21:38 +00:00
|
|
|
- core: Fix some places where "no error message" errors were being
|
|
|
|
reported when in fact there were errors. [GH-2328]
|
2013-10-15 03:00:32 +00:00
|
|
|
- core: Disallow hyphens or periods for starting hostnames. [GH-2358]
|
2013-10-15 03:22:15 +00:00
|
|
|
- guests/ubuntu: Setting hostname works properly. [GH-2334]
|
2013-10-15 03:00:32 +00:00
|
|
|
- providers/virtualbox: Retryable VBoxManage commands are properly
|
|
|
|
retried. [GH-2365]
|
2013-10-05 16:27:34 +00:00
|
|
|
- provisioners/ansible: Verbosity won't be blank by default. [GH-2320]
|
2013-10-15 03:12:49 +00:00
|
|
|
- provisioners/chef: Fix exception raised during Chef client node
|
|
|
|
cleanup. [GH-2345]
|
2013-10-15 03:08:13 +00:00
|
|
|
- provisioners/salt: Correct master seed file name. [GH-2359]
|
2013-10-02 18:17:27 +00:00
|
|
|
|
2013-10-02 15:41:45 +00:00
|
|
|
## 1.3.4 (October 2, 2013)
|
2013-09-18 21:09:49 +00:00
|
|
|
|
2013-09-21 00:24:59 +00:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- provisioners/shell: Specify the `binary` option as true and Vagrant won't
|
|
|
|
automatically replace Windows line endings with Unix ones. [GH-2235]
|
|
|
|
|
2013-10-01 18:48:58 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- guests/suse: Support installing CFEngine. [GH-2273]
|
|
|
|
|
2013-09-19 18:09:56 +00:00
|
|
|
BUG FIXES:
|
2013-09-18 21:09:49 +00:00
|
|
|
|
2013-09-21 00:20:29 +00:00
|
|
|
- core: Don't output `\e[0K` anymore on Windows. [GH-2246]
|
2013-09-21 00:38:49 +00:00
|
|
|
- core: Only modify `DYLD_LIBRARY_PATH` on Mac when executing commands
|
|
|
|
in the installer context. [GH-2231]
|
2013-09-21 00:43:11 +00:00
|
|
|
- core: Clear `DYLD_LIBRARY_PATH` on Mac if the subprocess is executing
|
|
|
|
a setuid or setgid script. [GH-2243]
|
2013-10-02 04:56:43 +00:00
|
|
|
- core: Defined action hook names can be strings now. They are converted
|
|
|
|
to symbols internally.
|
2013-09-25 17:37:04 +00:00
|
|
|
- guests/debian: FQDN is properly set when setting the hostname. [GH-2254]
|
2013-09-22 19:13:08 +00:00
|
|
|
- guests/linux: Fix poor chown command for mounting VirtualBox folders.
|
2013-09-21 00:50:29 +00:00
|
|
|
- guests/linux: Don't raise exception right away if mounting fails, allow
|
|
|
|
retries. [GH-2234]
|
2013-09-25 08:49:07 +00:00
|
|
|
- guests/redhat: Changing hostname changes DHCP_HOSTNAME. [GH-2267]
|
2013-09-19 18:09:56 +00:00
|
|
|
- hosts/arch: Vagrant won't crash on Arch anymore. [GH-2233]
|
2013-10-01 21:27:06 +00:00
|
|
|
- provisioners/ansible: Extra vars are converted to strings. [GH-2244]
|
|
|
|
- provisioners/ansible: Output will show up on a task-by-task basis. [GH-2194]
|
2013-09-22 19:15:55 +00:00
|
|
|
- provisioners/chef: Propagate disabling color if Vagrant has no color
|
|
|
|
enabled. [GH-2246]
|
2013-10-01 21:13:16 +00:00
|
|
|
- provisioners/chef: Delete from chef server exception fixed. [GH-2300]
|
2013-09-21 04:13:05 +00:00
|
|
|
- provisioners/puppet: Work with restrictive umask. [GH-2241]
|
2013-10-01 18:27:56 +00:00
|
|
|
- provisioners/salt: Remove bootstrap definition file on each run in
|
|
|
|
order to avoid permissions issues. [GH-2290]
|
2013-09-18 21:09:49 +00:00
|
|
|
|
2013-09-18 20:45:41 +00:00
|
|
|
## 1.3.3 (September 18, 2013)
|
2013-09-17 23:15:57 +00:00
|
|
|
|
2013-09-18 01:53:35 +00:00
|
|
|
BUG FIXES:
|
2013-09-17 23:15:57 +00:00
|
|
|
|
2013-09-18 01:53:35 +00:00
|
|
|
- core: Fix issues with dynamic linker not finding symbols on OS X. [GH-2219]
|
2013-09-18 16:20:25 +00:00
|
|
|
- core: Properly clean up machine directories on destroy. [GH-2223]
|
2013-09-18 16:32:30 +00:00
|
|
|
- core: Add a timeout to waiting for SSH connection and server headers
|
|
|
|
on SSH. [GH-2226]
|
2013-09-17 23:15:57 +00:00
|
|
|
|
2013-09-17 22:36:36 +00:00
|
|
|
## 1.3.2 (September 17, 2013)
|
2013-09-06 23:28:49 +00:00
|
|
|
|
2013-09-08 00:48:50 +00:00
|
|
|
IMPROVEMENTS:
|
2013-09-06 23:28:49 +00:00
|
|
|
|
2013-09-08 00:48:50 +00:00
|
|
|
- provisioners/ansible: Support more verbosity levels, better documentation.
|
|
|
|
[GH-2153]
|
2013-09-15 23:36:18 +00:00
|
|
|
- provisioners/ansible: Add `host_key_checking` configuration. [GH-2203]
|
2013-09-08 00:48:50 +00:00
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
2013-09-14 17:35:50 +00:00
|
|
|
- core: Report the proper invalid state when waiting for the guest machine
|
|
|
|
to be ready
|
2013-09-11 22:56:14 +00:00
|
|
|
- core: `Guest#capability?` now works with strings as well
|
2013-09-11 22:38:01 +00:00
|
|
|
- core: Fix NoMethodError in the new `Vagrant.has_plugin?` method [GH-2189]
|
2013-09-16 00:29:49 +00:00
|
|
|
- core: Convert forwarded port parameters to integers. [GH-2173]
|
2013-09-16 00:33:05 +00:00
|
|
|
- core: Don't spike CPU to 100% while waiting for machine to boot. [GH-2163]
|
2013-09-16 00:38:26 +00:00
|
|
|
- core: Increase timeout for individual SSH connection to 60 seconds. [GH-2163]
|
2013-09-16 02:50:10 +00:00
|
|
|
- core: Call realpath after creating directory so NFS directory creation
|
|
|
|
works. [GH-2196]
|
2013-09-17 03:56:14 +00:00
|
|
|
- core: Don't try to be clever about deleting the machine state
|
|
|
|
directory anymore. Manually done in destroy actions. [GH-2201]
|
2013-09-17 19:42:57 +00:00
|
|
|
- core: Find the root Vagrantfile only if Vagrantfile is a file, not
|
|
|
|
a directory. [GH-2216]
|
2013-09-17 03:51:09 +00:00
|
|
|
- guests/linux: Try `id -g` in addition to `getent` for mounting
|
|
|
|
VirtualBox shared folders [GH-2197]
|
2013-09-08 00:49:52 +00:00
|
|
|
- hosts/arch: NFS exporting works properly, no exceptions. [GH-2161]
|
2013-09-15 23:47:29 +00:00
|
|
|
- hosts/bsd: Use only `sudo` for writing NFS exports. This lets NFS
|
|
|
|
exports work if you have sudo privs but not `su`. [GH-2191]
|
2013-09-08 00:48:50 +00:00
|
|
|
- hosts/fedora: Fix host detection encoding issues. [GH-1977]
|
|
|
|
- hosts/linux: Fix NFS export problems with `no_subtree_check`. [GH-2156]
|
2013-09-15 23:50:12 +00:00
|
|
|
- installer/mac: Vagrant works properly when a library conflicts from
|
|
|
|
homebrew. [GH-2188]
|
2013-09-16 00:05:06 +00:00
|
|
|
- installer/mac: deb/rpm packages now have an epoch of 1 so that new
|
|
|
|
installers don't appear older. [GH-2179]
|
2013-09-17 04:02:22 +00:00
|
|
|
- provisioners/ansible: Default output level is now verbose again. [GH-2194]
|
2013-09-15 23:39:54 +00:00
|
|
|
- providers/virtualbox: Fix an issue where destroy middlewares weren't
|
|
|
|
being properly called. [GH-2200]
|
2013-09-06 23:28:49 +00:00
|
|
|
|
2013-09-06 23:08:12 +00:00
|
|
|
## 1.3.1 (September 6, 2013)
|
2013-09-05 03:50:57 +00:00
|
|
|
|
2013-09-05 21:25:38 +00:00
|
|
|
BUG FIXES:
|
2013-09-05 03:50:57 +00:00
|
|
|
|
2013-09-05 21:26:53 +00:00
|
|
|
- core: Fix various issues where using the same options hash in a
|
|
|
|
Vagrantfile can cause errors.
|
2013-09-05 21:46:15 +00:00
|
|
|
- core: `VAGRANT_VAGRANTFILE` env var only applies to the project
|
|
|
|
Vagrantfile name. [GH-2130]
|
2013-09-06 07:10:23 +00:00
|
|
|
- core: Fix an issue where the data directory would be deleted too
|
|
|
|
quickly in a multi-VM environment.
|
2013-09-06 07:26:39 +00:00
|
|
|
- core: Handle the case where we get an EACCES cleaning up the .vagrant
|
|
|
|
directory.
|
2013-09-06 15:51:03 +00:00
|
|
|
- core: Fix exception on upgrade warnings from V1 to V2. [GH-2142]
|
2013-09-06 18:30:27 +00:00
|
|
|
- guests/coreos: Proper IP detection. [GH-2146]
|
2013-09-06 15:54:02 +00:00
|
|
|
- hosts/linux: NFS exporting works properly again. [GH-2137]
|
2013-09-05 23:12:56 +00:00
|
|
|
- provisioners/chef: Work even with restrictive umask on user. [GH-2121]
|
2013-09-05 23:34:21 +00:00
|
|
|
- provisioners/chef: Fix environment validation to be less restrictive.
|
2013-09-05 21:25:38 +00:00
|
|
|
- provisioners/puppet: No more "shared folders cannot be found" error.
|
|
|
|
[GH-2134]
|
2013-09-05 23:24:30 +00:00
|
|
|
- provisioners/puppet: Work with restrictive umask on user by testing
|
|
|
|
for folders with sudo. [GH-2121]
|
2013-09-05 03:50:57 +00:00
|
|
|
|
2013-09-05 03:50:08 +00:00
|
|
|
## 1.3.0 (September 5, 2013)
|
2013-07-29 05:43:15 +00:00
|
|
|
|
2013-08-29 23:28:43 +00:00
|
|
|
BACKWARDS INCOMPATIBILITY:
|
|
|
|
|
|
|
|
- `config.ssh.max_tries` is gone. Instead of maximum tries, Vagrant now
|
2013-08-29 23:41:36 +00:00
|
|
|
uses a simple overall timeout value `config.vm.boot_timeout` to wait for
|
2013-08-29 23:28:43 +00:00
|
|
|
the machine to boot up.
|
2013-08-29 23:38:02 +00:00
|
|
|
- `config.vm.graceful_halt_retry_*` settings are gone. Instead, a single
|
|
|
|
timeout is now used to wait for a graceful halt to work, specified
|
|
|
|
by `config.vm.graceful_halt_timeout`.
|
2013-09-01 19:25:21 +00:00
|
|
|
- The ':extra' flag to shared folders for specifying arbitrary mount
|
|
|
|
options has been replaced with the `:mount_options` flag, which is now
|
|
|
|
an array of mount options.
|
2013-09-02 16:03:46 +00:00
|
|
|
- `vagrant up` will now only run provisioning by default the first time
|
|
|
|
it is run. Subsequent `reload` or `up` will need to explicitly specify
|
|
|
|
the `--provision` flag to provision. [GH-1776]
|
2013-08-29 23:28:43 +00:00
|
|
|
|
2013-08-03 22:26:30 +00:00
|
|
|
FEATURES:
|
2013-07-29 05:43:15 +00:00
|
|
|
|
2013-09-02 16:31:26 +00:00
|
|
|
- New command: `vagrant plugin update` to update specific installed plugins.
|
2013-09-03 21:09:58 +00:00
|
|
|
- New provisioner: File provisioner. [GH-2112]
|
2013-09-02 22:11:24 +00:00
|
|
|
- New provisioner: Salt provisioner. [GH-1626]
|
|
|
|
- New guest: Mac OS X guest support. [GH-1914]
|
|
|
|
- New guest: CoreOS guest support. Change host names and configure networks on
|
2013-08-03 22:26:30 +00:00
|
|
|
CoreOS. [GH-2022]
|
2013-09-02 22:11:24 +00:00
|
|
|
- New guest: Solaris 11 guest support. [GH-2052]
|
2013-08-28 23:49:55 +00:00
|
|
|
- Support for environments in the Chef-solo provisioner. [GH-1915]
|
2013-08-29 18:13:43 +00:00
|
|
|
- Provisioners can now define "cleanup" tasks that are executed on
|
|
|
|
`vagrant destroy`. [GH-1302]
|
2013-08-29 18:27:56 +00:00
|
|
|
- Chef Client provisioner will now clean up the node/client using
|
|
|
|
`knife` if configured to do so.
|
2013-08-29 19:12:53 +00:00
|
|
|
- `vagrant up` has a `--no-destroy-on-error` flag that will not destroy
|
|
|
|
the VM if a fatal error occurs. [GH-2011]
|
2013-09-01 19:28:51 +00:00
|
|
|
- NFS: Arbitrary mount options can be specified using the
|
|
|
|
`mount_options` option on synced folders. [GH-1029]
|
2013-09-01 20:08:02 +00:00
|
|
|
- NFS: Arbitrary export options can be specified using
|
|
|
|
`bsd__nfs_options` and `linux__nfs_options`. [GH-1029]
|
2013-09-02 22:11:24 +00:00
|
|
|
- Static IP can now be set on public networks. [GH-1745]
|
2013-09-02 22:22:40 +00:00
|
|
|
- Add `Vagrant.has_plugin?` method for use in Vagrantfile to check
|
|
|
|
if a plugin is installed. [GH-1736]
|
2013-07-12 13:40:41 +00:00
|
|
|
- Support for remote shell provisioning scripts [GH-1787]
|
2013-07-29 05:43:15 +00:00
|
|
|
|
2013-08-09 18:06:40 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2013-08-09 18:40:08 +00:00
|
|
|
- core: add `--color` to any Vagrant command to FORCE color output. [GH-2027]
|
2013-08-29 00:17:07 +00:00
|
|
|
- core: "config.vm.host_name" works again, just an alias to hostname.
|
2013-08-29 17:35:56 +00:00
|
|
|
- core: Reboots via SSH are now handled gracefully (without exception).
|
2013-08-29 19:25:53 +00:00
|
|
|
- core: Mark `disabled` as true on forwarded port to disable. [GH-1922]
|
2013-09-01 18:44:43 +00:00
|
|
|
- core: NFS exports are now namespaced by user ID, so pruning NFS won't
|
|
|
|
remove exports from other users. [GH-1511]
|
2013-09-02 22:43:59 +00:00
|
|
|
- core: "vagrant -v" no longer loads the Vagrantfile
|
2013-08-30 16:43:35 +00:00
|
|
|
- commands/box/remove: Fix stack trace that happens if no provider
|
|
|
|
is specified. [GH-2100]
|
2013-08-09 18:25:13 +00:00
|
|
|
- commands/plugin/install: Post install message of a plugin will be
|
|
|
|
shown if available. [GH-1986]
|
2013-08-09 18:15:04 +00:00
|
|
|
- commands/status: cosmetic improvement to better align names and
|
|
|
|
statuses [GH-2016]
|
2013-09-05 00:19:43 +00:00
|
|
|
- communicators/ssh: Support a proxy_command. [GH-1537]
|
2013-08-28 23:26:59 +00:00
|
|
|
- guests/openbsd: support configuring networks, changing host name,
|
|
|
|
and mounting NFS. [GH-2086]
|
2013-08-09 18:22:01 +00:00
|
|
|
- guests/suse: Supports private/public networks. [GH-1689]
|
2013-08-28 23:25:18 +00:00
|
|
|
- hosts/fedora: Support RHEL as a host. [GH-2088]
|
2013-08-29 23:44:20 +00:00
|
|
|
- providers/virtualbox: "post-boot" customizations will run directly
|
|
|
|
after boot, and before waiting for SSH. [GH-2048]
|
2013-09-02 22:31:22 +00:00
|
|
|
- provisioners/ansible: Many more configuration options. [GH-1697]
|
2013-08-09 18:51:36 +00:00
|
|
|
- provisioners/ansible: Ansible `inventory_path` can be a directory now. [GH-2035]
|
2013-08-28 23:54:44 +00:00
|
|
|
- provisioners/ansible: Extra verbose option by setting `config.verbose`
|
2013-08-28 23:45:39 +00:00
|
|
|
to `extra`. [GH-1979]
|
2013-08-28 23:54:44 +00:00
|
|
|
- provisioners/ansible: `inventory_path` will be auto-generated if not
|
|
|
|
specified. [GH-1907]
|
2013-09-01 20:32:49 +00:00
|
|
|
- provisioners/puppet: Add `nfs` option to puppet provisioner. [GH-1308]
|
2013-08-29 05:30:28 +00:00
|
|
|
- provisioners/shell: Set the `privileged` option to false to run
|
|
|
|
without sudo. [GH-1370]
|
2013-08-09 18:06:40 +00:00
|
|
|
|
2013-08-09 18:12:59 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
2013-08-29 18:46:32 +00:00
|
|
|
- core: Clean up ".vagrant" folder more effectively.
|
2013-08-09 18:42:18 +00:00
|
|
|
- core: strip newlines off of ID file values [GH-2024]
|
2013-08-28 23:33:19 +00:00
|
|
|
- core: Multiple forwarded ports with different protocols but the same
|
|
|
|
host port can be specified. [GH-2059]
|
2013-08-29 05:45:01 +00:00
|
|
|
- core: `:nic_type` option for private networks is respected. [GH-1704]
|
2013-09-02 22:06:03 +00:00
|
|
|
- commands/up: provision-with validates the provisioners given. [GH-1957]
|
2013-08-10 00:47:58 +00:00
|
|
|
- guests/arch: use systemd way of setting host names. [GH-2041]
|
2013-08-09 18:12:59 +00:00
|
|
|
- guests/debian: Force bring up eth0. Fixes hangs on setting hostname.
|
|
|
|
[GH-2026]
|
2013-09-01 20:46:42 +00:00
|
|
|
- guests/ubuntu: upstart events are properly emitted again. [GH-1717]
|
2013-09-01 17:25:00 +00:00
|
|
|
- hosts/bsd: Nicer error if can't read NFS exports. [GH-2038]
|
2013-08-09 18:17:04 +00:00
|
|
|
- hosts/fedora: properly detect later CentOS versions. [GH-2008]
|
2013-08-29 23:50:20 +00:00
|
|
|
- providers/virtualbox: VirtualBox 4.2 now supports up to 36
|
|
|
|
network adapters. [GH-1886]
|
2013-08-29 18:55:58 +00:00
|
|
|
- provisioners/ansible: Execute ansible with a cwd equal to the
|
|
|
|
path where the Vagrantfile is. [GH-2051]
|
2013-09-04 23:56:45 +00:00
|
|
|
- provisioners/all: invalid config keys will be properly reported. [GH-2117]
|
2013-08-09 18:18:25 +00:00
|
|
|
- provisioners/ansible: No longer report failure on every run. [GH-2007]
|
2013-08-09 18:51:36 +00:00
|
|
|
- provisioners/ansible: Properly handle extra vars with spaces. [GH-1984]
|
2013-08-28 23:38:07 +00:00
|
|
|
- provisioners/chef: Formatter option works properly. [GH-2058]
|
2013-09-05 03:43:22 +00:00
|
|
|
- provisioners/chef: Create/chown the provisioning folder before
|
|
|
|
reading contents. [GH-2121]
|
2013-08-09 18:53:58 +00:00
|
|
|
- provisioners/puppet: mount synced folders as root to avoid weirdness
|
2013-09-01 05:24:30 +00:00
|
|
|
- provisioners/puppet: Run from the correct working directory. [GH-1967]
|
2013-08-09 18:53:58 +00:00
|
|
|
with Puppet. [GH-2015]
|
2013-08-29 00:03:42 +00:00
|
|
|
- providers/virtualbox: Use `getent` to get the group ID instead of
|
|
|
|
`id` in case the name doesn't have a user. [GH-1801]
|
2013-09-01 05:43:33 +00:00
|
|
|
- providers/virtualbox: Will only set the default name of the VM on
|
|
|
|
initial `up`. [GH-1817]
|
2013-08-09 18:12:59 +00:00
|
|
|
|
2013-07-29 04:43:53 +00:00
|
|
|
## 1.2.7 (July 28, 2013)
|
2013-07-27 04:04:16 +00:00
|
|
|
|
2013-07-28 05:20:55 +00:00
|
|
|
BUG FIXES:
|
2013-07-27 04:04:16 +00:00
|
|
|
|
2013-07-28 05:20:55 +00:00
|
|
|
- On Windows, properly convert synced folder host path to a string
|
|
|
|
so that separator replacement works properly.
|
2013-07-28 19:07:48 +00:00
|
|
|
- Use `--color=false` for no color in Puppet to support older
|
|
|
|
versions properly. [GH-2000]
|
2013-07-28 19:08:49 +00:00
|
|
|
- Make sure the hostname configuration is a string. [GH-1999]
|
2013-07-29 03:52:17 +00:00
|
|
|
- cURL downloads now contain a user agent which fixes some
|
|
|
|
issues with downloading Vagrant through proxies. [GH-2003]
|
2013-07-29 04:38:48 +00:00
|
|
|
- `vagrant plugin install` will now always properly show the actual
|
|
|
|
installed gem name. [GH-1834]
|
2013-07-27 04:04:16 +00:00
|
|
|
|
2013-07-27 03:21:04 +00:00
|
|
|
## 1.2.6 (July 26, 2013)
|
2013-07-26 18:26:34 +00:00
|
|
|
|
2013-07-26 22:59:51 +00:00
|
|
|
BUG FIXES:
|
2013-07-26 18:26:34 +00:00
|
|
|
|
2013-07-26 22:59:51 +00:00
|
|
|
- Box collections with multiple formats work properly by converting
|
|
|
|
the supported formats to symbols. [GH-1990]
|
2013-07-26 18:26:34 +00:00
|
|
|
|
2013-07-26 17:27:16 +00:00
|
|
|
## 1.2.5 (July 26, 2013)
|
2013-07-17 01:02:38 +00:00
|
|
|
|
2013-07-18 16:11:36 +00:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- `vagrant help <command>` now works. [GH-1578]
|
2013-07-26 08:48:01 +00:00
|
|
|
- Added `config.vm.box_download_insecure` to allow the box_url setting
|
2013-07-20 04:18:02 +00:00
|
|
|
to point to an https site that won't be validated. [GH-1712]
|
2013-07-23 19:56:40 +00:00
|
|
|
- VirtualBox VBoxManage customizations can now be specified to run
|
|
|
|
pre-boot (the default and existing functionality, pre-import,
|
|
|
|
or post-boot. [GH-1247]
|
2013-07-23 20:13:11 +00:00
|
|
|
- VirtualBox no longer destroys unused network interfaces by default.
|
|
|
|
This didn't work across multi-user systems and required admin privileges
|
|
|
|
on Windows, so it has been disabled by default. It can be enabled using
|
|
|
|
the VirtualBox provider-specific `destroy_unused_network_interfaces`
|
|
|
|
configuration by setting it to true. [GH-1324]
|
2013-07-18 16:11:36 +00:00
|
|
|
|
2013-07-18 03:39:42 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Remote commands that fail will now show the stdout/stderr of the
|
|
|
|
command that failed. [GH-1203]
|
2013-07-18 04:16:53 +00:00
|
|
|
- Puppet will run without color if the UI is not colored. [GH-1344]
|
2013-07-18 04:54:58 +00:00
|
|
|
- Chef supports the "formatter" configuration for setting the
|
|
|
|
formatter. [GH-1250]
|
2013-07-18 15:58:11 +00:00
|
|
|
- VAGRANT_DOTFILE_PATH environmental variable reintroduces the
|
|
|
|
functionality removed in 1.1 from "config.dotfile_name" [GH-1524]
|
2013-07-18 17:54:53 +00:00
|
|
|
- Vagrant will show an error if VirtualBox 4.2.14 is running.
|
2013-07-19 02:34:47 +00:00
|
|
|
- Added provider to BoxNotFound error message. [GH-1692]
|
2013-07-20 04:07:09 +00:00
|
|
|
- If Ansible fails to run properly, show an error message. [GH-1699]
|
2013-07-23 19:39:36 +00:00
|
|
|
- Adding a box with the `--provider` flag will now allow a box for
|
|
|
|
any of that provider's supported formats.
|
2013-07-23 20:19:53 +00:00
|
|
|
- NFS mounts enable UDP by default, resulting in higher performance.
|
|
|
|
(Because mount is over local network, packet loss is not an issue)
|
|
|
|
[GH-1706]
|
2013-07-18 03:39:42 +00:00
|
|
|
|
2013-07-17 01:23:26 +00:00
|
|
|
BUG FIXES:
|
2013-07-17 01:02:38 +00:00
|
|
|
|
2013-07-19 04:48:46 +00:00
|
|
|
- `box_url` now handles the case where the provider doesn't perfectly
|
|
|
|
match the provider in use, but the provider supports it. [GH-1752]
|
2013-07-17 01:23:26 +00:00
|
|
|
- Fix uninitialized constant error when configuring Arch Linux network. [GH-1734]
|
2013-07-17 12:03:14 +00:00
|
|
|
- Debian/Ubuntu change hostname works properly if eth0 is configured
|
|
|
|
with hot-plugging. [GH-1929]
|
2013-07-17 17:53:24 +00:00
|
|
|
- NFS exports with improper casing on Mac OS X work properly. [GH-1202]
|
2013-07-18 03:18:39 +00:00
|
|
|
- Shared folders overriding '/vagrant' in multi-VM environments no
|
|
|
|
longer all just use the last value. [GH-1935]
|
2013-07-18 03:34:47 +00:00
|
|
|
- NFS export fsid's are now 32-bit integers, rather than UUIDs. This
|
|
|
|
lets NFS exports work with Linux kernels older than 2.6.20. [GH-1127]
|
2013-07-18 04:01:49 +00:00
|
|
|
- NFS export allows access from all private networks on the VM. [GH-1204]
|
2013-07-18 04:05:23 +00:00
|
|
|
- Default VirtualBox VM name now contains the machine name as defined
|
|
|
|
in the Vagrantfile, helping differentiate multi-VM. [GH-1281]
|
2013-07-18 15:23:46 +00:00
|
|
|
- NFS works properly on CentOS hosts. [GH-1394]
|
2013-07-18 15:48:20 +00:00
|
|
|
- Solaris guests actually shut down properly. [GH-1506]
|
2013-07-20 03:38:25 +00:00
|
|
|
- All provisioners only output newlines when the provisioner sends a
|
|
|
|
newline. This results in the output looking a lot nicer.
|
2013-07-20 03:53:53 +00:00
|
|
|
- Sharing folders works properly if ".profile" contains an echo. [GH-1677]
|
2013-07-20 03:57:10 +00:00
|
|
|
- `vagrant ssh-config` IdentityFile is only wrapped in quotes if it
|
|
|
|
contains a space. [GH-1682]
|
2013-07-20 04:00:49 +00:00
|
|
|
- Shared folder target path can be a Windows path. [GH-1688]
|
2013-07-20 04:15:11 +00:00
|
|
|
- Forwarded ports don't auto-correct by default, and will raise an
|
|
|
|
error properly if they collide. [GH-1701]
|
2013-07-20 04:27:25 +00:00
|
|
|
- Retry SSH on ENETUNREACH error. [GH-1732]
|
2013-07-20 04:38:58 +00:00
|
|
|
- NFS is silently ignored on Windows. [GH-1748]
|
2013-07-20 04:43:42 +00:00
|
|
|
- Validation so that private network static IP does not end in ".1" [GH-1750]
|
2013-07-23 20:07:57 +00:00
|
|
|
- With forward agent enabled and sudo being used, Vagrant will automatically
|
|
|
|
discover and set `SSH_AUTH_SOCK` remotely so that forward agent
|
|
|
|
works properly despite misconfigured sudoers. [GH-1307]
|
2013-07-23 20:27:03 +00:00
|
|
|
- Synced folder paths on Windows containing '\' are replaced with
|
|
|
|
'/' internally so that they work properly.
|
2013-07-23 20:32:12 +00:00
|
|
|
- Unused config objects are finalized properly. [GH-1877]
|
2013-07-24 02:41:06 +00:00
|
|
|
- Private networks work with Fedora guests once again. [GH-1738]
|
2013-07-25 21:56:31 +00:00
|
|
|
- Default internal encoding of strings in Vagrant is now UTF-8, allowing
|
|
|
|
detection of Fedora to work again (which contained a UTF-8 string). [GH-1977]
|
2013-07-17 01:02:38 +00:00
|
|
|
|
2013-07-17 00:05:45 +00:00
|
|
|
## 1.2.4 (July 16, 2013)
|
2013-07-10 02:10:56 +00:00
|
|
|
|
2013-07-11 02:31:52 +00:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- Chef solo and client provisioning now support a `custom_config_path`
|
|
|
|
setting that accepts a path to a Ruby file to load as part of Chef
|
|
|
|
configuration, allowing you to override any setting available. [GH-876]
|
2013-07-16 23:36:55 +00:00
|
|
|
- CFEngine provisioner: you can now specify the package name to install,
|
|
|
|
so CFEngine enterprise is supported. [GH-1920]
|
2013-07-11 02:31:52 +00:00
|
|
|
|
2013-07-11 02:39:20 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2013-07-11 02:57:53 +00:00
|
|
|
- `vagrant box remove` works with only the name of the box if that
|
|
|
|
box exists only backed by one provider. [GH-1032]
|
2013-07-11 02:39:20 +00:00
|
|
|
- `vagrant destroy` returns exit status 1 if any of the confirmations
|
|
|
|
are declined. [GH-923]
|
2013-07-11 03:30:15 +00:00
|
|
|
- Forwarded ports can specify a host IP and guest IP to bind to. [GH-1121]
|
2013-07-13 00:22:53 +00:00
|
|
|
- You can now set the "ip" of a private network that uses DHCP. This will
|
|
|
|
change the subnet and such that the DHCP server uses.
|
2013-07-04 15:32:57 +00:00
|
|
|
- Add `file_cache_path` support for chef_solo. [GH-1897]
|
2013-07-11 02:39:20 +00:00
|
|
|
|
2013-07-10 21:19:57 +00:00
|
|
|
BUG FIXES:
|
2013-07-10 02:10:56 +00:00
|
|
|
|
2013-07-16 23:34:53 +00:00
|
|
|
- VBoxManage or any other executable missing from PATH properly
|
|
|
|
reported. Regression from 1.2.2. [GH-1928]
|
2013-07-11 03:10:33 +00:00
|
|
|
- Boxes downloaded as part of `vagrant up` are now done so _prior_ to
|
|
|
|
config validation. This allows Vagrantfiles to references files that
|
|
|
|
may be in the box itself. [GH-1061]
|
2013-07-11 03:26:53 +00:00
|
|
|
- Chef removes dna.json and encrypted data bag secret file prior to
|
|
|
|
uploading. [GH-1111]
|
2013-07-11 03:10:33 +00:00
|
|
|
- NFS synced folders exporting sub-directories of other exported folders now
|
2013-07-10 21:19:57 +00:00
|
|
|
works properly. [GH-785]
|
2013-07-11 03:21:13 +00:00
|
|
|
- NFS shared folders properly dereference symlinks so that the real path
|
|
|
|
is used, avoiding mount errors [GH-1101]
|
2013-07-11 21:40:03 +00:00
|
|
|
- SSH channel is closed after the exit status is received, potentially
|
|
|
|
eliminating any SSH hangs. [GH-603]
|
2013-07-12 08:13:10 +00:00
|
|
|
- Fix regression where VirtualBox detection wasn't working anymore. [GH-1918]
|
2013-07-16 23:23:33 +00:00
|
|
|
- NFS shared folders with single quotes in their name now work properly. [GH-1166]
|
2013-07-16 23:26:38 +00:00
|
|
|
- Debian/Ubuntu request DHCP renewal when hostname changes, which will
|
|
|
|
fix issues with FQDN detecting. [GH-1929]
|
2013-07-16 23:46:00 +00:00
|
|
|
- SSH adds the "DSAAuthentication=yes" option in case that is disabled
|
|
|
|
on the user's system. [GH-1900]
|
2013-07-10 02:10:56 +00:00
|
|
|
|
2013-07-10 00:01:01 +00:00
|
|
|
## 1.2.3 (July 9, 2013)
|
2013-04-24 21:23:11 +00:00
|
|
|
|
2013-05-01 01:27:33 +00:00
|
|
|
FEATURES:
|
|
|
|
|
2013-05-02 01:44:18 +00:00
|
|
|
- Puppet provisioner now supports Hiera by specifying a `hiera_config_path`.
|
2013-05-01 01:27:33 +00:00
|
|
|
- Added a `working_directory` configuration option to the Puppet apply
|
|
|
|
provisioner so you can specify the working directory when `puppet` is
|
|
|
|
called, making it friendly to Hiera data and such. [GH-1670]
|
2013-06-09 22:15:59 +00:00
|
|
|
- Ability to specify the host IP to bind forwarded ports to. [GH-1785]
|
2013-05-01 01:27:33 +00:00
|
|
|
|
2013-04-29 17:11:20 +00:00
|
|
|
IMPROVEMENTS:
|
2013-04-24 21:23:11 +00:00
|
|
|
|
2013-05-02 02:02:00 +00:00
|
|
|
- Setting hostnames works properly on OmniOS. [GH-1672]
|
2013-04-29 17:11:20 +00:00
|
|
|
- Better VBoxManage error detection on Windows systems. This avoids
|
|
|
|
some major issues where Vagrant would sometimes "lose" your VM. [GH-1669]
|
2013-04-30 16:45:00 +00:00
|
|
|
- Better detection of missing VirtualBox kernel drivers on Linux
|
|
|
|
systems. [GH-1671]
|
2013-05-02 01:44:58 +00:00
|
|
|
- More precise detection of Ubuntu/Debian guests so that running Vagrant
|
|
|
|
within an LXC container works properly now.
|
2013-05-02 04:29:28 +00:00
|
|
|
- Allow strings in addition to symbols to more places in V1 configuration
|
|
|
|
as well as V2 configuration.
|
2013-06-09 20:10:51 +00:00
|
|
|
- Add `ARPCHECK=0` to RedHat OS family network configuration. [GH-1815]
|
|
|
|
- Add SSH agent forwarding sample to initial Vagrantfile. [GH-1808]
|
2013-06-09 20:37:15 +00:00
|
|
|
- VirtualBox: Only configure networks if there are any to configure.
|
|
|
|
This allows linux's that don't implement this capability to work with
|
|
|
|
Vagrant. [GH-1796]
|
2013-06-09 22:15:59 +00:00
|
|
|
- Default SSH forwarded port now binds to 127.0.0.1 so only local
|
|
|
|
connections are allowed. [GH-1785]
|
2013-06-09 22:53:10 +00:00
|
|
|
- Use `netctl` for Arch Linux network configuration. [GH-1760]
|
2013-07-09 23:45:46 +00:00
|
|
|
- Improve fedora host detection regular expression. [GH-1913]
|
|
|
|
- SSH shows a proper error on EHOSTUNREACH. [GH-1911]
|
2013-04-24 21:23:11 +00:00
|
|
|
|
2013-05-02 01:50:40 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Ignore "guest not ready" errors when attempting to graceful halt and
|
|
|
|
carry on checks whether the halt succeeded. [GH-1679]
|
2013-05-02 01:58:22 +00:00
|
|
|
- Handle the case where a roles path for Chef solo isn't properly
|
|
|
|
defined. [GH-1665]
|
2013-05-04 16:51:02 +00:00
|
|
|
- Finding V1 boxes now works properly again to avoid "box not found"
|
|
|
|
errors. [GH-1691]
|
2013-06-02 00:44:25 +00:00
|
|
|
- Setting hostname on SLES 11 works again. [GH-1781]
|
2013-06-09 20:17:23 +00:00
|
|
|
- `config.vm.guest` properly forces guests again. [GH-1800]
|
2013-06-09 20:27:08 +00:00
|
|
|
- The `read_ip_address` capability for linux properly reads the IP
|
|
|
|
of only the first network interface. [GH-1799]
|
2013-06-09 20:46:46 +00:00
|
|
|
- Validate that an IP is given for a private network. [GH-1788]
|
2013-06-14 03:13:44 +00:00
|
|
|
- Fix uninitialized constant error for Gentoo plugin. [GH-1698]
|
2013-05-02 01:50:40 +00:00
|
|
|
|
2013-04-23 20:05:18 +00:00
|
|
|
## 1.2.2 (April 23, 2013)
|
2013-04-17 15:22:00 +00:00
|
|
|
|
2013-04-19 20:14:29 +00:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- New `DestroyConfirm` built-in middleware for providers so they can
|
|
|
|
more easily conform to the `destroy` action.
|
|
|
|
|
2013-04-19 16:11:43 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- No longer an error if the Chef run list is empty. It is now
|
|
|
|
a warning. [GH-1620]
|
2013-04-20 20:34:28 +00:00
|
|
|
- Better locking around handling the `box_url` parameter for
|
|
|
|
parallel providers.
|
2013-04-23 03:29:17 +00:00
|
|
|
- Solaris guest is now properly detected on SmartOS, OmniOS, etc. [GH-1639]
|
2013-04-23 03:38:57 +00:00
|
|
|
- Guest addition version detection is more robust, attempting other
|
|
|
|
routes to get the version, and also retrying a few times. [GH-1575]
|
2013-04-19 16:11:43 +00:00
|
|
|
|
2013-04-17 15:22:26 +00:00
|
|
|
BUG FIXES:
|
2013-04-17 15:22:00 +00:00
|
|
|
|
2013-04-17 15:22:26 +00:00
|
|
|
- `vagrant package --base` works again. [GH-1615]
|
2013-04-20 05:05:32 +00:00
|
|
|
- Box overrides specified in provider config overrides no longer
|
|
|
|
fail to detect the box. [GH-1617]
|
2013-04-20 05:51:53 +00:00
|
|
|
- In a multi-machine environment, a box not found won't be downloaded
|
|
|
|
multiple times. [GH-1467]
|
2013-04-23 03:41:47 +00:00
|
|
|
- `vagrant box add` with a file path now works correctly on Windows
|
|
|
|
when a drive letter is specified.
|
2013-04-23 06:32:13 +00:00
|
|
|
- DOS line endings are converted to Unix line endings for the
|
|
|
|
shell provisioner automatically. [GH-1495]
|
2013-04-17 15:22:00 +00:00
|
|
|
|
2013-04-17 04:29:18 +00:00
|
|
|
## 1.2.1 (April 17, 2013)
|
2013-04-16 20:21:54 +00:00
|
|
|
|
2013-04-16 22:22:14 +00:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- Add a `--[no-]parallel` flag to `vagrant up` to enable/disable
|
|
|
|
parallelism. Vagrant will parallelize by default.
|
|
|
|
|
2013-04-16 20:50:02 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Get rid of arbitrary 4 second sleep when connecting via SSH. The
|
|
|
|
issue it was attempting to work around may be gone now.
|
|
|
|
|
2013-04-16 20:23:00 +00:00
|
|
|
BUG FIXES:
|
2013-04-16 20:21:54 +00:00
|
|
|
|
2013-04-16 20:23:00 +00:00
|
|
|
- Chef solo run list properly set. [GH-1608]
|
2013-04-16 20:25:32 +00:00
|
|
|
- Follow 30x redirects when downloading boxes. [GH-1607]
|
2013-04-16 22:07:37 +00:00
|
|
|
- Chef client config defaults are done properly. [GH-1609]
|
2013-04-17 00:09:32 +00:00
|
|
|
- VirtualBox mounts shared folders with the proper owner/group. [GH-1611]
|
2013-04-17 00:32:30 +00:00
|
|
|
- Use the Mozilla CA cert bundle for cURL so SSL validation works
|
|
|
|
properly.
|
2013-04-16 20:21:54 +00:00
|
|
|
|
2013-04-16 16:42:34 +00:00
|
|
|
## 1.2.0 (April 16, 2013)
|
2013-03-17 07:17:43 +00:00
|
|
|
|
2013-04-06 22:53:38 +00:00
|
|
|
BACKWARDS INCOMPATIBILITIES:
|
|
|
|
|
|
|
|
- WINDOWS USERS: Vagrant now defaults to using the 'USERPROFILE' environmental
|
|
|
|
variable for the home directory if it is set. This means that the default
|
|
|
|
location for the Vagrant home directory is now `%USERPROFILE%/.vagrant.d`.
|
|
|
|
On Cygwin, this will cause existing Cygwin users to "lose" their boxes.
|
|
|
|
To work around this, either set `VAGRANT_HOME` to your Cygwin ".vagrant.d"
|
|
|
|
folder or move your ".vagrant.d" folder to `USERPROFILE`. The latter is
|
|
|
|
recommended for long-term support.
|
2013-04-25 17:34:49 +00:00
|
|
|
- The constant `Vagrant::Environment::VAGRANT_HOME` was removed in favor of
|
|
|
|
`Vagrant::Environment#default_vagrant_home`.
|
2013-04-06 22:53:38 +00:00
|
|
|
|
2013-03-17 22:48:46 +00:00
|
|
|
FEATURES:
|
|
|
|
|
2013-03-22 05:02:14 +00:00
|
|
|
- Providers can now parallelize! If they explicitly support it, Vagrant
|
|
|
|
will run "up" and other commands in parallel. For providers such AWS,
|
|
|
|
this means that your instances will come up in parallel. VirtualBox
|
|
|
|
does not support this mode.
|
2013-03-17 22:48:46 +00:00
|
|
|
- Box downloads are now done via `curl` rather than Ruby's built-in
|
|
|
|
HTTP library. This results in massive speedups, support for SSL
|
|
|
|
verification, FTP downloads, and more.
|
2013-04-03 21:57:14 +00:00
|
|
|
- `config.vm.provider` now takes an optional second parameter to the block,
|
|
|
|
allowing you to override any configuration value. These overrides are
|
|
|
|
applied last, and therefore override any other configuration value.
|
|
|
|
Note that while this feature is available, the "Vagrant way" is instead
|
|
|
|
to use box manifests to ensure that the "box" for every provider matches,
|
|
|
|
so these sorts of overrides are unnecessary.
|
2013-04-04 19:58:07 +00:00
|
|
|
- A new "guest capabilities" system to replace the old "guest" system.
|
|
|
|
This new abstraction allows plugins to define "capabilities" that
|
|
|
|
certain guest operating systems can implement. This allows greater
|
|
|
|
flexibility in doing guest-specific behavior.
|
2013-04-04 20:48:58 +00:00
|
|
|
- Ansible provisioner support. [GH-1465]
|
2013-04-07 01:20:14 +00:00
|
|
|
- Providers can now support multiple box formats by specifying the
|
|
|
|
`box_format:` option.
|
2013-04-08 21:28:23 +00:00
|
|
|
- CFEngine provisioner support.
|
2013-04-09 03:50:15 +00:00
|
|
|
- `config.ssh.default` settings introduced to set SSH defaults that
|
|
|
|
providers can still override. [GH-1479]
|
2013-03-17 22:48:46 +00:00
|
|
|
|
2013-03-17 22:31:57 +00:00
|
|
|
IMPROVEMENTS:
|
2013-03-17 07:17:43 +00:00
|
|
|
|
2013-04-06 23:03:25 +00:00
|
|
|
- Full Windows support in cmd.exe, PowerShell, Cygwin, and MingW based
|
|
|
|
environments.
|
2013-03-17 22:31:57 +00:00
|
|
|
- By adding the "disabled" boolean flag to synced folders you can disable
|
|
|
|
them altogether. [GH-1004]
|
2013-03-22 21:54:06 +00:00
|
|
|
- Specify the default provider with the `VAGRANT_DEFAULT_PROVIDER`
|
|
|
|
environmental variable. [GH-1478]
|
2013-04-03 23:18:37 +00:00
|
|
|
- Invalid settings are now caught and shown in a user-friendly way. [GH-1484]
|
2013-04-06 23:50:59 +00:00
|
|
|
- Detect PuTTY Link SSH client on Windows and show an error. [GH-1518]
|
2013-04-07 20:57:24 +00:00
|
|
|
- `vagrant ssh` in Cygwin won't output DOS path file warnings.
|
2013-04-07 22:04:38 +00:00
|
|
|
- Add `--rtcuseutc on` as a sane default for VirtualBox. [GH-912]
|
2013-04-08 04:51:14 +00:00
|
|
|
- SSH will send keep-alive packets every 5 seconds by default to
|
|
|
|
keep connections alive. Can be disabled with `config.ssh.keep_alive`. [GH-516]
|
2013-04-08 16:09:23 +00:00
|
|
|
- Show a message on `vagrant up` if the machine is already running. [GH-1558]
|
2013-04-08 21:50:22 +00:00
|
|
|
- "Running provisioner" output now shoes the provisioner shortcut name,
|
|
|
|
rather than the less-than-helpful class name.
|
2013-04-10 17:44:53 +00:00
|
|
|
- Shared folders with the same guest path will overwrite each other. No
|
|
|
|
more shared folder IDs.
|
2013-04-10 18:27:45 +00:00
|
|
|
- Shell provisioner outputs script it is running. [GH-1568]
|
2013-04-10 22:37:04 +00:00
|
|
|
- Automatically merge forwarded ports that share the same host
|
|
|
|
port.
|
2013-03-17 07:17:43 +00:00
|
|
|
|
2013-04-03 22:41:42 +00:00
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- The `:mac` option for host-only networks is respected. [GH-1536]
|
2013-04-04 20:32:37 +00:00
|
|
|
- Don't preserve modified time when untarring boxes. [GH-1539]
|
2013-04-06 21:12:33 +00:00
|
|
|
- Forwarded port auto-correct will not auto-correct to a port
|
|
|
|
that is also in use.
|
2013-04-06 23:03:25 +00:00
|
|
|
- Cygwin will always output color by default. Specify `--no-color` to
|
|
|
|
override this.
|
2013-04-06 23:07:20 +00:00
|
|
|
- Assume Cygwin has a TTY for asking for input. [GH-1430]
|
2013-04-07 05:08:41 +00:00
|
|
|
- Expand Cygwin paths to Windows paths for calls to VBoxManage and
|
|
|
|
for VirtualBox shared folders.
|
2013-04-07 20:48:00 +00:00
|
|
|
- Output the proper clear line text for shells in Cygwin when
|
|
|
|
reporting dynamic progress.
|
2013-04-07 21:17:40 +00:00
|
|
|
- When using `Builder` instances for hooks, the builders will be
|
|
|
|
merged for the proper before/after chain. [GH-1555]
|
2013-04-07 21:48:49 +00:00
|
|
|
- Use the Vagrant temporary directory again for temporary files
|
|
|
|
since they can be quite large and were messing with tmpfs. [GH-1442]
|
2013-04-08 05:07:55 +00:00
|
|
|
- Fix issue parsing extra SSH args in `vagrant ssh` in multi-machine
|
|
|
|
environments. [GH-1545]
|
2013-04-08 18:02:03 +00:00
|
|
|
- Networks come back up properly on RedHat systems after reboot. [GH-921]
|
2013-04-09 03:50:15 +00:00
|
|
|
- `config.ssh` settings override all detected SSH settings (regression). [GH-1479]
|
2013-04-09 15:47:52 +00:00
|
|
|
- `ssh-config` won't raise an exception if the VirtualBox machine
|
|
|
|
is not created. [GH-1562]
|
2013-04-10 02:05:35 +00:00
|
|
|
- Multiple machines defined in the same Vagrantfile with the same
|
|
|
|
name will properly merge.
|
2013-04-10 16:33:33 +00:00
|
|
|
- More robust hostname checking for RedHat. [GH-1566]
|
2013-04-10 18:21:18 +00:00
|
|
|
- Cookbook path existence for Chef is no longer an error, so that
|
|
|
|
things like librarian and berkshelf plugins work properly. [GH-1570]
|
2013-04-11 15:12:28 +00:00
|
|
|
- Chef solo provisioner uses proper SSH username instead of hardcoded
|
|
|
|
config. [GH-1576]
|
|
|
|
- Shell provisioner takes ownership of uploaded files properly so
|
|
|
|
that they can also be manually executed later. [GH-1576]
|
2013-04-03 22:41:42 +00:00
|
|
|
|
2013-04-03 15:31:10 +00:00
|
|
|
## 1.1.6 (April 3, 2013)
|
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Fix SSH re-use connection logic to drop connection if an
|
|
|
|
error occurs.
|
|
|
|
|
2013-04-02 22:13:41 +00:00
|
|
|
## 1.1.5 (April 2, 2013)
|
2013-03-28 22:34:25 +00:00
|
|
|
|
2013-03-28 22:48:36 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- More robust SSH connection close detection.
|
2013-03-29 00:02:54 +00:00
|
|
|
- Don't load `vagrant plugin` installed plugins when in a Bundler
|
|
|
|
environment. This happens during plugin development. This will make
|
|
|
|
Vagrant errors much quieter when developing plugins.
|
2013-03-29 00:10:07 +00:00
|
|
|
- Vagrant will detect Bundler environments, make assumptions that you're
|
|
|
|
developing plugins, and will quiet its error output a bit.
|
2013-03-29 19:45:44 +00:00
|
|
|
- More comprehensive synced folder configuration validation.
|
2013-04-01 03:45:54 +00:00
|
|
|
- VBoxManage errors now show the output from the command so that
|
|
|
|
users can potentially know what is wrong.
|
2013-03-28 22:48:36 +00:00
|
|
|
|
2013-03-28 22:38:32 +00:00
|
|
|
BUG FIXES:
|
2013-03-28 22:34:25 +00:00
|
|
|
|
2013-03-28 22:38:32 +00:00
|
|
|
- Proper error message if invalid provisioner is used. [GH-1515]
|
2013-03-28 22:52:00 +00:00
|
|
|
- Don't error on graceful halt if machine just shut down very
|
|
|
|
quickly. [GH-1505]
|
2013-03-28 23:54:39 +00:00
|
|
|
- Error message if private key for SSH isn't owned by the proper
|
|
|
|
user. [GH-1503]
|
2013-03-29 19:54:01 +00:00
|
|
|
- Don't error too early when `config.vm.box` is not properly set.
|
2013-03-29 20:14:00 +00:00
|
|
|
- Show a human-friendly error if VBoxManage is not found (exit
|
|
|
|
status 126). [GH-934]
|
2013-03-30 21:58:10 +00:00
|
|
|
- Action hook prepend/append will only prepend or append once.
|
2013-04-01 03:27:08 +00:00
|
|
|
- Retry SSH on Errno::EACCES.
|
2013-04-02 22:00:18 +00:00
|
|
|
- Show an error if an invalid network type is used.
|
2013-04-02 22:04:06 +00:00
|
|
|
- Don't share Chef solo folder if it doesn't exist on host.
|
2013-03-28 22:34:25 +00:00
|
|
|
|
2013-03-25 21:33:00 +00:00
|
|
|
## 1.1.4 (March 25, 2013)
|
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Default forwarded port adapter for VirtualBox should be 1.
|
|
|
|
|
2013-03-25 18:48:10 +00:00
|
|
|
## 1.1.3 (March 25, 2013)
|
2013-03-18 21:35:03 +00:00
|
|
|
|
2013-03-19 22:23:37 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Puppet apply provisioner now retains the default module path
|
|
|
|
even while specifying custom module paths. [GH-1207]
|
2013-03-21 05:11:35 +00:00
|
|
|
- Re-added DHCP support for host-only networks. [GH-1466]
|
2013-03-21 05:31:36 +00:00
|
|
|
- Ability to specify a plugin version, plugin sources, and
|
|
|
|
pre-release versions using `--plugin-version`, `--plugin-source`,
|
|
|
|
and `--plugin-prerelease`. [GH-1461]
|
2013-03-21 20:59:13 +00:00
|
|
|
- Move VirtualBox guest addition checks to after the machine
|
|
|
|
boots. [GH-1179]
|
2013-03-21 23:33:56 +00:00
|
|
|
- Removed `Vagrant::TestHelpers` because it doesn't really work anymore.
|
2013-03-25 18:47:48 +00:00
|
|
|
- Add PLX linux guest support. [GH-1490]
|
2013-03-19 22:23:37 +00:00
|
|
|
|
2013-03-19 01:10:54 +00:00
|
|
|
BUG FIXES:
|
2013-03-18 21:35:03 +00:00
|
|
|
|
2013-03-19 01:10:54 +00:00
|
|
|
- Attempt to re-establish SSH connection on `Net::SSH::Disconnect`
|
2013-03-19 04:35:06 +00:00
|
|
|
- Allow any value that can convert to a string for `Vagrant.plugin`
|
2013-03-21 05:20:19 +00:00
|
|
|
- Chef solo `recipe_url` works properly again. [GH-1467]
|
2013-03-21 23:33:06 +00:00
|
|
|
- Port collision detection works properly in VirtualBox with
|
|
|
|
auto-corrected ports. [GH-1472]
|
2013-03-22 00:31:23 +00:00
|
|
|
- Fix obscure error when temp directory is world writable when
|
|
|
|
adding boxes.
|
2013-03-22 17:51:07 +00:00
|
|
|
- Improved error handling around network interface detection for
|
|
|
|
VirtualBox [GH-1480]
|
2013-03-18 21:35:03 +00:00
|
|
|
|
2013-03-18 20:51:15 +00:00
|
|
|
## 1.1.2 (March 18, 2013)
|
2013-03-18 18:23:17 +00:00
|
|
|
|
2013-03-18 18:23:53 +00:00
|
|
|
BUG FIXES:
|
2013-03-18 18:23:17 +00:00
|
|
|
|
2013-03-18 18:23:53 +00:00
|
|
|
- When not specifying a cookbooks_path for chef-solo, an error won't
|
|
|
|
be shown if "cookbooks" folder is missing.
|
2013-03-18 18:25:41 +00:00
|
|
|
- Fix typo for exception when no host-only network with NFS. [GH-1448]
|
|
|
|
- Use UNSET_VALUE/nil with args on shell provisioner by default since
|
|
|
|
`[]` was too truthy. [GH-1447]
|
2013-03-18 18:23:17 +00:00
|
|
|
|
2013-03-18 06:05:16 +00:00
|
|
|
## 1.1.1 (March 18, 2013)
|
2013-03-14 18:55:03 +00:00
|
|
|
|
2013-03-14 19:57:15 +00:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Don't load plugins on any `vagrant plugin` command, so that errors
|
|
|
|
are avoided. [GH-1418]
|
2013-03-16 05:11:49 +00:00
|
|
|
- An error will be shown if you forward a port to the same host port
|
|
|
|
multiple times.
|
2013-03-16 05:14:04 +00:00
|
|
|
- Automatically convert network, provider, and provisioner names to
|
|
|
|
symbols internally in case people define them as strings.
|
2013-03-17 07:13:43 +00:00
|
|
|
- Using newer versions of net-ssh and net-scp. [GH-1436]
|
2013-03-14 19:57:15 +00:00
|
|
|
|
2013-03-14 19:40:19 +00:00
|
|
|
BUG FIXES:
|
2013-03-14 18:55:03 +00:00
|
|
|
|
2013-03-14 19:40:19 +00:00
|
|
|
- Quote keys to StringBlockEditor so keys with spaces, parens, and
|
|
|
|
so on work properly.
|
2013-03-14 19:51:16 +00:00
|
|
|
- When there is no route to host for SSH, re-establish a new connection.
|
2013-03-15 03:40:52 +00:00
|
|
|
- `vagrant package` once again works, no more nil error. [GH-1423]
|
2013-03-15 18:12:50 +00:00
|
|
|
- Human friendly error when "metadata.json" is missing in a box.
|
2013-03-15 22:00:28 +00:00
|
|
|
- Don't use the full path to the manifest file with the Puppet provisioner
|
|
|
|
because it exposes a bug with Puppet path lookup on VMware.
|
2013-03-15 22:15:54 +00:00
|
|
|
- Fix bug in VirtualBox provider where port forwarding just didn't work if
|
|
|
|
you attempted to forward to a port under 1024. [GH-1421]
|
2013-03-16 17:14:32 +00:00
|
|
|
- Fix cross-device box adds for Windows. [GH-1424]
|
2013-03-17 23:18:49 +00:00
|
|
|
- Fix minor issues with defaults of configuration of the shell
|
|
|
|
provisioner.
|
2013-03-18 05:26:44 +00:00
|
|
|
- Fix Puppet server using "host_name" instead of "hostname" [GH-1444]
|
2013-03-18 05:33:02 +00:00
|
|
|
- Raise a proper error if no hostonly network is found for NFS with
|
|
|
|
VirtualBox. [GH-1437]
|
2013-03-14 18:55:03 +00:00
|
|
|
|
2013-03-14 06:36:31 +00:00
|
|
|
## 1.1.0 (March 14, 2013)
|
2012-03-29 05:08:55 +00:00
|
|
|
|
2012-12-24 01:43:00 +00:00
|
|
|
BACKWARDS INCOMPATIBILITIES:
|
|
|
|
|
|
|
|
- Vagrantfiles from 1.0.x that _do not use_ any plugins are fully
|
|
|
|
backwards compatible. If plugins are used, they must be removed prior
|
|
|
|
to upgrading. The new plugin system in place will avoid this issue in
|
|
|
|
the future.
|
|
|
|
- Lots of changes introduced in the form of a new configuration version and
|
2013-03-14 04:36:49 +00:00
|
|
|
format, but this is _opt-in_. Old Vagrantfile format continues to be supported,
|
2012-12-24 01:43:00 +00:00
|
|
|
as promised. To use the new features that will be introduced throughout
|
|
|
|
the 1.x series, you'll have to upgrade at some point.
|
|
|
|
|
2012-12-24 01:42:20 +00:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- Groundwork for **providers**, alternate backends for Vagrant that
|
|
|
|
allow Vagrant to power systems other than VirtualBox. Much improvement
|
|
|
|
and change will come to this throughout the 1.x lifecycle. The API
|
|
|
|
will continue to change, features will be added, and more. Specifically,
|
2013-03-14 04:36:49 +00:00
|
|
|
a revamped system for handling shared folders gracefully across providers
|
|
|
|
will be introduced in a future release.
|
2012-04-20 04:58:57 +00:00
|
|
|
- New plugin system which adds much more structure and stability to
|
|
|
|
the overall API. The goal of this system is to make it easier to write
|
|
|
|
powerful plugins for Vagrant while providing a backwards-compatible API
|
|
|
|
so that plugins will always _load_ (though they will almost certainly
|
|
|
|
not be _functional_ in future versions of Vagrant).
|
2013-03-14 04:36:49 +00:00
|
|
|
- Plugins are now installed and managed using the `vagrant plugin` interface.
|
2012-12-24 01:42:20 +00:00
|
|
|
- Allow "file://" URLs for box URLs. [GH-1087]
|
|
|
|
- Emit "vagrant-mount" upstart event when NFS shares are mounted. [GH-1118]
|
2013-01-31 05:03:02 +00:00
|
|
|
- Add a VirtualBox provider config `auto_nat_dns_proxy` which when set to
|
|
|
|
false will not attempt to automatically manage NAT DNS proxy settings
|
|
|
|
with VirtualBox. [GH-1313]
|
2013-01-31 06:54:28 +00:00
|
|
|
- `vagrant provision` accepts the `--provision-with` flag [GH-1167]
|
2013-01-31 07:03:21 +00:00
|
|
|
- Set the name of VirtualBox machines with `virtualbox.name` in the
|
|
|
|
VirtualBox provider config. [GH-1126]
|
2013-02-09 06:20:33 +00:00
|
|
|
- `vagrant ssh` will execute an `ssh` binary on Windows if it is on
|
|
|
|
your PATH. [GH-933]
|
2013-02-23 20:07:23 +00:00
|
|
|
- The environmental variable `VAGRANT_VAGRANTFILE` can be used to
|
|
|
|
specify an alternate Vagrantfile filename.
|
2012-12-24 01:42:20 +00:00
|
|
|
|
|
|
|
IMPROVEMENTS / BUG FIXES:
|
|
|
|
|
2013-03-14 04:50:41 +00:00
|
|
|
- Vagrant works much better in Cygwin environments on Windows by
|
|
|
|
properly resolving Cygwin paths. [GH-1366]
|
2013-03-14 04:36:49 +00:00
|
|
|
- Improve the SSH "ready?" check by more gracefully handling timeouts. [GH-841]
|
2012-03-31 02:27:30 +00:00
|
|
|
- Human friendly error if connection times out for HTTP downloads. [GH-849]
|
2012-03-29 14:22:31 +00:00
|
|
|
- Detect when the VirtualBox installation is incomplete and error. [GH-846]
|
2013-03-14 04:39:05 +00:00
|
|
|
- Detect when kernel modules for VirtualBox need to be installed on Gentoo
|
|
|
|
systems and report a user-friendly error. [GH-710]
|
2012-12-24 01:42:20 +00:00
|
|
|
- All `vagrant` commands that can take a target VM name can take one even
|
|
|
|
if you're not in a multi-VM environment. [GH-894]
|
|
|
|
- Hostname is set before networks are setup to avoid very slow `sudo`
|
|
|
|
speeds on CentOS. [GH-922]
|
|
|
|
- `config.ssh.shell` now includes the flags to pass to it, such as `-l` [GH-917]
|
2013-03-14 04:36:49 +00:00
|
|
|
- The check for whether a port is open or not is more complete by
|
|
|
|
catching ENETUNREACH errors. [GH-948]
|
2012-12-24 01:42:20 +00:00
|
|
|
- SSH uses LogLevel FATAL so that errors are still shown.
|
|
|
|
- Sending a SIGINT (Ctrl-C) very early on when executing `vagrant` no
|
|
|
|
longer results in an ugly stack trace.
|
|
|
|
- Chef JSON configuration output is now pretty-printed to be
|
|
|
|
human readable. [GH-1146]
|
|
|
|
that SSHing succeeds when booting a machine.
|
2012-04-12 17:18:34 +00:00
|
|
|
- VMs in the "guru meditation" state can be destroyed now using
|
|
|
|
`vagrant destroy`.
|
2012-05-02 05:33:27 +00:00
|
|
|
- Fix issue where changing SSH key permissions didn't properly work. [GH-911]
|
2012-05-05 03:48:52 +00:00
|
|
|
- Fix issue where Vagrant didn't properly detect VBoxManage on Windows
|
|
|
|
if VBOX_INSTALL_PATH contained multiple paths. [GH-885]
|
2012-05-20 20:16:43 +00:00
|
|
|
- Fix typo in setting host name for Gentoo guests. [GH-931]
|
2012-05-26 16:06:45 +00:00
|
|
|
- Files that are included with `vagrant package --include` now properly
|
|
|
|
preserve file attributes on earlier versions of Ruby. [GH-951]
|
2012-06-01 12:26:34 +00:00
|
|
|
- Multiple interfaces now work with Arch linux guests. [GH-957]
|
2012-06-01 15:13:19 +00:00
|
|
|
- Fix issue where subprocess execution would always spin CPU of Ruby
|
|
|
|
process to 100%. [GH-832]
|
2012-06-08 17:25:47 +00:00
|
|
|
- Fix issue where shell provisioner would sometimes never end. [GH-968]
|
2012-12-24 01:42:20 +00:00
|
|
|
- Fix issue where puppet would reorder module paths. [GH-964]
|
2012-07-12 01:32:51 +00:00
|
|
|
- When console input is asked for (destroying a VM, bridged interfaces, etc.),
|
|
|
|
keystrokes such as ctrl-D and ctrl-C are more gracefully handled. [GH-1017]
|
2012-08-09 03:02:18 +00:00
|
|
|
- Fixed bug where port check would use "localhost" on systems where
|
|
|
|
"localhost" is not available. [GH-1057]
|
2012-09-10 02:49:03 +00:00
|
|
|
- Add missing translation for "saving" state on VirtualBox. [GH-1110]
|
2012-09-10 03:16:16 +00:00
|
|
|
- Proper error message if the remote end unexpectedly resets the connection
|
|
|
|
while downloading a box over HTTP. [GH-1090]
|
2012-12-24 01:42:20 +00:00
|
|
|
- Human-friendly error is raised if there are permission issues when
|
|
|
|
using SCP to upload files. [GH-924]
|
2013-01-31 05:53:26 +00:00
|
|
|
- Box adding doesn't use `/tmp` anymore which can avoid some cross-device
|
|
|
|
copy issues. [GH-1199]
|
2013-01-31 06:17:10 +00:00
|
|
|
- Vagrant works properly in folders with strange characters. [GH-1223]
|
2013-01-31 06:47:45 +00:00
|
|
|
- Vagrant properly handles "paused" VirtualBox machines. [GH-1184]
|
2013-03-01 21:51:11 +00:00
|
|
|
- Better behavior around permissions issues when copying insecure
|
|
|
|
private key. [GH-580]
|
2012-03-29 05:08:55 +00:00
|
|
|
|
2013-03-14 06:36:14 +00:00
|
|
|
## 1.0.7 (March 13, 2013)
|
|
|
|
|
|
|
|
- Detect if a newer version of Vagrant ran and error if it did,
|
|
|
|
because we're not forward-compatible.
|
|
|
|
- Check for guest additions version AFTER booting. [GH-1179]
|
|
|
|
- Quote IdentityFile in `ssh-config` so private keys with spaces in
|
|
|
|
the path work. [GH-1322]
|
|
|
|
- Fix issue where multiple Puppet module paths can be re-ordered [GH-964]
|
|
|
|
- Shell provisioner won't hang on Windows anymore due to unclosed
|
|
|
|
tempfile. [GH-1040]
|
|
|
|
- Retry setting default VM name, since it sometimes fails first time. [GH-1368]
|
|
|
|
- Support setting hostname on Suse [GH-1063]
|
|
|
|
|
2013-01-15 16:43:50 +00:00
|
|
|
## 1.0.6 (December 21, 2012)
|
|
|
|
|
|
|
|
- Shell provisioner outputs proper line endings on Windows [GH-1164]
|
|
|
|
- SSH upload opens file to stream which fixes strange upload issues.
|
|
|
|
- Check for proper exit codes for Puppet, since multiple exit codes
|
|
|
|
can mean success. [GH-1180]
|
|
|
|
- Fix issue where DNS doesn't resolve properly for 12.10. [GH-1176]
|
|
|
|
- Allow hostname to be a substring of the box name for Ubuntu [GH-1163]
|
|
|
|
- Use `puppet agent` instead of `puppetd` to be Puppet 3.x
|
|
|
|
compatible. [GH-1169]
|
|
|
|
- Work around bug in VirtualBox exposed by bug in OS X 10.8 where
|
|
|
|
VirtualBox executables couldn't handle garbage being injected into
|
|
|
|
stdout by OS X.
|
|
|
|
|
2012-09-27 21:02:58 +00:00
|
|
|
## 1.0.5 (September 18, 2012)
|
|
|
|
|
|
|
|
- Work around a critical bug in VirtualBox 4.2.0 on Windows that
|
|
|
|
causes Vagrant to not work. [GH-1130]
|
|
|
|
- Plugin loading works better on Windows by using the proper
|
|
|
|
file path separator.
|
|
|
|
- NFS works on Fedora 16+. [GH-1140]
|
|
|
|
- NFS works with newer versions of Arch hosts that use systemd. [GH-1142]
|
|
|
|
|
|
|
|
## 1.0.4 (September 13, 2012)
|
|
|
|
|
|
|
|
- VirtualBox 4.2 driver. [GH-1120]
|
|
|
|
- Correct `ssh-config` help to use `--host`, not `-h`.
|
|
|
|
- Use "127.0.0.1" instead of "localhost" for port checking to fix problem
|
|
|
|
where "localhost" is not properly setup. [GH-1057]
|
|
|
|
- Disable read timeout on Net::HTTP to avoid `rbuf_fill` error. [GH-1072]
|
|
|
|
- Retry SSH on `EHOSTUNREACH` errors.
|
|
|
|
- Add missing translation for "saving" state. [GH-1110]
|
|
|
|
|
2012-05-02 05:39:31 +00:00
|
|
|
## 1.0.3 (May 1, 2012)
|
|
|
|
|
|
|
|
- Don't enable NAT DNS proxy on machines where resolv.conf already points
|
|
|
|
to localhost. This allows Vagrant to work once again with Ubuntu
|
|
|
|
12.04. [GH-909]
|
|
|
|
|
2012-03-25 17:08:22 +00:00
|
|
|
## 1.0.2 (March 25, 2012)
|
2012-03-13 21:19:34 +00:00
|
|
|
|
|
|
|
- Provisioners will still mount folders and such if `--no-provision` is
|
|
|
|
used, so that `vagrant provision` works. [GH-803]
|
2012-03-13 21:27:16 +00:00
|
|
|
- Nicer error message if an unsupported SSH key type is used. [GH-805]
|
2012-03-13 21:56:40 +00:00
|
|
|
- Gentoo guests can now have their host names changed. [GH-796]
|
2012-03-15 15:52:28 +00:00
|
|
|
- Relative paths can be used for the `config.ssh.private_key_path`
|
|
|
|
setting. [GH-808]
|
2012-03-18 18:42:14 +00:00
|
|
|
- `vagrant ssh` now works on Solaris, where `IdentitiesOnly` was not
|
|
|
|
an available option. [GH-820]
|
2012-03-18 23:41:26 +00:00
|
|
|
- Output works properly in the face of broken pipes. [GH-819]
|
2012-03-22 20:41:48 +00:00
|
|
|
- Enable Host IO Cache on the SATA controller by default.
|
2012-03-23 13:22:39 +00:00
|
|
|
- Chef-solo provisioner now supports encrypted data bags. [GH-816]
|
2012-03-23 13:51:21 +00:00
|
|
|
- Enable the NAT DNS proxy by default, allowing your DNS to continue
|
|
|
|
working when you switch networks. [GH-834]
|
2012-03-23 14:31:27 +00:00
|
|
|
- Checking for port forwarding collisions also checks for other applications
|
|
|
|
that are potentially listening on that port as well. [GH-821]
|
2012-03-23 15:29:50 +00:00
|
|
|
- Multiple VM names can be specified for the various commands now. For
|
|
|
|
example: `vagrant up web db service`. [GH-795]
|
2012-03-25 17:00:27 +00:00
|
|
|
- More robust error handling if a VM fails to boot. The error message
|
|
|
|
is much clearer now. [GH-825]
|
2012-03-13 21:19:34 +00:00
|
|
|
|
2012-03-11 23:10:30 +00:00
|
|
|
## 1.0.1 (March 11, 2012)
|
2012-03-08 06:15:45 +00:00
|
|
|
|
2012-03-12 16:57:11 +00:00
|
|
|
- Installers are now bundled with Ruby 1.9.3p125. Previously they were
|
|
|
|
bundled with 1.9.3p0. This actually fixes some IO issues with Windows.
|
|
|
|
- Windows installer now outputs a `vagrant` binary that will work in msys
|
|
|
|
or Cygwin environments.
|
2012-03-08 06:38:01 +00:00
|
|
|
- Fix crashing issue which manifested itself in multi-VM environments.
|
2012-03-08 06:15:45 +00:00
|
|
|
- Add missing `rubygems` require in `environment.rb` to avoid
|
|
|
|
possible load errors. [GH-781]
|
2012-03-08 06:35:40 +00:00
|
|
|
- `vagrant destroy` shows a nice error when called without a
|
|
|
|
TTY (and hence can't confirm). [GH-779]
|
2012-03-08 21:24:04 +00:00
|
|
|
- Fix an issue with the `:vagrantfile_name` option to `Vagrant::Environment`
|
|
|
|
not working properly. [GH-778]
|
2012-03-09 00:45:19 +00:00
|
|
|
- `VAGRANT_CWD` environmental variable can be used to set the CWD to
|
|
|
|
something other than the current directory.
|
2012-03-09 18:18:40 +00:00
|
|
|
- Downloading boxes from servers that don't send a content-length
|
|
|
|
now works properly. [GH-788]
|
2012-03-09 20:16:27 +00:00
|
|
|
- The `:facter` option now works for puppet server. [GH-790]
|
2012-03-10 21:54:59 +00:00
|
|
|
- The `--no-provision` and `--provision-with` flags are available to
|
|
|
|
`vagrant reload` now.
|
2012-03-10 22:03:09 +00:00
|
|
|
- `:openbsd` guest which supports only halting at the moment. [GH-773]
|
2012-03-11 17:38:23 +00:00
|
|
|
- `ssh-config -h` now shows help, instead of assuming a host is being
|
|
|
|
specified. For host, you can still use `--host`. [GH-793]
|
2012-03-08 06:15:45 +00:00
|
|
|
|
2012-03-06 06:18:36 +00:00
|
|
|
## 1.0.0 (March 6, 2012)
|
2012-02-08 05:32:41 +00:00
|
|
|
|
2012-02-07 03:43:38 +00:00
|
|
|
- `vagrant gem` should now be used to install Vagrant plugins that are
|
|
|
|
gems. This installs the gems to a private gem folder that Vagrant adds
|
|
|
|
to its own load path. This isolates Vagrant-related gems from system
|
|
|
|
gems.
|
|
|
|
- Plugin loading no longer happens right when Vagrant is loaded, but when
|
|
|
|
a Vagrant environment is loaded. I don't anticipate this causing any
|
|
|
|
problems but it is a backwards incompatible change should a plugin
|
|
|
|
depend on this (but I don't see any reason why they would).
|
2012-02-08 06:54:30 +00:00
|
|
|
- `vagrant destroy` now asks for confirmation by default. This can be
|
|
|
|
overridden with the `--force` flag. [GH-699]
|
2012-02-09 06:28:01 +00:00
|
|
|
- Fix issue with Puppet config inheritance. [GH-722]
|
2012-02-09 08:04:47 +00:00
|
|
|
- Fix issue where starting a VM on some systems was incorrectly treated
|
|
|
|
as failing. [GH-720]
|
2012-02-11 01:57:23 +00:00
|
|
|
- It is now an error to specify the packaging `output` as a directory. [GH-730]
|
2012-02-11 02:07:59 +00:00
|
|
|
- Unix-style line endings are used properly for guest OS. [GH-727]
|
2012-02-11 05:56:59 +00:00
|
|
|
- Retry certain VirtualBox operations, since they intermittently fail.
|
|
|
|
[GH-726]
|
2012-02-14 01:39:18 +00:00
|
|
|
- Fix issue where Vagrant would sometimes "lose" a VM if an exception
|
|
|
|
occurred. [GH-725]
|
2012-02-14 18:42:30 +00:00
|
|
|
- `vagrant destroy` destroys virtual machines in reverse order. [GH-739]
|
2012-02-15 07:08:32 +00:00
|
|
|
- Add an `fsid` option to Linux NFS exports. [GH-736]
|
2012-02-15 19:11:11 +00:00
|
|
|
- Fix edge case where an exception could be raised in networking code. [GH-742]
|
2012-02-19 04:00:08 +00:00
|
|
|
- Add missing translation for the "guru meditation" state. [GH-745]
|
2012-02-19 19:36:25 +00:00
|
|
|
- Check that VirtualBox exists before certain commands. [GH-746]
|
2012-02-20 16:59:06 +00:00
|
|
|
- NIC type can be defined for host-only network adapters. [GH-750]
|
2012-02-21 01:29:15 +00:00
|
|
|
- Fix issue where re-running chef-client would sometimes cause
|
|
|
|
problems due to file permissions. [GH-748]
|
2012-02-22 23:15:54 +00:00
|
|
|
- FreeBSD guests can now have their hostnames changed. [GH-757]
|
2012-02-24 02:22:56 +00:00
|
|
|
- FreeBSD guests now support host only networking and bridged networking. [GH-762]
|
2012-02-24 07:01:11 +00:00
|
|
|
- `VM#run_action` is now public so plugin-devs can hook into it.
|
2012-02-24 18:27:34 +00:00
|
|
|
- Fix crashing bug when attempting to run commands on the "primary"
|
|
|
|
VM in a multi-VM environment. [GH-761]
|
2012-02-25 18:18:17 +00:00
|
|
|
- With puppet you can now specify `:facter` as a dictionary of facts to
|
|
|
|
override what is generated by Puppet. [GH-753]
|
2012-02-26 22:13:24 +00:00
|
|
|
- Automatically convert all arguments to `customize` to strings.
|
2012-02-28 17:27:01 +00:00
|
|
|
- openSUSE host system. [GH-766]
|
2012-02-28 17:48:47 +00:00
|
|
|
- Fix subprocess IO deadlock which would occur on Windows. [GH-765]
|
2012-03-05 00:39:35 +00:00
|
|
|
- Fedora 16 guest support. [GH-772]
|
2012-02-08 05:32:41 +00:00
|
|
|
|
2012-02-10 08:54:16 +00:00
|
|
|
## 0.9.7 (February 9, 2012)
|
2012-02-10 08:53:22 +00:00
|
|
|
|
|
|
|
- Fix regression where all subprocess IO simply didn't work with
|
|
|
|
Windows. [GH-721]
|
|
|
|
|
2012-02-08 05:30:29 +00:00
|
|
|
## 0.9.6 (February 7, 2012)
|
2012-02-05 12:17:00 +00:00
|
|
|
|
2012-02-05 12:23:53 +00:00
|
|
|
- Fix strange issue with inconsistent childprocess reads on JRuby. [GH-711]
|
2012-02-06 20:26:26 +00:00
|
|
|
- `vagrant ssh` does a direct `exec()` syscall now instead of going through
|
|
|
|
the shell. This makes it so things like shell expansion oddities no longer
|
|
|
|
cause problems. [GH-715]
|
2012-02-07 23:39:54 +00:00
|
|
|
- Fix crashing case if there are no ports to forward.
|
2012-02-08 05:01:57 +00:00
|
|
|
- Fix issue surrounding improper configuration of host only networks on
|
|
|
|
RedHat guests. [GH-719]
|
2012-02-02 22:40:27 +00:00
|
|
|
- NFS should work properly on Gentoo. [GH-706]
|
2012-02-05 12:17:00 +00:00
|
|
|
|
2012-02-05 12:15:42 +00:00
|
|
|
## 0.9.5 (February 5, 2012)
|
2012-01-29 01:39:47 +00:00
|
|
|
|
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-02-01 23:36:15 +00:00
|
|
|
- When using bridged networking, only list the network interfaces
|
|
|
|
that are up as choices. [GH-701]
|
2012-02-04 12:57:02 +00:00
|
|
|
- More intelligent handling of the `certname` option for puppet
|
|
|
|
server. [GH-702]
|
2012-02-04 14:04:28 +00:00
|
|
|
- You may now explicitly set the network to bridge to in the Vagrantfile
|
|
|
|
using the `:bridge` parameter. [GH-655]
|
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]
|
2014-05-01 14:22:05 +00:00
|
|
|
- Chef solo `roles_path` and `data_bags_path` can only 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.
|
|
|
|
|