Skip to content

Commit

Permalink
Release 2.4.1 (#642)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <necas.marty@gmail.com>

Signed-off-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mnecas authored Nov 28, 2022
1 parent d370299 commit 6c7da68
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ ovirt.ovirt Release Notes
.. contents:: Topics


v2.4.1
======

Bugfixes
--------

- cluster_upgrade - Fix the engine_correlation_id location (https://github.com/oVirt/ovirt-ansible-collection/pull/637).

v2.4.0
======

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.4.1"
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
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -888,3 +888,10 @@ releases:
- 625-cluster_upgrade-add-default-random-uuid-to-engine_correlation_id.yml
- 626-image_template-add-template_bios_type.yml
release_date: '2022-11-15'
2.4.1:
changes:
bugfixes:
- cluster_upgrade - Fix the engine_correlation_id location (https://github.com/oVirt/ovirt-ansible-collection/pull/637).
fragments:
- 637-cluster_upgrade-fix-the-engine_correlation_id-location.yml
release_date: '2022-11-28'

This file was deleted.

0 comments on commit 6c7da68

Please sign in to comment.