Skip to content

Commit

Permalink
Release 1.2.2 (#179)
Browse files Browse the repository at this point in the history
* Release 1.2.2

Signed-off-by: Martin Perina <mperina@redhat.com>

* Update ovirt-ansible-collection.spec.in

Co-authored-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mwperina and mnecas authored Nov 13, 2020
1 parent f91c9f4 commit 674ff51
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ ovirt.ovirt Release Notes

.. contents:: Topics

v1.2.2
======

Bugfixes
--------
- inventory plugin - Fix Python 2 timestamp issue (https://github.com/oVirt/ovirt-ansible-collection/pull/173).
- hosted_engine_setup - Clean VNC encryption config (https://github.com/oVirt/ovirt-ansible-collection/pull/175).
- RPM packaging - Add Provides to previous oVirt Ansible roles RPMs to minimize upgrade issues (https://github.com/oVirt/ovirt-ansible-collection/pull/177).

v1.2.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.2.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
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,14 @@ releases:
fragments:
- disaster_recovery-fix-configuration-issues.yml
release_date: '2020-11-02'
1.2.2:
changes:
bugfixes:
- hosted_engine_setup - Clean VNC encryption config
(https://github.com/oVirt/ovirt-ansible-collection/pull/175/).
- inventory plugin - Fix timestamp for Python 2
(https://github.com/oVirt/ovirt-ansible-collection/pull/173).
fragments:
- hosted_engine_setup-clean-vnc-encryption-config.yml
- inventory-plugin-fix-python2-timestamp-issue.yml
release_date: '2020-11-12'
6 changes: 6 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Thu Nov 12 2020 Martin Perina <mperina@redhat.com> - 1.2.2-1
- inventory plugin - Fix Python 2 timestamp issue
- hosted_engine_setup - Clean VNC encryption config
- RPM packaging - Add Provides to previous oVirt Ansible roles RPMs to
minimize upgrade issues

* Mon Nov 2 2020 Martin Necas <mnecas@redhat.com> - 1.2.1-1
- Split README for build and GitHub
- Add ovirt_repositories_disable_gpg_check to repositories
Expand Down

0 comments on commit 674ff51

Please sign in to comment.