vagrant-hostmanager/CHANGELOG.md

2.6 KiB

Changelog

1.5.0

Features

  • hostmanager now runs before provisioning takes place, on up action [#73]

Bug fixes

  • properly detect hosts file location on Windows guests [#67]
  • do not add host if IP cannot be determined [#85]
  • force moving of hosts file on Linux guests [#93]
  • allow top-level config options (eg. ip_resolver) to propagate to machine configs [#91]

Miscelaneous

  • add passwordless sudo instructions to README [#95]

Full diff

1.4.0

Features

  • supports vagrant 1.5 [#80, #81]
  • only updates hosts file if contents have changed [#78]
  • custom ip resolver now has access to the machine whose hosts file is being updated [#62]

Bug fixes

  • custom IP resolver result no longer ignored [#57]
  • when multiple private_networks are configured, the first one is used [#64]
  • destroyed machines are now removed from hosts file [#52]

Full diff

1.3.0

Features

  • allow defining a custom IP resolver block [#15]
  • handle removing destroyed machines from hosts file (currently only works with include_offline = true) [#45]
  • attempt to elevate privileges when needed in Windows hosts [#48]

Bug fixes

  • --provider command-line option now finds machines as expected [#46]
  • uses proper hosts file location in Windows under cygwin [#49]

Miscelaneous

  • MIT license added to gemspec

Full diff