diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 187b39fc..875fe780 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,16 @@ ovirt.ovirt Release Notes .. contents:: Topics +v3.1.1 +====== + +Bugfixes +-------- + +- hosted_engine_setup - Vdsm now uses -n flag for all qemu-img convert calls (https://github.com/oVirt/ovirt-ansible-collection/pull/682). +- ovirt_cluster_info - Fix example patter (https://github.com/oVirt/ovirt-ansible-collection/pull/684). +- ovirt_host - Fix refreshed state action (https://github.com/oVirt/ovirt-ansible-collection/pull/687). + v3.1.0 ====== diff --git a/build.sh b/build.sh index 2817d1ce..749ebe00 100755 --- a/build.sh +++ b/build.sh @@ -1,10 +1,10 @@ #!/bin/bash VERSION="3.1.1" -MILESTONE="master" -# MILESTONE="" -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" -# RPM_RELEASE="1" +# MILESTONE="master" +MILESTONE="" +# RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +RPM_RELEASE="1" BUILD_TYPE=$2 BUILD_PATH=$3 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ec067ee8..ca62e5c3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -923,3 +923,15 @@ releases: - 673-ovirt_host-add-refresh.yml - 677-remove-provision_docker-dependency.yml release_date: '2023-02-14' + 3.1.1: + changes: + bugfixes: + - hosted_engine_setup - Vdsm now uses -n flag for all qemu-img convert calls + (https://github.com/oVirt/ovirt-ansible-collection/pull/682). + - ovirt_cluster_info - Fix example patter (https://github.com/oVirt/ovirt-ansible-collection/pull/684). + - ovirt_host - Fix refreshed state action (https://github.com/oVirt/ovirt-ansible-collection/pull/687). + fragments: + - 682-hosted_engine_setup-fix-disk-copying-command.yml + - 684-ovirt_cluster_info-fix-example-patter.yml + - 687-ovirt_host-fix-refreshed-state-action.yml + release_date: '2023-03-03' diff --git a/changelogs/fragments/682-hosted_engine_setup-fix-disk-copying-command.yml b/changelogs/fragments/682-hosted_engine_setup-fix-disk-copying-command.yml deleted file mode 100644 index e9cd7e76..00000000 --- a/changelogs/fragments/682-hosted_engine_setup-fix-disk-copying-command.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - hosted_engine_setup - Vdsm now uses -n flag for all qemu-img convert calls (https://github.com/oVirt/ovirt-ansible-collection/pull/682). diff --git a/changelogs/fragments/684-ovirt_cluster_info-fix-example-patter.yml b/changelogs/fragments/684-ovirt_cluster_info-fix-example-patter.yml deleted file mode 100644 index 4d5cb5c8..00000000 --- a/changelogs/fragments/684-ovirt_cluster_info-fix-example-patter.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ovirt_cluster_info - Fix example patter (https://github.com/oVirt/ovirt-ansible-collection/pull/684). diff --git a/changelogs/fragments/687-ovirt_host-fix-refreshed-state-action.yml b/changelogs/fragments/687-ovirt_host-fix-refreshed-state-action.yml deleted file mode 100644 index 68dd2107..00000000 --- a/changelogs/fragments/687-ovirt_host-fix-refreshed-state-action.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ovirt_host - Fix refreshed state action (https://github.com/oVirt/ovirt-ansible-collection/pull/687). diff --git a/ovirt-ansible-collection.spec.in b/ovirt-ansible-collection.spec.in index bb8a9620..4c35a055 100644 --- a/ovirt-ansible-collection.spec.in +++ b/ovirt-ansible-collection.spec.in @@ -90,6 +90,12 @@ sh build.sh install %{collectionname} %license licenses %changelog +* Fri Mar 3 2023 Martin Necas - 3.1.1-1 +- hosted_engine_setup - Vdsm now uses -n flag for all qemu-img convert calls. +- ovirt_cluster_info - Fix example patter. +- ovirt_host - Fix refreshed state action. +- Add Python 3.11 subpackage to be usable in ansible-core 2.14 + * Tue Feb 14 2023 Martin Necas - 3.1.0-1 - ovirt_host - Add refreshed state. - ovirt_host - Wait for host to be in result state during upgrade.