Vagrant 2.2.1 released: tool for building and distributing development environments

Vagrant is a software for building and configuring a virtual development environment, based on Ruby, which runs primarily on a command line.

Mainly using Oracle’s open source VirtualBox virtualization system, and Chef, Salt, Puppet and other environmental configuration management software used to implement a fast virtual development environment can be built.

Early to VirtualBox as the object, 1.1 after the beginning of the corresponding VMware and other virtualization software, including Amazon EC2 server environment like the corresponding.

Vagrant

FEATURES:

  • core/plugins: Add reset! method to communicator [GH-10399]
  • providers/virtualbox: Add support for VirtualBox 6.0 [GH-10379]

IMPROVEMENTS:

  • command/validate: Allow validation of config while ignoring provider [GH-10351]
  • communicators/ssh: Prevent overly verbose output waiting for connection [GH-10321]
  • communicators/ssh: Support ed25519 keys [GH-10365]
  • communicators/ssh: Add reset! implementation [GH-10399]
  • communicators/winrm: Add reset! implementation [GH-10399]
  • core: Limit number of automatic box update checks [GH-10359]
  • host/windows: Remove PATH check in WSL detection [GH-10313]
  • providers/hyperv: Disable automatic checkpoints before deletion [GH-10406]

MORE

Download