fog-vsphere 3.6.2 → 3.6.3

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: 7ffd073bf26a6cd8fac5eecedbae2cd0ce3b7f0edb11ca52f3f5fc2b45dd6653
4
- data.tar.gz: e3e921ba25609b8e13a0523918dc25b6b5db6cb1dde66a6f66cad15d0809dc87
3
+ metadata.gz: d7f02bc5a0e5ca64bdd9c0a91d563e500277b38244c98e2aaa2d745cea62ffd2
4
+ data.tar.gz: 7b1c2379b72bcb4d19bfca8245b285868c9fc4e97ee866c6a62f9a7c9f8d1fe8
5
5
  SHA512:
6
- metadata.gz: 48ea23c5093f1e8640d74c856fe40b9d7319c71e8475de3405e28769ebe238284f572c4a1d4b587f6d48b767ff9f652441569935b36746b863f5b2622f26e4a4
7
- data.tar.gz: e39985451598902c910e565c38f1e9e110feae3aa15014802e0c69628aa28318dc0e8831ea1002630a2697861d4d9889dd2e60c422b425e1782a29e67f898b7a
6
+ metadata.gz: 641de456e8e02ae6ec49512b70278bfc0c9662a5a08337bad97fadf174f199272e09dd8f15d50decf0efbd1ca8e3be9a4ba38189151afe98b5f3159d95ddd5a1
7
+ data.tar.gz: 700f2a33830fdf7c74c1eb4d637cc701a9d8d5ed8507983f8c24d24cb6e0b985f175207e68250761e3dc60496456467cc6dd4dad6256ec39c5f483f5dcebf6a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,3 @@
1
- ## 3.6.2
2
- * Add disk and partitions info
3
-
4
1
  ## 3.6.1
5
2
  * Revert Unify network ID attribute for Red Hat Satellite
6
3
 
@@ -540,7 +540,7 @@ module Fog
540
540
  else
541
541
  custom_ipv6 = RbVmomi::VIM::CustomizationDhcpIpV6Generator.new
542
542
  end
543
- custom_ipv6Spec = RbVmomi::VIM.CustomizationIPSettingsIpV6AddressSpec(ip: custom_ipv6)
543
+ custom_ipv6Spec = RbVmomi::VIM.CustomizationIPSettingsIpV6AddressSpec(ip: [custom_ipv6])
544
544
  custom_ipv6Spec.gateway = nic['adapter']['ipV6Spec']['gateway'] if nic['adapter']['ipV6Spec'].key?('gateway')
545
545
  custom_adapter.ipV6Spec = custom_ipv6Spec
546
546
  end
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Vsphere
3
- VERSION = '3.6.2'.freeze
3
+ VERSION = '3.6.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-vsphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.2
4
+ version: 3.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - J.R. Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-29 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-core