Skip to content

Commit

Permalink
Release 2.2.3 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas authored Aug 15, 2022
1 parent 12ea8e2 commit c0ae1ce
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 14 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ ovirt.ovirt Release Notes
.. contents:: Topics


v2.2.3
======

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

- hosted_engine_setup - fix ovirt-provider-ovn-driver broken link (https://github.com/oVirt/ovirt-ansible-collection/pull/581).

Bugfixes
--------

- cluster_upgrade - skip host upgrades without anything to update (https://github.com/oVirt/ovirt-ansible-collection/pull/580).
- hosted_engine_setup - restore - remove host also based on name (https://github.com/oVirt/ovirt-ansible-collection/pull/567).
- repositories - Fix example variable names (https://github.com/oVirt/ovirt-ansible-collection/pull/582).

v2.2.2
======

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

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -833,3 +833,17 @@ releases:
- 573-hosted_engine_setup-fetch-hosted-engine-ha-version-by-rpm-command.yml
- 578-repositories-Add-mod_auth_openidc-and-nodejs-to-dnf-modules.yml
release_date: '2022-08-09'
2.2.3:
changes:
bugfixes:
- cluster_upgrade - skip host upgrades without anything to update (https://github.com/oVirt/ovirt-ansible-collection/pull/580).
- hosted_engine_setup - restore - remove host also based on name (https://github.com/oVirt/ovirt-ansible-collection/pull/567).
- repositories - Fix example variable names (https://github.com/oVirt/ovirt-ansible-collection/pull/582).
minor_changes:
- hosted_engine_setup - fix ovirt-provider-ovn-driver broken link (https://github.com/oVirt/ovirt-ansible-collection/pull/581).
fragments:
- 567-hosted_engine_setup-remove-host-based-on-name.yml
- 580-cluster_upgrade-skip-host-upgrades-without-anything-to-update.yml
- 581-hosted_engine_setup-fix-broken-link.yml
- 582-repositories-fix-example-variable-names.yml
release_date: '2022-08-15'

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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

%changelog
* Mon Aug 15 2022 Martin Necas <mnecas@redhat.com> - 2.2.3-1
- cluster_upgrade - Skip host upgrades without anything to update
- hosted_engine_setup - Fix ovirt-provider-ovn-driver broken link
- hosted_engine_setup - restore - Remove host also based on name
- repositories - Fix example variable names

* Tue Aug 9 2022 Martin Necas <mnecas@redhat.com> - 2.2.2-1
- hosted_engine_setup - Detect hosted-engine-ha version using /usr/libexec/platform-python
- hosted_engine_setup - update ansible version in README
Expand Down

0 comments on commit c0ae1ce

Please sign in to comment.