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

Commit 12d8b2c

Browse files
authored
Release 1.2.2 (#77)
* Release 1.2.2 * add changelog
1 parent 17953ab commit 12d8b2c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
VERSION="1.2.2"
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.infra"
88
PACKAGE_NAME="ovirt-ansible-infra"

ovirt-ansible-infra.spec.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ sh build.sh install
5959
%license LICENSE
6060

6161
%changelog
62+
* Thu Jul 30 2020 Martin Necas <[email protected]> - 1.2.2-1
63+
- Add localfs as storage type
64+
- Add label option to logical networks
65+
- Make hosts variable name dynamic
66+
6267
* Mon Dec 2 2019 Martin Necas <[email protected]> - 1.2.1-1
6368
- Add build for el8.
6469

0 commit comments

Comments
 (0)