From f5fe32aa43868282a0f47f69945ba2bbf9b66fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Tue, 24 Jan 2023 16:16:17 +0100 Subject: [PATCH] Release 2.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Nečas --- CHANGELOG.rst | 10 ++++++++++ build.sh | 4 ++-- changelogs/changelog.yaml | 13 +++++++++++++ .../fragments/653-info-modules-use-dynamic-name.yml | 3 --- .../663-replace-getargspec-with-getfullargspec.yml | 3 --- .../667-wait-for-host-to-be-in-result-state.yml | 3 --- ovirt-ansible-collection.spec.in | 5 +++++ 7 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 changelogs/fragments/653-info-modules-use-dynamic-name.yml delete mode 100644 changelogs/fragments/663-replace-getargspec-with-getfullargspec.yml delete mode 100644 changelogs/fragments/667-wait-for-host-to-be-in-result-state.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff17b4b6..b68e2674 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,16 @@ ovirt.ovirt Release Notes .. contents:: Topics +v2.4.2 +====== + +Bugfixes +-------- + +- info modules - Use dynamic collection name instead of ovirt.ovirt for deprecation warning (https://github.com/oVirt/ovirt-ansible-collection/pull/653). +- module_utils - replace `getargspec` with `getfullargspec` to support newer python 3.y versions (https://github.com/oVirt/ovirt-ansible-collection/pull/663). +- ovirt_host - Wait for host to be in result state during upgrade (https://github.com/oVirt/ovirt-ansible-collection/pull/667) + v2.4.1 ====== diff --git a/build.sh b/build.sh index db7d38d5..6a0950df 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="2.4.2" -MILESTONE="master" -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +MILESTONE="" +RPM_RELEASE="1" BUILD_TYPE=$2 BUILD_PATH=$3 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e4b50840..cd789d1c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -895,3 +895,16 @@ releases: fragments: - 637-cluster_upgrade-fix-the-engine_correlation_id-location.yml release_date: '2022-11-28' + 2.4.2: + changes: + bugfixes: + - info modules - Use dynamic collection name instead of ovirt.ovirt for deprecation + warning (https://github.com/oVirt/ovirt-ansible-collection/pull/653). + - module_utils - replace `getargspec` with `getfullargspec` to support newer + python 3.y versions (https://github.com/oVirt/ovirt-ansible-collection/pull/663). + - ovirt_host - Wait for host to be in result state during upgrade (https://github.com/oVirt/ovirt-ansible-collection/pull/667) + fragments: + - 653-info-modules-use-dynamic-name.yml + - 663-replace-getargspec-with-getfullargspec.yml + - 667-wait-for-host-to-be-in-result-state.yml + release_date: '2023-01-24' diff --git a/changelogs/fragments/653-info-modules-use-dynamic-name.yml b/changelogs/fragments/653-info-modules-use-dynamic-name.yml deleted file mode 100644 index 825b7572..00000000 --- a/changelogs/fragments/653-info-modules-use-dynamic-name.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - info modules - Use dynamic collection name instead of ovirt.ovirt for deprecation warning (https://github.com/oVirt/ovirt-ansible-collection/pull/653). diff --git a/changelogs/fragments/663-replace-getargspec-with-getfullargspec.yml b/changelogs/fragments/663-replace-getargspec-with-getfullargspec.yml deleted file mode 100644 index b65dc68f..00000000 --- a/changelogs/fragments/663-replace-getargspec-with-getfullargspec.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - module_utils - replace `getargspec` with `getfullargspec` to support newer python 3.y versions (https://github.com/oVirt/ovirt-ansible-collection/pull/663). diff --git a/changelogs/fragments/667-wait-for-host-to-be-in-result-state.yml b/changelogs/fragments/667-wait-for-host-to-be-in-result-state.yml deleted file mode 100644 index 1e2eb711..00000000 --- a/changelogs/fragments/667-wait-for-host-to-be-in-result-state.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ovirt_host - Wait for host to be in result state during upgrade (https://github.com/oVirt/ovirt-ansible-collection/pull/667) diff --git a/ovirt-ansible-collection.spec.in b/ovirt-ansible-collection.spec.in index 0414390e..d787049b 100644 --- a/ovirt-ansible-collection.spec.in +++ b/ovirt-ansible-collection.spec.in @@ -87,6 +87,11 @@ sh build.sh install %{collectionname} %license licenses %changelog +* Tue Jan 24 2023 Martin Necas - 2.4.2-1 +- info modules - Use dynamic collection name instead of ovirt.ovirt for deprecation warning +- module_utils - Replace `getargspec` with `getfullargspec` to support newer python 3.y versions +- ovirt_host - Wait for host to be in result state during upgrade + * Mon Nov 28 2022 Martin Necas - 2.4.1-1 - cluster_upgrade - Fix the engine_correlation_id location