Skip to content

Commit

Permalink
Release 1.1.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas authored Aug 12, 2020
1 parent 0375eed commit 72b9057
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements
------------

* Ansible version 2.9 or higher
* Python SDK version 4.3 or higher
* Python SDK version 4.4 or higher

Modules documentation
--------------
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="1.0.0"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
VERSION="1.1.0"
MILESTONE=
RPM_RELEASE="1"

COLLECTION_NAME="ovirt"
COLLECTION_NAMESPACE="ovirt"
Expand Down
26 changes: 26 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,29 @@ releases:
- name: ovirt
description: Inventory plugin for ovirt
namespace: ovirt.ovirt
1.1.0:
release_date: 2020-08-12
changes:
release_summary: This is second release of the collection.
minor_changes:
- ovirt_vm - fix quotas example
- ovirt_disk - add backup
- ovirt_disk - add upload image warning for correct format
- ovirt_disk- upload_image_path autodetect size
- ovirt_host - add ssh_port
- ovirt inventory - add creation_time
- ovirt_network - add support of removing vlan_tag
bugfixes:
- ovirt_vm - fix cd_iso get all disks from storage domains
- ovirt_vm - Add documentation for custom_script under sysprep
- ovirt_vm - fix cd_iso search by name
- ovirt_disk - fix activate
- ovirt_disk - fix upload
- ovirt_disk - force wait when uploading disk
- ovirt_host_network - fix custom_properties default value
- ovirt_quota - fix vcpu_limit
- ovirt inventory - Set plugin insecure if no cafile defined
modules:
- name: ovirt_vm_os_info
description: Automatically gets a list of all available OS in oVirt.
namespace: 'ovirt.ovirt'
2 changes: 1 addition & 1 deletion galaxy.yml
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
Expand Down
9 changes: 9 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72b9057

Please sign in to comment.