From c58e5da2802d9d8386871496d1a0252c8e9756a8 Mon Sep 17 00:00:00 2001 From: Martin Necas Date: Mon, 2 Oct 2023 10:23:19 +0200 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.rst | 15 +++++++++++++++ build.sh | 10 +++++----- changelogs/changelog.yaml | 15 +++++++++++++++ galaxy.yml | 2 +- ovirt-ansible-collection.spec.in | 6 ++++++ 5 files changed, 42 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66a35e92..ad557e88 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ ovirt.ovirt Release Notes .. contents:: Topics +v3.2.0 +====== + +Minor Changes +------------- + +- ovirt_vm - Add tpm_enabled (https://github.com/oVirt/ovirt-ansible-collection/pull/722). +- storage_error_resume_behaviour - Support VM storage error resume behaviour "auto_resume", "kill", "leave_paused". (https://github.com/oVirt/ovirt-ansible-collection/pull/721) +- vm_infra - Support boot disk renaming and resizing. (https://github.com/oVirt/ovirt-ansible-collection/pull/705) + +Bugfixes +-------- + +- ovirt_role - Fix administrative option when set to False (https://github.com/oVirt/ovirt-ansible-collection/pull/723). + v3.1.3 ====== diff --git a/build.sh b/build.sh index 03c1b71b..1eb6157e 100755 --- a/build.sh +++ b/build.sh @@ -1,10 +1,10 @@ #!/bin/bash -VERSION="3.1.4" -MILESTONE="master" -# MILESTONE="" -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" -# RPM_RELEASE="1" +VERSION="3.2.0" +# 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 c72bb147..ea1b17bc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -955,3 +955,18 @@ releases: - 706-he-update-README.yml - 712-ovirt_quota-fix-storage-size-typecast.yml release_date: '2023-08-23' + 3.1.4: + changes: + bugfixes: + - ovirt_role - Fix administrative option when set to False (https://github.com/oVirt/ovirt-ansible-collection/pull/723). + minor_changes: + - ovirt_vm - Add tpm_enabled (https://github.com/oVirt/ovirt-ansible-collection/pull/722). + - storage_error_resume_behaviour - Support VM storage error resume behaviour + "auto_resume", "kill", "leave_paused". (https://github.com/oVirt/ovirt-ansible-collection/pull/721) + - vm_infra - Support boot disk renaming and resizing. (https://github.com/oVirt/ovirt-ansible-collection/pull/705) + fragments: + - 705-support-boot-disk-resizing-renaming.yml + - 721-enhancement-vm-storage-error-resume-behaviour.yml + - 722-add-tpm-enabled.yml + - 723-ovirt_role-fix-administrative-condition.yml + release_date: '2023-10-02' diff --git a/galaxy.yml b/galaxy.yml index 5e1ae56f..e3815359 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: "@NAMESPACE@" name: "@NAME@" -version: 3.1.4 +version: 3.2.0 authors: - Martin Necas license: diff --git a/ovirt-ansible-collection.spec.in b/ovirt-ansible-collection.spec.in index abec09cd..f70c7639 100644 --- a/ovirt-ansible-collection.spec.in +++ b/ovirt-ansible-collection.spec.in @@ -89,6 +89,12 @@ sh build.sh install %{collectionname} %license licenses %changelog +* Mon Oct 2 2023 Martin Necas - 3.2.0-1 +- ovirt_vm - Add tpm_enabled +- storage_error_resume_behaviour - Support VM storage error resume behaviour "auto_resume", "kill", "leave_paused" +- vm_infra - Support boot disk renaming and resizing +- ovirt_role - Fix administrative option when set to False + * Wed Aug 23 2023 Martin Necas - 3.1.3-1 - HE - add back dependency on python3-jmespath - HE - drop remaining filters using netaddr