opennebula 7.4.0 → 7.4.1

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: fb204ddb718d3acabb9ac069a732d872ed6d3656dcc16ea541ff3b71ab63c1a7
4
- data.tar.gz: cf84fc9b76cac316cd1c254d8bc40767d8c976bc35c3eebac276841d78a3e399
3
+ metadata.gz: 44e393ce296b472b83fa68a2d47733275d4ee33f2923e52fa85db986a8b9d128
4
+ data.tar.gz: cdfa2f2044428286f939512c5f95dec29899c5a39f878cd1214855f97ef9049b
5
5
  SHA512:
6
- metadata.gz: 1a1b068533aae4f3be591b5cc80efdb9753cb388d1e65548134b50a609acc54264b2d362e67eaf8a561916da92daca77e27d5f7ad5d1cb6b68fbc4c8529a9ab7
7
- data.tar.gz: 0f753b9d7ca107cc3078803d704996d9726cbd290d97c9f6b512cf6871d64ed8a0d2f67d42a7c5d0d6f8cb0a8a98471b1b5c68ee8d3d504f4e8f4d3bca4afab3
6
+ metadata.gz: b6689917fe9d05b2e3d4ab491c2946fd988f6a4ca0ead55df5aaf4055c015ec0ff1bf4907da3250cbbb0eda4505bdf4d2ed15811a829853a3032748a1734e2e4
7
+ data.tar.gz: 5cf83dda3ca695ba5a6d7e3d1c060dd64b4027ddae1b4aa268326f26d575f6d6d4d21c2f3201a3efdaaa64ae428af71b9ab14c407e33c0fc073b88a58ca0fcda
@@ -51,7 +51,7 @@ end
51
51
  module CloudClient
52
52
 
53
53
  # OpenNebula version
54
- VERSION = '7.4.0'
54
+ VERSION = '7.4.1'
55
55
 
56
56
  # #########################################################################
57
57
  # Default location for the authentication file
@@ -17,6 +17,6 @@
17
17
  module OpenNebula
18
18
 
19
19
  # OpenNebula version
20
- VERSION = '7.4.0'
20
+ VERSION = '7.4.1'
21
21
 
22
22
  end
@@ -813,16 +813,25 @@ module OpenNebula
813
813
  end
814
814
  end
815
815
 
816
- # Changes the attributes of a VM in power off, failure and undeploy
817
- # states
816
+ # Changes the attributes of a VM in running, pending, power off, failure,
817
+ # hold, cloning and undeploy states
818
818
  #
819
819
  # @param new_conf, string describing the new attributes. Each attribute
820
820
  # will replace the existing ones or delete it if empty. Attributes that
821
- # can be updated are: INPUT/{TYPE, BUS}; RAW/{TYPE, DATA, DATA_VMX},
822
- # OS/{BOOT, BOOTLOADER, ARCH, MACHINE, KERNEL, INITRD},
823
- # FEATURES/{ACPI, APIC, PAE, LOCALTIME, HYPERV, GUEST_AGENT, VIRTIO_SCSI_QUEUES, VIRTIO_BLK_QUEUES, IOTHREADS},
824
- # GRAPHICS/{TYPE, LISTEN, PASSWD, KEYMAP},
825
- # and VIDEO/{TYPE, IOMMU, ATS, VRAM, RESOLUTION}
821
+ # can be updated are:
822
+ # INPUT/{TYPE, BUS},
823
+ # RAW/{TYPE, DATA, VALIDATE},
824
+ # OS/{ARCH,MACHINE, KERNEL, INITRD, BOOTLOADER, BOOT, KERNEL_CMD,ROOT,
825
+ # SD_DISK_BUS, UUID, FIRMWARE, FIRMWARE_FORMAT},
826
+ # FEATURES/{ACPI, APIC, PAE, LOCALTIME, HYPERV, GUEST_AGENT,
827
+ # VIRTIO_SCSI_QUEUES, VIRTIO_BLK_QUEUES, IOTHREADS, GIC,
828
+ # RAS, MIGRATE_AUTO_CONVERGE, MIGRATE_COMPRESSED},
829
+ # CPU_MODEL/{MODEL, FEATURES},
830
+ # GRAPHICS/{TYPE, LISTEN, PASSWD, KEYMAP, COMMAND},
831
+ # VIDEO/{TYPE, IOMMU, ATS, VRAM, RESOLUTION},
832
+ # BACKUP_CONFIG/{FS_FREEZE, KEEP_LAST, BACKUP_VOLATILE, INCREMENT_MODE,
833
+ # MODE, DISK_IDS, INTERACTIVE}
834
+ # CONTEXT{*}
826
835
  # @param append, append template, do not delete empty attributes
827
836
  # @return [nil, OpenNebula::Error] nil in case of success, Error
828
837
  # otherwise
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opennebula
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.4.0
4
+ version: 7.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenNebula
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-27 00:00:00.000000000 Z
11
+ date: 2026-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri