ibm_power_hmc 0.28.1 → 0.29.0

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: 70610e2b56bb621a0a45aedeb770529db4bc21ea738088bd6b99a9fe8e4a3d13
4
- data.tar.gz: 1fba840b43d90af76ff017662c0371359d96d928fdac01f5614dc14671f3e0a9
3
+ metadata.gz: 224eb15dd0b2b1216a6c03279ba5edc481120c4c5c0fc310a49771646ebc26cb
4
+ data.tar.gz: 48e71c57d4bf637e7c74d3a3f1889990b82db42c3bbc8924662bbd0bb6614cc2
5
5
  SHA512:
6
- metadata.gz: 9101648b632a67f0f2297d9b0bc4b480d78640c0146825e3adadd7a17d416f6d89aaf144ecf906e520965c7fc8a7bad38ad91fac150ebc3d4f68b7620b81fff1
7
- data.tar.gz: a8d4c580a4da48e6792c39a15d679f8fc6096924a9818868c98803227c717b10be61b5a0d7021f63463acb6066cc25033336b015b727211bccaaaff6ac3357a3
6
+ metadata.gz: 735680a1e8ee751af61235f3afec78c3506769c7a023534a9094505d702dc01915965d00adfb8ac9c53a63664a1d12fbd28bd48f90ca4ed6988fb68bdabbe230
7
+ data.tar.gz: d16faea89c70664362ee58cc28b6f9807f9491e561b5f1d8bb2ccdf5727e09bf06358f88fdde28dd7f980a8724e44a08591c6bf93febb97b5b34de264314841a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## v0.29.0
2
+ * Add config_mem/config_cpus to ManagedSystem (#138)
1
3
  ## v0.28.1
2
4
  * Fix missing template_uuid in usertask (#137)
3
5
  ## v0.28.0
@@ -55,8 +55,10 @@ module IbmPowerHmc
55
55
  :fwversion => "SystemFirmware",
56
56
  :memory => "AssociatedSystemMemoryConfiguration/InstalledSystemMemory",
57
57
  :avail_mem => "AssociatedSystemMemoryConfiguration/CurrentAvailableSystemMemory",
58
+ :config_mem => "AssociatedSystemMemoryConfiguration/ConfigurableSystemMemory",
58
59
  :cpus => "AssociatedSystemProcessorConfiguration/InstalledSystemProcessorUnits",
59
60
  :avail_cpus => "AssociatedSystemProcessorConfiguration/CurrentAvailableSystemProcessorUnits",
61
+ :config_cpus => "AssociatedSystemProcessorConfiguration/ConfigurableSystemProcessorUnits",
60
62
  :mtype => "MachineTypeModelAndSerialNumber/MachineType",
61
63
  :model => "MachineTypeModelAndSerialNumber/Model",
62
64
  :serial => "MachineTypeModelAndSerialNumber/SerialNumber",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IbmPowerHmc
4
- VERSION = "0.28.1"
4
+ VERSION = "0.29.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_power_hmc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.1
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - IBM Power