1
0
mirror of https://github.com/oVirt/ovirt-ansible-image-template.git synced 2026-02-05 15:45:29 +01:00

Release 1.1.8 (#26)

Change-Id: If3ebb43f17d75a26faa49ddd17676c3d3881d592
Signed-off-by: Ondra Machacek <omachace@redhat.com>
This commit is contained in:
Ondra Machacek
2018-09-18 16:09:36 +02:00
committed by GitHub
parent 74b3ccd42c
commit d7d39d9352
2 changed files with 9 additions and 2 deletions

View File

@@ -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)"
MILESTONE=
RPM_RELEASE="1"
ROLE_NAME="oVirt.image-template"
PACKAGE_NAME="ovirt-ansible-image-template"

View File

@@ -50,6 +50,13 @@ sh build.sh install
%license LICENSE
%changelog
* Tue Sep 18 2018 Ondra Machacek <omachace@redhat.com> - 1.1.8-1
- Allow execute ansible on vm before template. gh#25
- Add parameter io_threads for template. gh#23
- Document that dry mode is unsupported. gh#22
- Support to pass hostname as well as URL. gh#21
- Support AWX credentials. gh#18
* Thu May 31 2018 Ondra Machacek <omachace@redhat.com> - 1.1.7-1
- Support to upload same template name to different datacenters.
- Add checking mandatory variables logic.