Skip to content

Commit

Permalink
Release 1.1.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas authored Aug 12, 2020
1 parent c559bd9 commit 5be1514
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

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

COLLECTION_NAME="ovirt"
COLLECTION_NAMESPACE="ovirt"
Expand Down
6 changes: 6 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ releases:
- name: ovirt_vm_os_info
description: Automatically gets a list of all available OS in oVirt.
namespace: 'ovirt.ovirt'
1.1.1:
release_date: 2020-08-12
changes:
release_summary: Small fixes
minor_changes:
- ovirt_permission - fix FQCN documentation
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "ovirt"
name: "ovirt"
version: 1.1.0
version: 1.1.1
authors:
- Martin Necas <[email protected]>
license_file: ./LICENSE
Expand Down
3 changes: 3 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ sh build.sh install
%license LICENSE

%changelog
* Wed Aug 12 2020 Martin Necas <[email protected]> - 1.1.1-1
- Fix ovirt_permission FQCNs

* Wed Aug 12 2020 Martin Necas <[email protected]> - 1.1.0-1
- Add ovirt_vm_os_info module
- Add ovirt_disk backup
Expand Down

0 comments on commit 5be1514

Please sign in to comment.