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.9
Browse files Browse the repository at this point in the history
Change-Id: I1d6457673d2dedd55bf0368e40d03a4d4e11eedd
Signed-off-by: Ondra Machacek <omachace@redhat.com>
  • Loading branch information
machacekondra committed May 30, 2018
1 parent 0deeb01 commit a9d7181
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
@@ -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)"
VERSION="1.1.9"
MILESTONE=
RPM_RELEASE="1"

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

%changelog
* Wed May 30 2018 Ondra Machacek <omachace@redhat.com> - 1.1.9-1
- Fix JSON generation for RHV provider registration
- Add default values for metrics variables
- Create appliance disk names based on it's type
- Add embedded ansible as a default service to example
- Disable cloud-init service after deployment
- Don't hardcode /tmp/ovirt_image_path
- Update to Gaprindashvili-3
- Add root user to cfme appliance inventory
- Add support to disable/enable roles on the appliance.
- Add support to set company name.
- Add support for log and tmp disks.
- Add support for different passwords: application, database and operating system.

* Thu May 3 2018 Ondra Machacek <omachace@redhat.com> - 1.1.8-1
- Use no_log=true for uri module.

* Tue Apr 10 2018 Ondra Machacek <omachace@redhat.com> - 1.1.7-1
- Require Ansible 2.5.
- Initialize CFME with default value.
Expand Down

0 comments on commit a9d7181

Please sign in to comment.