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.12
Browse files Browse the repository at this point in the history
Change-Id: I73826b23b1f09752534d23516b7e19997f459c1f
Signed-off-by: Ondra Machacek <omachace@redhat.com>
  • Loading branch information
machacekondra committed Sep 18, 2018
1 parent 733a61b commit 64c9e1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="1.1.12"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=
RPM_RELEASE="1"

ROLE_NAME="oVirt.manageiq"
PACKAGE_NAME="ovirt-ansible-manageiq"
Expand Down
14 changes: 14 additions & 0 deletions ovirt-ansible-manageiq.spec.in
Expand Up @@ -50,6 +50,20 @@ sh build.sh install
%license LICENSE

%changelog
* Tue Sep 18 2018 Ondra Machacek <omachace@redhat.com> - 1.1.12-1
- Document additional disks works with CFME only. rhbz#1627020
- Skip region settings in case of ManageIQ. rhbz#1627018
- Don't fail if miq_vm_disk_storage is defined. rhbz#1624836
- RHV provider can be added using env vars. rhbz#1613914
- Document that dry mode is unsupported. rhbz#1614314
- Support using engine_fqdn instead of url. rhbz#1613914
- Use corect IDs for MiQ region number. rhbz#1592857
- Add miq_wait_for_ip_version variable. rhbz#1613723
- Add miq_debug_create to disable no_log. gh#62
- Add support for OVIRT_HOSTNAME env var.
- Add possibility to login external from role.
- Fix ternary operator in ovirt_auth. rhbz#1584772

* Mon Jul 9 2018 Ondra Machacek <omachace@redhat.com> - 1.1.11-1
- Can't set password via miq_app_password variable. rhbz#1590336

Expand Down

0 comments on commit 64c9e1d

Please sign in to comment.