File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.6.0
4
+ ### Features
5
+ * splits hostnames across many lines [[ #67 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/103 )]
6
+
7
+ ### Bug fixes
8
+ * show description for hostmanager when vagrant list-commands is triggered [[ #105 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/105 )]
9
+
10
+ ### Miscelaneous
11
+ * extract old vagrant version compatibility code into util method [[ #97 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/97 )]
12
+ * migrate HostsFile code into its own class [[ #98 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/97 )]
13
+
14
+ [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.5.0...v1.6.0 )
15
+
16
+
3
17
## 1.5.0
4
18
### Features
5
19
* hostmanager now runs * before* provisioning takes place, on ` up ` action [[ #73 ] ( https://github.com/smdahlen/vagrant-hostmanager/issues/73 )]
13
27
### Miscelaneous
14
28
* add passwordless sudo instructions to README [[ #95 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/95 )]
15
29
16
- [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...v1.5.0 )
30
+ [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...v1.5.0 )
17
31
18
32
19
33
## 1.4.0
27
41
* when multiple private_networks are configured, the first one is used [[ #64 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/64 )]
28
42
* destroyed machines are now removed from hosts file [[ #52 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/52 )]
29
43
30
- [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.3.0...v1.4.0 )
44
+ [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.3.0...v1.4.0 )
31
45
32
46
33
47
## 1.3.0
Original file line number Diff line number Diff line change 1
1
module VagrantPlugins
2
2
module HostManager
3
- VERSION = '1.5 .0'
3
+ VERSION = '1.6 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments