Skip to content

Commit

Permalink
Release 1.3.1 (#220)
Browse files Browse the repository at this point in the history
Signed-off-by: mnecas <[email protected]>
  • Loading branch information
mnecas authored Feb 10, 2021
1 parent a132914 commit f9af4df
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 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.3.1
======

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

- hosted_engine_setup - Disable reboot_after_installation (https:/oVirt/ovirt-ansible-collection/pull/218).
- ovirt_host - Add reboot_after_installation option (https:/oVirt/ovirt-ansible-collection/pull/217).

v1.3.0
======

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.3.1"
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 @@ -355,3 +355,12 @@ releases:
- 208-ovirt_disk-add-install-warning.yml
- 209-hosted_engine_setup-use-ovirt_system_option_info.yml
release_date: '2021-01-28'
1.3.1:
changes:
minor_changes:
- hosted_engine_setup - Disable reboot_after_installation (https:/oVirt/ovirt-ansible-collection/pull/218).
- ovirt_host - Add reboot_after_installation option (https:/oVirt/ovirt-ansible-collection/pull/217).
fragments:
- hosted_engine_setup-disable-reboot-after-install.yml
- ovirt_host-add-reboot_after_installation.yml
release_date: '2021-02-10'
5 changes: 4 additions & 1 deletion 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 Feb 10 2021 Martin Necas <[email protected]> - 1.3.1-1
- ovirt_host - Add reboot_after_installation option
- hosted_engine_setup - Disable reboot_after_installation

* Thu Jan 28 2021 Martin Necas <[email protected]> - 1.3.0-1
- ovirt_system_option_info - Add new module
- ansible-builder - Update bindep
Expand Down Expand Up @@ -137,6 +141,5 @@ sh build.sh install %{collectionname}
- Add ovirt_network support of removing vlan_tag
- Fix ovirt_disk upload


* Thu Apr 9 2020 Martin Necas <[email protected]> - 1.0.0-1
- Initial release

0 comments on commit f9af4df

Please sign in to comment.