Skip to content

Commit

Permalink
Release 2.1.0-1 (#529)
Browse files Browse the repository at this point in the history
* Release 2.1.0-1

* Remove fragments
  • Loading branch information
mnecas authored Jun 9, 2022
1 parent eb99bef commit 438063e
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 37 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ ovirt.ovirt Release Notes
.. contents:: Topics


v2.1.0
======

Minor Changes
-------------

- Add convert_to_bytes filter (https://github.com/oVirt/ovirt-ansible-collection/pull/515).
- automation - Use python38 on el8 with ansible-core 2.12 and python39 on el9 with ansible-core 2.13 (https://github.com/oVirt/ovirt-ansible-collection/pull/518).
- cloud.py - Sync with orgin (https://github.com/oVirt/ovirt-ansible-collection/pull/519).
- engine_setup - Allow to disable cert validation (https://github.com/oVirt/ovirt-ansible-collection/pull/517).
- hosted_engine_setup - make vdsm config cleanup optional (https://github.com/oVirt/ovirt-ansible-collection/pull/521).
- ovirt - Remove deprecated distutils (https://github.com/oVirt/ovirt-ansible-collection/pull/516).
- ovirt_vm - add wait_after_lease (https://github.com/oVirt/ovirt-ansible-collection/pull/524).

Bugfixes
--------

- hosted_engine_setup - Fix "'ansible' ModuleNotFoundError" in Disaster Recovery scripts (https://github.com/oVirt/ovirt-ansible-collection/pull/503).
- hosted_engine_setup - Use command instead of firewalld module (https://github.com/oVirt/ovirt-ansible-collection/pull/508).
- ovirt_vm - Fix parsing None arguments (https://github.com/oVirt/ovirt-ansible-collection/pull/486).
- ovirt_vm - check if the snapshot exists (https://github.com/oVirt/ovirt-ansible-collection/pull/525).

v2.0.4
======

Expand Down
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="2.0.5"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
VERSION="2.1.0"
MILESTONE=""
RPM_RELEASE="1"

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -712,3 +712,33 @@ releases:
- 509-fix-keycloak-activation.yml
- 510-cluster-upgrade-fix-wait_condition.yml
release_date: '2022-06-03'
2.1.0:
changes:
bugfixes:
- hosted_engine_setup - Fix "'ansible' ModuleNotFoundError" in Disaster Recovery
scripts (https://github.com/oVirt/ovirt-ansible-collection/pull/503).
- hosted_engine_setup - Use command instead of firewalld module (https://github.com/oVirt/ovirt-ansible-collection/pull/508).
- ovirt_vm - Fix parsing None arguments (https://github.com/oVirt/ovirt-ansible-collection/pull/486).
- ovirt_vm - check if the snapshot exists (https://github.com/oVirt/ovirt-ansible-collection/pull/525).
minor_changes:
- Add convert_to_bytes filter (https://github.com/oVirt/ovirt-ansible-collection/pull/515).
- automation - Use python38 on el8 with ansible-core 2.12 and python39 on el9
with ansible-core 2.13 (https://github.com/oVirt/ovirt-ansible-collection/pull/518).
- cloud.py - Sync with orgin (https://github.com/oVirt/ovirt-ansible-collection/pull/519).
- engine_setup - Allow to disable cert validation (https://github.com/oVirt/ovirt-ansible-collection/pull/517).
- hosted_engine_setup - make vdsm config cleanup optional (https://github.com/oVirt/ovirt-ansible-collection/pull/521).
- ovirt - Remove deprecated distutils (https://github.com/oVirt/ovirt-ansible-collection/pull/516).
- ovirt_vm - add wait_after_lease (https://github.com/oVirt/ovirt-ansible-collection/pull/524).
fragments:
- 483-ovirt_vm-fix-None-args.yml
- 503-fix-ansible-ModuleNotFoundError.yml
- 508-ovirt_hosted_engine_setup-use-firewalld-command.yml
- 515-add-convert_to_bytes-filter.yml
- 516-remove-distutils-usage.yml
- 517-engien_setup-allow-to-disable-cert-validation.yml
- 518-ci-changes.yml
- 519-sync-cloud_py.yml
- 521-optional-cleanup.yml
- 524-ovirt_vm-add-wait_after_lease.yml
- 525-ovirt_vm-check-if-snap-exists.yml
release_date: '2022-06-09'
3 changes: 0 additions & 3 deletions changelogs/fragments/483-ovirt_vm-fix-None-args.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/503-fix-ansible-ModuleNotFoundError.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/515-add-convert_to_bytes-filter.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/516-remove-distutils-usage.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/518-ci-changes.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/519-sync-cloud_py.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/521-optional-cleanup.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/524-ovirt_vm-add-wait_after_lease.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/525-ovirt_vm-check-if-snap-exists.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "@NAMESPACE@"
name: "@NAME@"
version: 2.0.5
version: 2.1.0
authors:
- Martin Necas <[email protected]>
license:
Expand Down
12 changes: 12 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Thu Jun 9 2022 Martin Necas <[email protected]> - 2.1.0-1
- Add convert_to_bytes filter
- automation - Use python38 on el8 with ansible-core 2.12 and python39 on el9 with ansible-core 2.13
- engine_setup - Allow to disable cert validation
- ovirt - Remove deprecated distutils
- ovirt_vm - add wait_after_lease
- ovirt_vm - Fix parsing None arguments
- ovirt_vm - check if the snapshot exists
- hosted_engine_setup - make vdsm config cleanup optional
- hosted_engine_setup - Fix "'ansible' ModuleNotFoundError" in Disaster Recovery scripts
- hosted_engine_setup - Use command instead of firewalld module

* Fri Jun 3 2022 Martin Necas <[email protected]> - 2.0.4-1
- Fix the admin user name when using keycloak
- Use cryptography < 37.0.0, as 37.0.0 emits a warning that fails testing
Expand Down

0 comments on commit 438063e

Please sign in to comment.