Skip to content

Commit

Permalink
Release 3.1.1-1 (#689)
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 authored Mar 3, 2023
1 parent fd5e420 commit c3964ae
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 13 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


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
======

Expand Down
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

This file was deleted.

This file was deleted.

This file was deleted.

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

%changelog
* Fri Mar 3 2023 Martin Necas <mnecas@redhat.com> - 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 <mnecas@redhat.com> - 3.1.0-1
- ovirt_host - Add refreshed state.
- ovirt_host - Wait for host to be in result state during upgrade.
Expand Down

0 comments on commit c3964ae

Please sign in to comment.