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.8 (#44)
Browse files Browse the repository at this point in the history
Change-Id: I15acdff285f5239a41d18b208514c7982c4e3a20
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra authored Sep 18, 2018
1 parent 3dc2fa3 commit 5f677d8
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.8"
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 Sep 18 2018 Ondra Machacek <[email protected]> - 1.1.8-1
- Support using engine_fqdn instead of url.
- Check for empty ovirt_auth dict.
- Support AWX credentials. gh#38

* Wed Jul 10 2018 Ondra Machacek <[email protected]> - 1.1.7-1
- Don't return ID as list rhbz#1599055.

Expand Down

0 comments on commit 5f677d8

Please sign in to comment.