Skip to content

Commit

Permalink
bumping version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asktheaxis committed Nov 7, 2024
1 parent 9b109a5 commit 54bb651
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1
- Added action to check an attribute for a list of vms

## 1.0.0

- Initial release
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
contributors:
Expand Down

0 comments on commit 54bb651

Please sign in to comment.