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

Commit 4c6e2a3

Browse files
Release 1.1.11 (#39)
Change-Id: Ia8282a23c9fcccd3cb4753cfa1d5ecb19d345710 Signed-off-by: Ondra Machacek <[email protected]>
1 parent 8a2d480 commit 4c6e2a3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
VERSION="1.1.11"
4-
MILESTONE=master
5-
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
4+
MILESTONE=
5+
RPM_RELEASE="1"
66

77
ROLE_NAME="ovirt.cluster-upgrade"
88
PACKAGE_NAME="ovirt-ansible-cluster-upgrade"

ovirt-ansible-cluster-upgrade.spec.in

+7
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ sh build.sh install
6060
%license LICENSE
6161

6262
%changelog
63+
* Mon Jan 21 2019 Ondra Machacek <[email protected]> - 1.1.11-1
64+
- Improve checking of failed upgrade.
65+
- Skip ovirt_auth logout if the engine_token matches the ovirt_auth token.
66+
67+
* Fri Nov 30 2018 Ondra Machacek <[email protected]> - 1.1.10-1
68+
- Bump requirement to Ansible 2.7.2.
69+
6370
* Fri Nov 30 2018 Ondra Machacek <[email protected]> - 1.1.9-1
6471
- Require Ansible 2.7.2.
6572
- Support ovirt.cluster-upgrade name.

0 commit comments

Comments
 (0)