Example: There are version 0.2.10 and 0.2.11 available. The latest update is version 0.2.12. ``` berendt/ubuntu-14.04-amd64 (virtualbox, 0.2.10) berendt/ubuntu-14.04-amd64 (virtualbox, 0.2.11) ``` Without this patch it will be checked if a higher version than 0.2.10 is available. ``` Checking for updates to 'berendt/ubuntu-14.04-amd64' Version constraints: > 0.2.10 Provider: virtualbox Updating 'berendt/ubuntu-14.04-amd64' with provider 'virtualbox' from version '0.2.10' to '0.2.12'... Loading metadata for box 'https://vagrantcloud.com/berendt/ubuntu-14.04-amd64' Adding box 'berendt/ubuntu-14.04-amd64' (v0.2.12) for provider: virtualbox Downloading: https://vagrantcloud.com/berendt/ubuntu-14.04-amd64/version/23/provider/virtualbox.box Successfully added box 'berendt/ubuntu-14.04-amd64' (v0.2.12) for 'virtualbox'! ``` with this patch it will be checked if a higher version than 0.2.11 is available (the expected behaviour). ``` Checking for updates to 'berendt/ubuntu-14.04-amd64' Version constraints: > 0.2.11 Provider: virtualbox Updating 'berendt/ubuntu-14.04-amd64' with provider 'virtualbox' from version '0.2.11' to '0.2.12'... Loading metadata for box 'https://vagrantcloud.com/berendt/ubuntu-14.04-amd64' Adding box 'berendt/ubuntu-14.04-amd64' (v0.2.12) for provider: virtualbox Downloading: https://vagrantcloud.com/berendt/ubuntu-14.04-amd64/version/23/provider/virtualbox.box Successfully added box 'berendt/ubuntu-14.04-amd64' (v0.2.12) for 'virtualbox'! ``` |
||
---|---|---|
.. | ||
commands | ||
communicators/ssh | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
synced_folders | ||
README.md |
README.md
Vagrant Core Plugins
These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.