vagrant-skytap 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -3
- data/lib/vagrant-skytap/action/forward_ports.rb +1 -1
- data/lib/vagrant-skytap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 489ea945efd6c1515171a6aa12fc3dff169acc6a
|
|
4
|
+
data.tar.gz: 9e32a36b3d528047f7f4ab87a2f6a58ec41a75c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a14d3e7fd76c84f23128fb04e31650f95cc229aed47b01184b6ab8b548f49b6399c166fe19360854e615378e42d14d1ba2ce2b72a2402490f70f3e3737b46784
|
|
7
|
+
data.tar.gz: 7f038b87db83b4568a038eac6feb6f0d178ba567c8577c7465a643bb5760d2c594ccd28de994eca50199de027cdc24f669377005e5af2e7b06c358bf8d6353cf
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
# 0.2.10 (March 17, 2016)
|
|
2
|
+
|
|
3
|
+
* Fix bug in port forwarding messaging.
|
|
4
|
+
|
|
1
5
|
# 0.2.9 (February 26, 2016)
|
|
2
6
|
|
|
3
7
|
* Re-add User-Agent string.
|
|
4
|
-
* Set NFS host/guest IP addresses for synced folders of unspecified type
|
|
8
|
+
* Set NFS host/guest IP addresses for synced folders of unspecified type
|
|
5
9
|
(Vagrant can choose NFS as the default type, which resulted in an
|
|
6
10
|
error).
|
|
7
11
|
* Don't allow suspending stopped VMs. Don't allow halting suspended VMs
|
|
@@ -15,7 +19,7 @@
|
|
|
15
19
|
|
|
16
20
|
* Add User-Agent string with the plugin version and Vagrant version.
|
|
17
21
|
|
|
18
|
-
* Fix bug which
|
|
22
|
+
* Fix bug which could cause machines to be mapped to the wrong VMs.
|
|
19
23
|
|
|
20
24
|
# 0.2.6 (February 16, 2016)
|
|
21
25
|
|
|
@@ -53,7 +57,7 @@
|
|
|
53
57
|
* Add support for port forwarding on Linux and BSD hosts using AutoSSH
|
|
54
58
|
(TCP only).
|
|
55
59
|
|
|
56
|
-
|
|
60
|
+
# 0.1.12 (December 23, 2015)
|
|
57
61
|
|
|
58
62
|
* Backward-compatibility fix.
|
|
59
63
|
|
|
@@ -51,7 +51,7 @@ module VagrantPlugins
|
|
|
51
51
|
@env[:forwarded_ports].each do |fp|
|
|
52
52
|
unless fp.internal_ssh_port?
|
|
53
53
|
@env[:ui].detail(I18n.t("vagrant.actions.vm.forward_ports.forwarding_entry",
|
|
54
|
-
adapter:
|
|
54
|
+
adapter: "--",
|
|
55
55
|
guest_port: fp.guest_port,
|
|
56
56
|
host_port: fp.host_port))
|
|
57
57
|
@env[:host].capability(:start_ssh_tunnel, fp, @env[:machine])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-skytap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric True
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-03-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json_pure
|