Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.4.2 #669

Merged
merged 1 commit into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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