Skip to content

Commit

Permalink
Release 3.0.0 (#645)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <mperina@redhat.com>

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina authored Nov 29, 2022
1 parent 215cdf5 commit ea8448b
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 32 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ ovirt.ovirt Release Notes
.. contents:: Topics


v3.0.0
======

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

- Improving "ovirt_disk" and "disaster_recovery" documentation (https://github.com/oVirt/ovirt-ansible-collection/pull/562).

Bugfixes
--------

- Remove the 'warn:' argument (https://github.com/oVirt/ovirt-ansible-collection/pull/627).
- cluster_upgrade - Add default random uuid to engine_correlation_id (https://github.com/oVirt/ovirt-ansible-collection/pull/624).
- cluster_upgrade - Fix the engine_correlation_id location (https://github.com/oVirt/ovirt-ansible-collection/pull/637).
- filters - Fix ovirtvmipsv4 with attribute and network (https://github.com/oVirt/ovirt-ansible-collection/pull/607).
- filters - Fix ovirtvmipsv4 with filter to list (https://github.com/oVirt/ovirt-ansible-collection/pull/609).
- image_template - Add template_bios_type (https://github.com/oVirt/ovirt-ansible-collection/pull/620).
- info modules - Bump the deprecation version of fetch_nested and nested_attributes (https://github.com/oVirt/ovirt-ansible-collection/pull/610).
- ovirt_host - Fix kernel_params elemets type (https://github.com/oVirt/ovirt-ansible-collection/pull/608).
- ovirt_nic - Add network_filter_parameters (https://github.com/oVirt/ovirt-ansible-collection/pull/623).

v2.3.0
======

Expand Down
6 changes: 4 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash

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

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,3 +868,30 @@ releases:
- 597-ovirt_disk-add-read_only-param.yml
- 603-add-filter-docs.yml
release_date: '2022-10-13'
3.0.0:
changes:
bugfixes:
- Remove the 'warn:' argument (https://github.com/oVirt/ovirt-ansible-collection/pull/627).
- cluster_upgrade - Add default random uuid to engine_correlation_id (https://github.com/oVirt/ovirt-ansible-collection/pull/624).
- cluster_upgrade - Fix the engine_correlation_id location (https://github.com/oVirt/ovirt-ansible-collection/pull/637).
- filters - Fix ovirtvmipsv4 with attribute and network (https://github.com/oVirt/ovirt-ansible-collection/pull/607).
- filters - Fix ovirtvmipsv4 with filter to list (https://github.com/oVirt/ovirt-ansible-collection/pull/609).
- image_template - Add template_bios_type (https://github.com/oVirt/ovirt-ansible-collection/pull/620).
- info modules - Bump the deprecation version of fetch_nested and nested_attributes
(https://github.com/oVirt/ovirt-ansible-collection/pull/610).
- ovirt_host - Fix kernel_params elemets type (https://github.com/oVirt/ovirt-ansible-collection/pull/608).
- ovirt_nic - Add network_filter_parameters (https://github.com/oVirt/ovirt-ansible-collection/pull/623).
minor_changes:
- Improving "ovirt_disk" and "disaster_recovery" documentation (https://github.com/oVirt/ovirt-ansible-collection/pull/562).
fragments:
- 562-improve-documentation-ovirt_disk-and-disaster_recovery.yml
- 607-filters-fix-ovirtvmipsv4-with-atribute-and-network.yml
- 608-fix-ovirt_host-kernel_params-type.yml
- 609-filterip4-fix-filter-list.yml
- 610-bump-info-deprecation.yml
- 620-image_template-add-template_bios_type.yml
- 623-ovirt_nic-add-network_filter_parameters.yml
- 624-cluster_upgrade-add-default-random-uuid-to-engine_correlation_id.yml
- 627-remove-warn-arg.yml
- 637-cluster_upgrade-fix-the-engine_correlation_id-location.yml
release_date: '2022-11-28'

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/609-filterip4-fix-filter-list.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/610-bump-info-deprecation.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/627-remove-warn-arg.yml

This file was deleted.

This file was deleted.

13 changes: 13 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Mon Nov 28 2022 Martin Perina <mperina@redhat.com> - 3.0.0-1
- filters: Fix ovirtvmipsv4 with attribute and network
- ovirt_host: Fix kernel_params elemets
- ovirtvmipsv4: Fix filter list
- cluster_upgrade: Add default random uuid to engine_correlation_id
- image_template: Add template_bios_type
- Support ansible 2.14
- ovirt_nic: Add network_filter_parameters
- Support ansible-core-2.13 on EL8
- Use Python 3.9 on CS8 and CS9 builds
- Improving "ovirt_disk" (mostly documentation)
- cluster_upgrade: Fix the engine_correlation_id location

* Thu Oct 13 2022 Martin Necas <mnecas@redhat.com> - 2.3.0-1
- ovirt_host - Honor activate and reboot_after_installation when they are set to false with reinstalled host state
- ovirt_disk - Add read_only param for disk attachments
Expand Down

0 comments on commit ea8448b

Please sign in to comment.