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:
4
build.sh
4
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)"
|
||||
MILESTONE=
|
||||
RPM_RELEASE="1"
|
||||
|
||||
ROLE_NAME="oVirt.image-template"
|
||||
PACKAGE_NAME="ovirt-ansible-image-template"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user