Releases: devopsgroup-io/vagrant-hostmanager
Releases · devopsgroup-io/vagrant-hostmanager
v1.8.0
Releasing v1.8.0
v1.7.1
Releasing v1.7.1
v1.7.0
Updating Contribute section to be specific.
1.6.1
Bug fixes
- Retain tmp hosts file and fix a bug where powershell mv does not move folder contents, in that context it's moving a file.
1.6.0
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]
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
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