diff --git a/CHANGES.md b/CHANGES.md index 9e03468..5d73440 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 1.0.1 +- Added action to check an attribute for a list of vms + ## 1.0.0 - Initial release diff --git a/README.md b/README.md index 5f64f70..cee1340 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ More information on the XML-RPC API methods: https://docs.opennebula.io/6.6/inte | vm_undeploy | Gracefully shuts down and deletes a running VM, sending the ACPI signal | | vm_unlock | Unocks a VM from a locked state | | vm_unreschedule | Clears the reschedule flag for the VM, canceling the rescheduling operation | +| vms_attribute_get | Checks a list of vms for a given attribute | | vms_get | Retrieves information for all or part of the VMs in the pool or the given VMs if any IDs are passed | | vms_get_ext | Retrieves extended information for all or part of the VMs in the pool or the given VMs if any IDs are passed | diff --git a/pack.yaml b/pack.yaml index dcb7506..8c4f908 100755 --- a/pack.yaml +++ b/pack.yaml @@ -3,7 +3,7 @@ ref: open_nebula name: open_nebula description: Open Nebula stackstorm_version: ">=2.9.0" -version: 1.0.0 +version: 1.0.1 author: John Schoewe email: john.schoewe@encore.tech contributors: