Skip to content

Commit

Permalink
Release 1.2.0-0.2 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas authored Oct 12, 2020
1 parent 1188e11 commit 31975ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

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

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
9 changes: 9 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Mon Oct 12 2020 Martin Necas <mnecas@redhat.com> - 1.2.0-0.2
- Add ovirt_vm_info current_cd
- Add ovirt_nic_info template
- Add ovirt_nic template_version
- Fix ovirt_disk move
- Fix ovirt inventory connection close
- Fix ovirt_vm rename q35_sea to q35_sea_bios
- Fix ovirt_vm template search

* Wed Sep 16 2020 Martin Necas <mnecas@redhat.com> - 1.2.0-0.1
- Add role cluster_upgrade
- Add role engine_setup
Expand Down

0 comments on commit 31975ed

Please sign in to comment.