diff --git a/build.sh b/build.sh index be00617..7c9a0b5 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash -VERSION="0.4" -MILESTONE= +VERSION="1.1.0" +MILESTONE=master RPM_RELEASE="1" ROLE_NAME="oVirt.disaster-recovery" diff --git a/ovirt-ansible-disaster-recovery.spec.in b/ovirt-ansible-disaster-recovery.spec.in index 369eca6..628624a 100644 --- a/ovirt-ansible-disaster-recovery.spec.in +++ b/ovirt-ansible-disaster-recovery.spec.in @@ -37,6 +37,17 @@ sh build.sh install %license LICENSE %changelog +* Thu May 17 2018 Maor Lipchuk - 1.1-1 +- Add missing names to include tasks +- Configure report file name on failover and failback +- Add missing file of vault secret to be used for fail_back.py +- Adjust Change default values in dr.conf +- Exclude export SD in generator and validator +- Bug 1575984 - Print failure message for failover and failback +- Bug 1576553 - Fail back cleans storage domains which are not active, even if they are not written in the mapped var file +- Bug 1576602 - Solve Missing dependencies, Make the script code compatible for RHEL +- Bug 1574309 - Support Log and scripts + * Thu May 3 2018 Ondra Machacek - 0.4-1 - Add ignore errors to all included tasks. - Require Ansible 2.5.