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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40843e2fa14d0943afe5d7558f522f5838273d9da3dc6d48a872a99b8b04321f
4
- data.tar.gz: a98c843764067f2e5f53c3b9e31accd87573844c06ae98e01b29293d92183b25
3
+ metadata.gz: 14496a972440d0c98a42a288447d61356a739ce42886a91183d261f768649d64
4
+ data.tar.gz: 93ca8f525b4b418c887642f39bd6d1d0b7d80bd62b8019abd4f092bd117ad6ff
5
5
  SHA512:
6
- metadata.gz: a4e0feaa23ce650a034e100538c8935020337f1b977a597b33840e110704b9ba921906897a566bdb657b6e37150da0b067229bb47f3556c5691a1c9ae4e9d9d7
7
- data.tar.gz: 348910b7e00ef358d11a9a34d5d788ca2ca3ed6c6bb1b2a0583257e507c333c0de41ab1171fc6d00aa0464d86e5d544fe3fa719789bc7200bbbc009ffa9afb26
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
- # Need to tag to 2.2.4, there is still a bug.
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',
@@ -1,7 +1,7 @@
1
1
  # VERSION
2
2
  module VagrantPlugins
3
3
  module ESXi
4
- VERSION = '2.5.3'
4
+ VERSION = '2.5.4'
5
5
  $vagrant_vmware_esxi_version = VERSION
6
6
  end
7
7
  end
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.3
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.1.6
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: []