0.4.0 / 2013-09-04

  • BREAKING: Environment variables for Apt config renamed to VAGRANT_APT_HTTP_PROXY etc. (GH-15)
  • Configure all supported programs with a single config.proxy configuration or VAGRANT_HTTP_PROXY etc. environment variables (GH-14, GH-17)
  • Add support for global *_proxy environment variables via config.env_proxy (GH-6)
  • Configure the VM also on vagrant provision (GH-12)
    • Hook to all commands that trigger provisioning action
  • Ensure the proxies are configured before vagrant-omnibus (GH-13)
    • Requires vagrant-omnibus v1.1.1 or newer to work correctly

0.3.0 / 2013-07-12

0.2.0 / 2013-07-05

  • Add Apt proxy configuration for FTP URIs (GH-5)
  • Warn and fail if Vagrant is older than v1.2.0 (GH-7)
  • New home page (GH-8)

0.1.1 / 2013-06-27

  • Don't crash if there is no configuration for us in the Vagrantfiles (GH-2)

0.1.0 / 2013-06-27

  • Initial release
  • Support for Apt proxy configuration
  • Based heavily on vagrant-cachier plugin