Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas committed Dec 14, 2020
1 parent 8b426f6 commit e4937ed
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 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


v1.2.4
======

Minor Changes
-------------

- infra - don't require passowrd for user (https://github.com/oVirt/ovirt-ansible-collection/pull/195).
- inventory - correct os_type name (https://github.com/oVirt/ovirt-ansible-collection/pull/194).
- ovirt_disk - automatically detect virtual size of qcow image (https://github.com/oVirt/ovirt-ansible-collection/pull/183).

v1.2.3
======

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="1.2.4"
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
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,14 @@ releases:
- engine_setup-add-missing-restore-file.yml
- he_add-after_add_host-hook.yml
release_date: '2020-11-30'
1.2.4:
changes:
minor_changes:
- infra - don't require passowrd for user (https://github.com/oVirt/ovirt-ansible-collection/pull/195).
- inventory - correct os_type name (https://github.com/oVirt/ovirt-ansible-collection/pull/194).
- ovirt_disk - automatically detect virtual size of qcow image (https://github.com/oVirt/ovirt-ansible-collection/pull/183).
fragments:
- 183-ovirt_disk-fix-upload-detection.yml
- 194-inventory-correct-name-of-os_type.yml
- 195-infra-dont-require-password-for-user.yml
release_date: '2020-12-14'
3 changes: 0 additions & 3 deletions changelogs/fragments/183-ovirt_disk-fix-upload-detection.yml

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 @@ -68,6 +68,11 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Mon Dec 14 2020 Martin Necas <[email protected]> - 1.2.4-1
- infra - Allow remove of user without password
- inventory plugin - Correct os_type name
- ovirt_disk - automatically detect virtual size of qcow image

* Mon Nov 30 2020 Martin Necas <[email protected]> - 1.2.3-1
- Add hosted_engine_setup after_add_host hook
- Add engine_setup restore files
Expand Down

0 comments on commit e4937ed

Please sign in to comment.