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

Commit

Permalink
Release 1.1.9 (#34)
Browse files Browse the repository at this point in the history
Change-Id: Ide0fb03c503377c461b87c0e09dadf9a91f9f26a
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra authored Nov 30, 2018
1 parent c6c8cca commit bf52888
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.cluster-upgrade"
PACKAGE_NAME="ovirt-ansible-cluster-upgrade"
Expand Down
5 changes: 5 additions & 0 deletions ovirt-ansible-cluster-upgrade.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ sh build.sh install
%license LICENSE

%changelog
* Fri Nov 30 2018 Ondra Machacek <[email protected]> - 1.1.9-1
- Require Ansible 2.7.2.
- Support ovirt.cluster-upgrade name.
- Remember scheduling policy properties.

* Thu Oct 4 2018 Ondra Machacek <[email protected]> - 1.1.8-1
- Fix issue in starting the stopped VMs (#27).
- Increase timeout for the host upgrade (#24).
Expand Down

0 comments on commit bf52888

Please sign in to comment.