Skip to content

Commit

Permalink
Release 1.5.2 (#308)
Browse files Browse the repository at this point in the history
* Release 1.5.2

* Update ovirt-ansible-collection.spec.in
  • Loading branch information
mnecas authored Jun 23, 2021
1 parent 7a1a52c commit fa4fd1f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ ovirt.ovirt Release Notes
.. contents:: Topics


v1.5.2
======

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

- hosted_engine_setup - Do not try to sync at end of full_execution (https://github.com/oVirt/ovirt-ansible-collection/pull/305)
- ovirt_vm - Add default return value to check_placement_policy (https://github.com/oVirt/ovirt-ansible-collection/pull/301).

v1.5.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="1.5.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
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,3 +454,12 @@ releases:
- hosted_engine_setup-remove-cloud-init-config.yml
- inventory_plugin_key_choices.yml
release_date: '2021-06-17'
1.5.2:
changes:
minor_changes:
- hosted_engine_setup - Do not try to sync at end of full_execution (https://github.com/oVirt/ovirt-ansible-collection/pull/305)
- ovirt_vm - Add default return value to check_placement_policy (https://github.com/oVirt/ovirt-ansible-collection/pull/301).
fragments:
- 301-ovirt_vm-add-default-to-check_placement_policy.yml
- 305-HE-do-not-sync-at-full-execution-end.yml
release_date: '2021-06-23'

This file was deleted.

This file was deleted.

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

%changelog
* Wed Jun 23 2021 Martin Necas <mnecas@redhat.com> - 1.5.2-1
- ovirt_vm - Add default return value to check_placement_policy.
- hosted_engine_setup - Do not try to sync at end of full_execution.

* Thu Jun 17 2021 Martin Necas <mnecas@redhat.com> - 1.5.1-1
- hosted_engine_setup - Filter VLAN devices with bad names
- ovirt_vm - Add placement_policy_hosts
Expand Down

0 comments on commit fa4fd1f

Please sign in to comment.