vagrant-vmware-esxi 2.5.3 → 2.5.4
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/Gemfile +1 -4
- data/README.md +1 -0
- data/lib/vagrant-vmware-esxi/config.rb +5 -1
- data/lib/vagrant-vmware-esxi/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14496a972440d0c98a42a288447d61356a739ce42886a91183d261f768649d64
|
|
4
|
+
data.tar.gz: 93ca8f525b4b418c887642f39bd6d1d0b7d80bd62b8019abd4f092bd117ad6ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ec2626d31c775be0cfa9cae03e15252887523adf17bd541a680774222fb90238bfce3c0fe4c3ba9108a3c67316e3dc6f662405ed15720508eafa688d4cea9a7
|
|
7
|
+
data.tar.gz: e1473f02056da20c4f550009ce37e08ed99462af0db2ad1ac4df782cd653843e3899bbd9fd1ca41ae117de53a6a573000a64008efe9fde8079c5216e22205323
|
data/Gemfile
CHANGED
|
@@ -13,10 +13,7 @@
|
|
|
13
13
|
source "https://rubygems.org"
|
|
14
14
|
|
|
15
15
|
group :development do
|
|
16
|
-
|
|
17
|
-
# https://github.com/hashicorp/vagrant/pull/10945
|
|
18
|
-
#gem "vagrant", git: "https://github.com/hashicorp/vagrant.git", :tag => 'v2.2.4'
|
|
19
|
-
gem "vagrant", git: "https://github.com/hashicorp/vagrant.git", :tag => 'v2.2.10'
|
|
16
|
+
gem "vagrant", git: "https://github.com/hashicorp/vagrant.git"
|
|
20
17
|
end
|
|
21
18
|
|
|
22
19
|
group :plugins do
|
data/README.md
CHANGED
|
@@ -295,6 +295,7 @@ I work very hard to produce a stable, well documented product. I appreciate any
|
|
|
295
295
|
|
|
296
296
|
Version History
|
|
297
297
|
---------------
|
|
298
|
+
* 2.5.4 Add support for esxi 7.0.2 new os types.
|
|
298
299
|
* 2.5.3 Fix, Add hw_versions and GuestOS vmkernel7
|
|
299
300
|
* 2.5.2 Fix, snapshot restore will execute regardless of current state.
|
|
300
301
|
* 2.5.1 Fix, filter localhost from local IP detection for nfs sync.
|
|
@@ -94,7 +94,7 @@ module VagrantPlugins
|
|
|
94
94
|
@debug = 'False'
|
|
95
95
|
@saved_ipaddress = nil
|
|
96
96
|
@supported_guest_virtualhw_versions = [
|
|
97
|
-
4,7,8,9,10,11,12,13,14,15,16,17,18
|
|
97
|
+
4,7,8,9,10,11,12,13,14,15,16,17,18,19
|
|
98
98
|
]
|
|
99
99
|
@supported_guest_disk_types = [
|
|
100
100
|
'thin',
|
|
@@ -141,6 +141,8 @@ module VagrantPlugins
|
|
|
141
141
|
'darwin',
|
|
142
142
|
'debian10-64',
|
|
143
143
|
'debian10',
|
|
144
|
+
'debian11-64',
|
|
145
|
+
'debian11',
|
|
144
146
|
'debian4-64',
|
|
145
147
|
'debian4',
|
|
146
148
|
'debian5-64',
|
|
@@ -242,6 +244,8 @@ module VagrantPlugins
|
|
|
242
244
|
'win31',
|
|
243
245
|
'win95',
|
|
244
246
|
'win98',
|
|
247
|
+
'windows2019srv-64',
|
|
248
|
+
'windows2019srvNext-64',
|
|
245
249
|
'windows7-64',
|
|
246
250
|
'windows7',
|
|
247
251
|
'windows7server-64',
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-vmware-esxi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Senkerik
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2018-08-02 00:00:00.000000000 Z
|
|
@@ -143,7 +143,7 @@ homepage: https://github.com/josenk/vagrant-vmware-esxi
|
|
|
143
143
|
licenses:
|
|
144
144
|
- GNU
|
|
145
145
|
metadata: {}
|
|
146
|
-
post_install_message:
|
|
146
|
+
post_install_message:
|
|
147
147
|
rdoc_options: []
|
|
148
148
|
require_paths:
|
|
149
149
|
- lib
|
|
@@ -158,8 +158,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: '0'
|
|
160
160
|
requirements: []
|
|
161
|
-
rubygems_version: 3.
|
|
162
|
-
signing_key:
|
|
161
|
+
rubygems_version: 3.2.33
|
|
162
|
+
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: Vagrant ESXi provider plugin
|
|
165
165
|
test_files: []
|