Skip to content

Commit

Permalink
Release 2.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mnecas committed Jan 24, 2023
1 parent 47676c4 commit f5fe32a
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/653-info-modules-use-dynamic-name.yml

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Tue Jan 24 2023 Martin Necas <mnecas@redhat.com> - 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 <mnecas@redhat.com> - 2.4.1-1
- cluster_upgrade - Fix the engine_correlation_id location

Expand Down

0 comments on commit f5fe32a

Please sign in to comment.