-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
namespace: "ovirt" | ||
name: "ovirt" | ||
version: 1.0.0 | ||
version: 1.1.0 | ||
authors: | ||
- Martin Necas <[email protected]> | ||
license_file: ./LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,5 +38,14 @@ sh build.sh install | |
%license LICENSE | ||
|
||
%changelog | ||
* Wed Aug 12 2020 Martin Necas <[email protected]> - 1.1.0-1 | ||
- Add ovirt_vm_os_info module | ||
- Add ovirt_disk backup | ||
- Add ovirt_disk autodetect size when uploading | ||
- Add ovirt_host add ssh_port | ||
- Add ovirt_network support of removing vlan_tag | ||
- Fix ovirt_disk upload | ||
|
||
|
||
* Thu Apr 9 2020 Martin Necas <[email protected]> - 1.0.0-1 | ||
- Initial release |