Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Release 1.1.9 (#47)
Browse files Browse the repository at this point in the history
Change-Id: I0e60651de4235f9568cfbf6e6833f0668a3e6f0b
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra authored Oct 16, 2018
1 parent 7dafb3f commit 7cf0ab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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.1.9"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=
RPM_RELEASE="1"

ROLE_NAME="oVirt.infra"
PACKAGE_NAME="ovirt-ansible-infra"
Expand Down
5 changes: 5 additions & 0 deletions ovirt-ansible-infra.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ sh build.sh install
%license LICENSE

%changelog
* Tue Oct 16 2018 Ondra Machacek <[email protected]> - 1.1.9-1
- Workaround to fix async tasks of PR #44726. gh#46
- Add missing library dir to RPM. gh#45
- Adding authentication_keys option to os_volume EP. gh#33

* Tue Sep 18 2018 Ondra Machacek <[email protected]> - 1.1.8-1
- Support using engine_fqdn instead of url.
- Check for empty ovirt_auth dict.
Expand Down

0 comments on commit 7cf0ab3

Please sign in to comment.